Searched refs:nstype (Results 1 - 15 of 15) sorted by relevance

/external/iproute2/include/
H A Dnamespace.h35 static inline int setns(int fd, int nstype) argument
38 return syscall(__NR_setns, fd, nstype);
/external/toybox/toys/other/
H A Dnsenter.c69 int setns(int fd, int nstype);
/external/syslinux/gpxe/src/drivers/net/
H A Depic100.c311 unsigned short nstype; local
331 nstype = htons(type);
332 memcpy(txp + 12, (char*)&nstype, 2);
H A Ddmfe.c404 u16 nstype; local
413 nstype = htons((u16) type);
414 memcpy(ptxb + 2 * ETH_ALEN, (u8 *) & nstype, 2);
H A Dns83820.c714 u16 nstype; local
723 nstype = htons((u16) t);
724 memcpy(txb + 2 * ETH_ALEN, (u8 *) & nstype, 2);
H A Dpcnet32.c581 u16 nstype; local
592 nstype = htons((u16) t); /* type */
593 memcpy(ptxb + 2 * ETH_ALEN, (u8 *) & nstype, 2); /* type */
H A Dsis900.c1126 u32 to, nstype;
1140 nstype = htons(t);
1141 memcpy(txb + 2 * ETH_ALEN, (char*)&nstype, 2);
1110 u32 to, nstype; local
H A Dsundance.c495 u16 nstype; local
503 nstype = htons((u16) t);
504 memcpy(txb + 2 * ETH_ALEN, (u8 *) & nstype, 2);
H A Dvia-rhine.c1352 unsigned int nstype; local
1366 nstype=htons(t);
1367 memcpy(tp->tx_buffs[entry] + 2 * ETH_ALEN, (char*)&nstype, 2);
H A Dforcedeth.c1126 u16 nstype; local
1137 nstype = htons((u16) t); /* type */
1138 memcpy(ptxb + 2 * ETH_ALEN, (u8 *) & nstype, 2); /* type */
H A Dtlan.c572 u16 nstype; local
609 nstype = htons((u16) t);
610 memcpy(tail_buffer + 2 * ETH_ALEN, (u8 *) & nstype, 2);
H A Dvia-velocity.c519 u16 nstype; local
532 nstype = htons((u16) type); /* Type */
533 memcpy(ptxb + 2 * ETH_ALEN, (u8 *) & nstype, 2); /* Type */
H A Dmtd80x.c523 unsigned int nstype = htons ( type ); local
527 memcpy( txb + 2 * ETH_ALEN, &nstype, 2 );
H A Dtulip.c1103 u16 nstype;
1116 nstype = htons((u16) t);
1117 memcpy(txb + 2 * ETH_ALEN, (u8 *)&nstype, 2);
1094 u16 nstype; local
/external/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1806 #define __sanitizer_syscall_pre_setns(fd, nstype) \
1807 __sanitizer_syscall_pre_impl_setns((long)(fd), (long)(nstype))
1808 #define __sanitizer_syscall_post_setns(res, fd, nstype) \
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);

Completed in 267 milliseconds