search for: retval2

Displaying 15 results from an estimated 15 matches for "retval2".

Did you mean: retval
2010 Feb 22
2
[LLVMdev] Patch - big stackframes on SPU
...on `MI->getOperand(OpNo).isImm() && "printDFormAddr first operand is not immediate") E.g. the function: define i32 @foo() nounwind { entry: %retval = alloca i32 %big_data = alloca [1000 x i32] store i32 3840, i32* %retval, align 4 br label %return return: %retval2 = load i32* %retval ret i32 %retval2 } demonstrates this issue. Attached is a patch to fix this. It -fixes a few small errors in function prologue and epilogue insertion -enables register scavenging for frame index elimination and - implements the frame index elimination for big stacks. Patc...
2000 Feb 14
0
samba 2.05 with RH6.1 and Win98
...quot; ] && exit 0 # Check that smb.conf exists. [ -f /etc/smb.conf ] || exit 0 RETVAL=0 # See how we were called. case "$1" in start) echo -n "Starting SMB services: " daemon smbd -D RETVAL=$? echo echo -n "Starting NMB services: " daemon nmbd -D RETVAL2=$? echo [ $RETVAL -eq 0 -a $RETVAL2 -eq 0 ] && touch /var/lock/subsys/smb || \ RETVAL=1 ;; stop) echo -n "Shutting down SMB services: " killproc smbd RETVAL=$? echo echo -n "Shutting down NMB services: " killproc nmbd RETVAL2=$? [ $RETVAL -eq 0 -a $RETVA...
2007 Sep 03
0
How to - Samba, winbind and Active Directory
...tart() { KIND="SMB" echo -n $"Starting $KIND services: " daemon $SMBHOME/smbd $SMBDOPTIONS RETVAL=$? echo KIND="NMB" echo -n $"Starting $KIND services: " daemon $SMBHOME/nmbd $NMBDOPTIONS RETVAL2=$? echo KIND="Winbind" echo -n $"Starting $KIND services: " daemon $SMBHOME/winbindd RETVAL3=$? echo [ $RETVAL -eq 0 -a $RETVAL2 -eq 0 -a $RETVAL3 -eq 0 ] && touch /var/lock/subsys/smb || \ RETVAL=1...
2003 Mar 03
5
Samba 2.2.7 problem
I am running Samba 2.2.7 on a Red Hat 7.3 box. 1. I have some windows xp computer on my network. With the following settings the Samab can not able to win the election. local master = No preferred master = Yes domain master = No changing to local master = Yes It can. How these settings should work? 2. When samba is running (ps -ax) 1828 ? S 0:00
2002 May 23
1
$SMBDOPTIONS in xinetd.conf
...echo "." here comes the rest ..... now the new RH 7.1 version : start() { KIND="SMB" echo -n $"Starting $KIND services: " daemon smbd $SMBDOPTIONS RETVAL=$? echo KIND="NMB" echo -n $"Starting $KIND services: " daemon nmbd $NMBDOPTIONS RETVAL2=$? and so on .... now : whre is optionsfiled or whre can I declare "my options like "-D -d 2 \ -G musik -n winlux" havn't found anything in the docs, so I would be very happy to get some help from this list. thanks to all from you hans schneidhofer <hs.priv@aon.at>
2007 Jul 11
2
[LLVMdev] thread_local
..." = bitcast i32 0 to i32 ; <i32> [#uses=0] %tmp = load i32* @a ; <i32> [#uses=1] %tmp1 = add i32 %tmp, 1 ; <i32> [#uses=1] store i32 %tmp1, i32* @a br label %return return: ; preds = %entry %retval2 = load i32* %retval ; <i32> [#uses=1] ret i32 %retval2 } ========= Is this a bug or an as yet unimplemented feature (on OSX)? Kind regards, Bram Adams GH-SEL, INTEC, Ghent University (Belgium)
2007 Dec 03
1
[LLVMdev] lli interpreter crashed for integer type whose bitwidth > 64
...point" = bitcast i32 0 to i32 ; <i32> [#uses=0] store i75 999, i75* %x, align 16 store i32 0, i32* %tmp, align 4 %tmp1 = load i32* %tmp, align 4 ; <i32> [#uses=1] store i32 %tmp1, i32* %retval, align 4 br label %return return: ; preds = %entry %retval2 = load i32* %retval ; <i32> [#uses=1] ret i32 %retval2 } The output is : *** glibc detected *** lli: free(): invalid pointer: 0x088cb1d8 *** ======= Backtrace: ========= /lib/libc.so.6[0x479efd] /lib/libc.so.6(cfree+0x90)[0x47d550] lli(_ZN4llvm12AllocaHolderD1Ev+0x2b)[0x84bcb4d]...
2010 Feb 24
0
[LLVMdev] Patch - big stackframes on SPU
...d an updated patch (with a testcase), thanks! -Chris > > E.g. the function: > define i32 @foo() nounwind { > entry: > %retval = alloca i32 > %big_data = alloca [1000 x i32] > store i32 3840, i32* %retval, align 4 > br label %return > > return: > %retval2 = load i32* %retval > ret i32 %retval2 > } > demonstrates this issue. > > > Attached is a patch to fix this. It > -fixes a few small errors in function prologue and epilogue insertion > -enables register scavenging for frame index elimination > and > - implements...
2009 Jan 09
1
[LLVMdev] naked assembler / function written entirely in asm
Hi everybody. I'm having (yet) another look at trying to get naked functions from D (1) working in our LLVM D Compiler - LDC (2). I have this test case: /// D CODE /// extern(C) int printf(char*, ...); ulong retval() { asm { naked; mov EAX, 0xff; mov EDX, 0xaa; ret; } } ulong retval2() { return (cast(ulong)0xaa << 32) | 0xff; } void main() { printf("%llu\n%llu\n", retval(), retval2()); } /// /// I've tried out a few things. This currently compiles to: /// /// target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32...
2007 Jul 09
2
[LLVMdev] AsmParser fails
...;i32*> [#uses=2] %tmp = alloca i32, align 4 ; <i32*> [#uses=2] %"alloca point" = bitcast i32 0 to i32 ; <i32> [#uses=0] store i32 5, i32* %tmp %tmp1 = load i32* %tmp ; <i32> [#uses=1] store i32 %tmp1, i32* %retval br label %return return: ; preds = %entry %retval2 = load i32* %retval ; <i32> [#uses=1] ret i32 %retval2 } define i32 @common_func2(i32 %a) { entry: %a_addr = alloca i32 ; <i32*> [#uses=2] %retval = alloca i32, align 4 ; <i32*> [#uses=2] %tmp = alloca i32, align 4 ; <i32*> [#uses=2] %"alloca point" = bit...
2001 Jun 28
1
Adding 'name' key types
Playing around with the [wonderful] GSS-API patches for OpenSSH [1] I noticed that there is a bit of functionality missing from OpenSSH/GSS-API, namely that authorized_keys2 has no meaning when using GSS authentication. Yes, ~/.k5login can be used to grant access to an account for applications that support Kerberos, as does OpenSSH with those GSS patches, but .k5login does not and cannot provide
2008 Aug 29
2
When to restart samba
If I understand correctly, in order to have the smb.conf file applied you need to restart smbd. Is "service smbd reload" sufficient (which does a "killproc smbd -HUP")? Will this kill any active connections to samba resources causing user disruption? Or is this a seamless process that can be carried out midday? I ask because if I need to kill all user connections to
2001 Aug 15
0
[ossh patch] principal name/patterns in authorized_keys2
...2001 16:27:13 -0400 willian (OpenSSH/l/25_gss-serv.c 1.1 644) +++ 2_9_p2_w_gss_krb5_named_keys.6/gss-serv.c Thu, 05 Jul 2001 18:25:48 -0400 willian (OpenSSH/l/25_gss-serv.c 1.5 644) @@ -127,24 +127,45 @@ int ssh_gssapi_krb5_userok(char *name) { krb5_principal princ; - int retval; + int retval, retval2; + Key k; if (ssh_gssapi_krb5_init() == 0) return 0; + k.type = KEY_NAME; + k.name = gssapi_client_name.value; + k.name_len = strlen(gssapi_client_name.value); + k.name_type = "krb5"; + + debug3("ssh_gssapi_krb5_userok:"); + debug3("ssh_gssapi_krb5_userok: %s&quo...
2009 Jan 28
3
[LLVMdev] uses of unwind lead to crashes
...unreachable bb1: ; preds = %entry %7 = load i32* %result, align 4 ; <i32> [#uses=1] call void @print_val(i32 %7) nounwind store i32 0, i32* %0, align 4 %8 = load i32* %0, align 4 ; <i32> [#uses=1] store i32 %8, i32* %retval, align 4 br label %return return: ; preds = %bb1 %retval2 = load i32* %retval ; <i32> [#uses=1] ret i32 %retval2 } declare void @exit(i32) noreturn nounwind
2003 Nov 11
1
Samba 3 Redhat 9 Openldap doc
...-f /usr/local/samba/lib/smb.conf ] || exit 0 RETVAL=0 # See how we were called. case "$1" in start) echo -n "Starting SMB services: " daemon /usr/local/samba/sbin/smbd -D -d 3 RETVAL=$? echo echo -n "Starting NMB services: " daemon /usr/local/samba/sbin/nmbd -D -d 3 RETVAL2=$? echo [ $RETVAL -eq 0 -a $RETVAL2 -eq 0 ] && touch /var/lock/subsys/smb || \ RETVAL=1 ;; stop) echo -n "Shutting down SMB services: " killproc smbd RETVAL=$? echo echo -n "Shutting down NMB services: " killproc nmbd RETVAL2=$? [ $RETVAL -eq 0 -a $RETVAL2 -eq 0 ] &&...