/bionic/libc/arch-arm64/syscalls/ |
getsid.S | 5 ENTRY(getsid) function 14 END(getsid)
|
/bionic/libc/arch-arm/syscalls/ |
getsid.S | 5 ENTRY(getsid) function 16 END(getsid)
|
/bionic/libc/arch-mips/syscalls/ |
getsid.S | 5 ENTRY(getsid) function 19 END(getsid)
|
/bionic/libc/arch-x86_64/syscalls/ |
getsid.S | 5 ENTRY(getsid) function 15 END(getsid)
|
/external/strace/tests/ |
getsid.c | 9 printf("getsid(%d) = %d\n", pid, getsid(pid));
|
getsid.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (getsid -a10 ); do not edit.
|
/external/strace/tests-m32/ |
getsid.c | 9 printf("getsid(%d) = %d\n", pid, getsid(pid));
|
getsid.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (getsid -a10 ); do not edit.
|
/external/strace/tests-mx32/ |
getsid.c | 9 printf("getsid(%d) = %d\n", pid, getsid(pid));
|
getsid.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (getsid -a10 ); do not edit.
|
/bionic/libc/arch-mips64/syscalls/ |
getsid.S | 5 ENTRY(getsid) function 25 END(getsid)
|
/bionic/libc/arch-x86/syscalls/ |
getsid.S | 5 ENTRY(getsid) function 29 END(getsid)
|
/external/ltp/testcases/kernel/syscalls/getsid/ |
getsid01.c | 25 * getsid01 - call getsid() and make sure it succeeds 34 * save the return value from the getsid() call - the session ID 90 TEST(getsid(0)); 117 if ((c_sid = getsid(0)) == -1) { 118 tst_resm(TINFO, "getsid failed in "
|
getsid02.c | 46 TEST(getsid(unused_pid));
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_ioctl.py | 18 if rpgrp not in (os.getpgrp(), os.getsid(0)):
32 ids = (os.getpgrp(), os.getsid(0))
41 ids = (os.getpgrp(), os.getsid(0))
|
/external/python/cpython2/Lib/test/ |
test_ioctl.py | 18 if rpgrp not in (os.getpgrp(), os.getsid(0)): 32 ids = (os.getpgrp(), os.getsid(0)) 41 ids = (os.getpgrp(), os.getsid(0))
|
/external/python/cpython3/Lib/test/ |
test_ioctl.py | 18 if rpgrp not in (os.getpgrp(), os.getsid(0)): 32 ids = (os.getpgrp(), os.getsid(0)) 41 ids = (os.getpgrp(), os.getsid(0))
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_ioctl.py | 18 if rpgrp not in (os.getpgrp(), os.getsid(0)): 32 ids = (os.getpgrp(), os.getsid(0)) 41 ids = (os.getpgrp(), os.getsid(0))
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_ioctl.py | 18 if rpgrp not in (os.getpgrp(), os.getsid(0)): 32 ids = (os.getpgrp(), os.getsid(0)) 41 ids = (os.getpgrp(), os.getsid(0))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_ioctl.py | 18 if rpgrp not in (os.getpgrp(), os.getsid(0)): 32 ids = (os.getpgrp(), os.getsid(0)) 41 ids = (os.getpgrp(), os.getsid(0))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_ioctl.py | 18 if rpgrp not in (os.getpgrp(), os.getsid(0)): 32 ids = (os.getpgrp(), os.getsid(0)) 41 ids = (os.getpgrp(), os.getsid(0))
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
SignerInformationStore.java | 29 SignerId sid = signerInfo.getSID(); 47 SignerId sid = signer.getSID();
|
SignerId.java | 94 return ((SignerInformation)obj).getSID().equals(this);
|
/external/ltp/testcases/kernel/containers/pidns/ |
pidns02.c | 38 * Inside the cloned pid check for the getsid(0) and getpgid(0) 72 sid = getsid(0);
|
/external/lzma/CPP/Windows/ |
SecurityUtils.cpp | 67 static PSID GetSid(LPWSTR accountName)
133 PSID psid = GetSid(userName);
|