search for: purpose

Displaying 20 results from an estimated 25105 matches for "purpose".

2002 Jul 16
9
my printers are still paused in Win2k and WinNT 4.0
Hello, It seems that I am in printer hell once again :) I am trying to sort out some printer problems with our UNIX server. The basic problem is this. I have a test server to K.I.S.S the problem. On this server I have defined two queues which are csqlis and HPfinley. csqlis seems to work correctly and displays ready. HPfinley always reads Paused on win2k and NT40 clients. The output of the lpq
2014 Feb 21
2
[LLVMdev] [lldb-dev] How is variable info retrieved in debugging for executables generated by llvm backend?
...t from the > frame base and you DWARF looks good. Once you get your register info worked > out, your variables should display just fine. > > x86_64-apple-macosx qRegisterInfo packet log: > > $qRegisterInfo0#72 > $name:rax;bitsize:64;offset:0;encoding:uint;format:hex;set:General Purpose > Registers;gcc:0;dwarf:0;invalidate-regs:0,15,25,35,39;#00 > $qRegisterInfo1#73 > $name:rbx;bitsize:64;offset:8;encoding:uint;format:hex;set:General Purpose > Registers;gcc:3;dwarf:3;invalidate-regs:1,16,26,36,3a;#00 > $qRegisterInfo2#74 > $name:rcx;alt-name:arg4;bitsize:64;offse...
2014 Feb 20
2
[LLVMdev] [lldb-dev] How is variable info retrieved in debugging for executables generated by llvm backend?
Thank you, Clayton. This is very helpful. We use the LLDB specific GDB remote extensions, and our debugger server supports "qRegisterInfo" package. "reg 0x3c" is the frame pointer. In the example mentioned above, we have SP = FP - 40 for current call frame. And variable "a" is stored at address (FP + -24) from asm instruction [FP + -24] = R3;; Thus we can conclude
2007 Apr 11
1
Purposely setting red alarm on PRI for testing purposes
Does anyone know if is possible to purposely set red alarm status on PRI circuit for testing purposes (other than unplugging it). I have looked for a console command which might allow this.... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070411...
2008 Jul 16
2
ACPI fixed event or General Purpose Event to HVM guest.
Has there been any work done on getting an ACPI fixed event or perhaps a general purpose event delivered to an HVM guest. Whereby, the HVM guests OSPM could consume the event and act accordingly. Or Perhaps better stated how would one go about passing an ACPI fixed event or general purpose event that was raised and consumed by dom0 and subsequently pass the event on to each of the HV...
2015 Jul 03
2
[LLVMdev] clang generated executable uses only x86 general purpose registors
Hello Everyone I just want to generate an executable using clang++ or clang which uses only general purpose registers from x86. The generated code should not use mmx or any other special purpose register. Thanks a lot -- Regards V Naveen -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150702/39107209/attachment.h...
2009 Mar 30
2
What is the purpose of "add user script"?
...confused. In one of the examples of a PDC, the following smb.conf parameter is given: add user script = /usr/sbin/useradd -m -G users '%u' If you have "passdb backend = tdbsam" and the way to add users to "tdbsam" is "pdbedit -a -u username", what is the purpose of the "add user script"? I am thinking it is to add the user to /etc/passwd, but "why"? I add my users from the command line. I invoke "useradd" then "pdbedit". What is the purpose of the "add user script"? Many thanks, -T
2010 Sep 16
3
Purpose of qualify=yes
...be a lot of SIP traffic even when none of the phones are doing anything. We've determined that this traffic is mostly INFO packets generated by setting qualify=2000. I understand that 2000 ms is the default value for the qualification parameter but what I'm unclear on is exactly what the purpose of having asterisk qualify the phones is. I know that in a NAT situation, qualifications can help keep UDP sessions open in the firewall but in our case most phones are not behind NAT. I realize qualifying phones is also how asterisk keeps track of who is available for things like BLF but surely...
2009 Feb 17
1
What is the purpose of membermacro in queues.conf
Hi, There are 3 new settings (setinterfacevar, setqueueentryvar, setqueuevar) and membermacro settings in 1.6 queues.conf. What is the potential use of these settings? The variables set are useful, but there is no indication of the purpose they could be used? Any one with some light on potential use case of these new features? raj
2012 Dec 04
0
[PATCH] Update FSF address.
...This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -303,17 +303,16 @@ the "copyright" line and a pointer to where the full notice is found. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - + You should have...
2023 Apr 14
1
[libnbd PATCH 2/4] copy: rename <purpose>_OPTION to OPT_<purpose>
Rename <purpose>_OPTION to OPT_<purpose> for two reasons: - it is more idiomatic for enum constants to have the same prefix than for them to have the same suffix, - we hew away three characters (length-wise) from each option name, which happens to reduce the max width of "copy/main.c" to 7...
2009 Aug 21
1
[LLVMdev] What is the purpose of the %”alloca point” line which occurs in llvm code
Hi all, I've been looking at some LLVM assembly produced by llvm-gcc lately and I've noticed a recurring statement of which I'm not sure its purpose. For example, the following C program: int main(void) { void (*f)(void) = (0x21332); f(); } When compiled with "llvm-gcc -emit-llvm -S" will produce the following code (irrelevant parts removed): define i32 @main() nounwind { entry: %retval = alloca i32 ; <i32*>...
2010 Aug 03
3
[LLVMdev] Purpose of PROLOG_LABEL in function prologue?
...ng some x86_64 code and I've noticed that each of the routines has 3 temporary symbols, à la: _main: pushq %rbp Ltmp18: movq %rsp, %rbp Ltmp19: subq $320, %rsp Ltmp20: movl %ecx, -276(%rbp) I've tracked them back to emitPrologue in X86RegisterInfo.cpp. I'm wonder what's their purpose? They're filling up my symbol table... Cameron Esfahani dirty at apple.com "All that is necessary for the triumph of evil is that good men do nothing." Edmund Burke
2005 Dec 16
3
Purpose of ''yield'' in layout file in Flickr video?
During the excellent flickr video, the presenter adds the following to the applications layout file: <body> <%= yield %> </body> What is the purpose of the ''yield'' line? I would think there would be a content_for_layout tag there instead. Thanks, Don -- Posted via http://www.ruby-forum.com/.
2006 Jun 21
1
Monitor a particular SIP call for training purposes
...anSpy http://www.voip-info.org/wiki/view/Asterisk+cmd+ChanSpy. Idris _____ From: phil.dawson@marnock.com [mailto:phil.dawson@marnock.com] Sent: Wednesday, June 21, 2006 12:23 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Monitor a particular SIP call for training purposes Hi, I've been asked if it is possible to allow a user to listen in on another users call for training purposes. I know there are ways to monitor zap channels with apps like zapscan but I don't think this would be appropriate for these users. Can I do: Call comes in for user on e...
2013 Oct 24
2
[LLVMdev] Exploiting 'unreachable' for optimization purposes
Hi, When clang/llvm compiles the following sample (with -O2) it optimizes away the second comparison in test1 but not in test2. Is this handling of 'unreachable' by purpose, or is this just a shortcoming of the current optimization passes? GCC and MSVC (with the equivalent code using the __assume intrinsic) both optimize away the comparison in test2. void f1(); void f2(); void abort() __attribute__((noreturn)); void test1(int x) { if (x < 0) abort(); /...
2018 Aug 15
2
Re: [PATCH] v2v: Add --print-estimate option to print source size estimate.
...76 > > > fully allocated size: 6443696128 > > > > > > I guess it ignores sparseness of raw images, but I can't see a way to > > > specify that on the command line. > > > > > > OTOH the qcow2 figure is probably a good enough guess for our purposes > > > (ie. estimating how much data will be copied). > > > > 'qemu-img measure' calculates the resulting file size, not the number of > > used blocks. I think this is because its main purpose is to create block > > devices (like LVs) of the right size, so...
2001 Aug 30
1
Some minor refactoring of Oggdrop build environment
I performed a minor amount of refactoring of the build environment for oggdrop. These include: Action: Added a workspace to manage project files and dependencies Purpose: To build all dependent libraries before attempting to build oggdrop -- i.e. provide one-step build process. Instead of opening "oggdrop.dsp", open "oggdrop.dsw" Action: Added Anish Dave's disappearing bug fix. Purpose: Dragging on the desktop...
2010 Jun 03
3
General-purpose GPU computing in statistics (using R)
Hi All, I have been reading about general purpose GPU (graphical processing units) computing for computational statistics. I know very little about this, but I read that GPUs currently cannot handle double-precision floating points and also that they are not necessarily IEEE compliant. However, I am not sure what the practical impact of this lim...
2010 Aug 03
0
[LLVMdev] Purpose of PROLOG_LABEL in function prologue?
...he routines has 3 temporary symbols, à la: > > _main: > pushq %rbp > Ltmp18: > movq %rsp, %rbp > Ltmp19: > subq $320, %rsp > Ltmp20: > movl %ecx, -276(%rbp) > > I've tracked them back to emitPrologue in X86RegisterInfo.cpp. I'm wonder what's their purpose? > > They're filling up my symbol table... EH ranges for unwind info. If you look later on in the file for the symbols you'll see them. -eric