/external/strace/tests-mx32/ |
D | ioctl_nsfs.c | 75 int nstype = ioctl(userns_fd, NS_GET_NSTYPE); in test_clone() local 76 if (nstype == -1) { in test_clone() 78 userns_fd, sprintrc(nstype)); in test_clone() 81 userns_fd, nstype); in test_clone()
|
/external/strace/tests-m32/ |
D | ioctl_nsfs.c | 75 int nstype = ioctl(userns_fd, NS_GET_NSTYPE); in test_clone() local 76 if (nstype == -1) { in test_clone() 78 userns_fd, sprintrc(nstype)); in test_clone() 81 userns_fd, nstype); in test_clone()
|
/external/strace/tests/ |
D | ioctl_nsfs.c | 75 int nstype = ioctl(userns_fd, NS_GET_NSTYPE); in test_clone() local 76 if (nstype == -1) { in test_clone() 78 userns_fd, sprintrc(nstype)); in test_clone() 81 userns_fd, nstype); in test_clone()
|
/external/iproute2/include/ |
D | namespace.h | 35 static inline int setns(int fd, int nstype) in setns() argument 38 return syscall(__NR_setns, fd, nstype); in setns()
|
/external/syslinux/gpxe/src/drivers/net/ |
D | epic100.c | 311 unsigned short nstype; in epic100_transmit() local 331 nstype = htons(type); in epic100_transmit() 332 memcpy(txp + 12, (char*)&nstype, 2); in epic100_transmit()
|
D | sundance.c | 495 u16 nstype; in sundance_transmit() local 503 nstype = htons((u16) t); in sundance_transmit() 504 memcpy(txb + 2 * ETH_ALEN, (u8 *) & nstype, 2); in sundance_transmit()
|
D | pcnet32.c | 581 u16 nstype; in pcnet32_transmit() local 592 nstype = htons((u16) t); /* type */ in pcnet32_transmit() 593 memcpy(ptxb + 2 * ETH_ALEN, (u8 *) & nstype, 2); /* type */ in pcnet32_transmit()
|
D | ns83820.c | 714 u16 nstype; in ns83820_transmit() local 723 nstype = htons((u16) t); in ns83820_transmit() 724 memcpy(txb + 2 * ETH_ALEN, (u8 *) & nstype, 2); in ns83820_transmit()
|
D | sis900.c | 1110 u32 to, nstype; in sis900_transmit() local 1124 nstype = htons(t); in sis900_transmit() 1125 memcpy(txb + 2 * ETH_ALEN, (char*)&nstype, 2); in sis900_transmit()
|
D | via-rhine.c | 1352 unsigned int nstype; in rhine_transmit() local 1366 nstype=htons(t); in rhine_transmit() 1367 memcpy(tp->tx_buffs[entry] + 2 * ETH_ALEN, (char*)&nstype, 2); in rhine_transmit()
|
D | dmfe.c | 404 u16 nstype; in dmfe_transmit() local 413 nstype = htons((u16) type); in dmfe_transmit() 414 memcpy(ptxb + 2 * ETH_ALEN, (u8 *) & nstype, 2); in dmfe_transmit()
|
D | forcedeth.c | 1126 u16 nstype; in forcedeth_transmit() local 1137 nstype = htons((u16) t); /* type */ in forcedeth_transmit() 1138 memcpy(ptxb + 2 * ETH_ALEN, (u8 *) & nstype, 2); /* type */ in forcedeth_transmit()
|
D | mtd80x.c | 523 unsigned int nstype = htons ( type ); in mtd_transmit() local 527 memcpy( txb + 2 * ETH_ALEN, &nstype, 2 ); in mtd_transmit()
|
D | via-velocity.c | 519 u16 nstype; in velocity_transmit() local 532 nstype = htons((u16) type); /* Type */ in velocity_transmit() 533 memcpy(ptxb + 2 * ETH_ALEN, (u8 *) & nstype, 2); /* Type */ in velocity_transmit()
|
D | tlan.c | 572 u16 nstype; in tlan_transmit() local 609 nstype = htons((u16) t); in tlan_transmit() 610 memcpy(tail_buffer + 2 * ETH_ALEN, (u8 *) & nstype, 2); in tlan_transmit()
|
D | tulip.c | 1094 u16 nstype; in tulip_transmit() local 1107 nstype = htons((u16) t); in tulip_transmit() 1108 memcpy(txb + 2 * ETH_ALEN, (u8 *)&nstype, 2); in tulip_transmit()
|
/external/toybox/toys/other/ |
D | nsenter.c | 69 int setns(int fd, int nstype);
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1806 #define __sanitizer_syscall_pre_setns(fd, nstype) \ argument 1807 __sanitizer_syscall_pre_impl_setns((long)(fd), (long)(nstype)) 1808 #define __sanitizer_syscall_post_setns(res, fd, nstype) \ argument 1809 __sanitizer_syscall_post_impl_setns(res, (long)(fd), (long)(nstype)) 3052 void __sanitizer_syscall_pre_impl_setns(long fd, long nstype); 3053 void __sanitizer_syscall_post_impl_setns(long res, long fd, long nstype);
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_syscalls.inc | 2800 PRE_SYSCALL(setns)(long fd, long nstype) {} 2802 POST_SYSCALL(setns)(long res, long fd, long nstype) {}
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | armv7a-cros-linux-gnueabi | 16991 PASS: gdb.python/py-mi.exp: create nstype varobj 17193 PASS: gdb.python/py-prettyprint.exp: print nstype 17195 PASS: gdb.python/py-prettyprint.exp: print nstype on one line 17228 PASS: gdb.python/py-prettyprint.exp: print nstype 17230 PASS: gdb.python/py-prettyprint.exp: print nstype on one line
|
D | i686-pc-linux-gnu | 17092 PASS: gdb.python/py-mi.exp: create nstype varobj 17294 PASS: gdb.python/py-prettyprint.exp: print nstype 17296 PASS: gdb.python/py-prettyprint.exp: print nstype on one line 17329 PASS: gdb.python/py-prettyprint.exp: print nstype 17331 PASS: gdb.python/py-prettyprint.exp: print nstype on one line
|
D | x86_64-cros-linux-gnu | 17360 PASS: gdb.python/py-mi.exp: create nstype varobj 17562 PASS: gdb.python/py-prettyprint.exp: print nstype 17564 PASS: gdb.python/py-prettyprint.exp: print nstype on one line 17597 PASS: gdb.python/py-prettyprint.exp: print nstype 17599 PASS: gdb.python/py-prettyprint.exp: print nstype on one line
|
/external/strace/ |
D | ChangeLog | 16923 clone: use separate xlat for nstype parameter of setns syscall. 16924 nstype is not flag set but specific type value against which it is 16928 * clone.c: Use printxval and setns_types for nstype parameter.
|