Home
last modified time | relevance | path

Searched refs:nstype (Results 1 – 23 of 23) sorted by relevance

/external/strace/tests-mx32/
Dioctl_nsfs.c75 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/
Dioctl_nsfs.c75 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/
Dioctl_nsfs.c75 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/
Dnamespace.h35 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/
Depic100.c311 unsigned short nstype; in epic100_transmit() local
331 nstype = htons(type); in epic100_transmit()
332 memcpy(txp + 12, (char*)&nstype, 2); in epic100_transmit()
Dsundance.c495 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()
Dpcnet32.c581 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()
Dns83820.c714 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()
Dsis900.c1110 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()
Dvia-rhine.c1352 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()
Ddmfe.c404 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()
Dforcedeth.c1126 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()
Dmtd80x.c523 unsigned int nstype = htons ( type ); in mtd_transmit() local
527 memcpy( txb + 2 * ETH_ALEN, &nstype, 2 ); in mtd_transmit()
Dvia-velocity.c519 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()
Dtlan.c572 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()
Dtulip.c1094 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/
Dnsenter.c69 int setns(int fd, int nstype);
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h1806 #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/
Dsanitizer_common_syscalls.inc2800 PRE_SYSCALL(setns)(long fd, long nstype) {}
2802 POST_SYSCALL(setns)(long res, long fd, long nstype) {}
/external/toolchain-utils/dejagnu/gdb_baseline/
Di686-pc-linux-gnu17092 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
Dx86_64-cros-linux-gnu17360 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
Darmv7a-cros-linux-gnueabi16991 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
/external/strace/
DChangeLog9841 clone: use separate xlat for nstype parameter of setns syscall.
9842 nstype is not flag set but specific type value against which it is
9846 * clone.c: Use printxval and setns_types for nstype parameter.