HomeSort by relevance Sort by last modified time
    Searched refs:nstype (Results 1 - 25 of 46) sorted by null

1 2

  /external/iproute2/include/
namespace.h 35 static inline int setns(int fd, int nstype)
38 return syscall(__NR_setns, fd, nstype);
  /external/strace/tests/
ioctl_nsfs.c 75 int nstype = ioctl(userns_fd, NS_GET_NSTYPE); local
76 if (nstype == -1) {
78 userns_fd, sprintrc(nstype));
81 userns_fd, nstype);
  /external/strace/tests-m32/
ioctl_nsfs.c 75 int nstype = ioctl(userns_fd, NS_GET_NSTYPE); local
76 if (nstype == -1) {
78 userns_fd, sprintrc(nstype));
81 userns_fd, nstype);
  /external/strace/tests-mx32/
ioctl_nsfs.c 75 int nstype = ioctl(userns_fd, NS_GET_NSTYPE); local
76 if (nstype == -1) {
78 userns_fd, sprintrc(nstype));
81 userns_fd, nstype);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
nis_object.x 101 enum nstype {
151 nstype do_type; /* one of NIS, DNS, IVY, YP, or X.500 */
nis.h 108 enum nstype { enum
119 typedef enum nstype nstype; typedef in typeref:enum:nstype
147 nstype do_type;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nis_object.x 127 enum nstype {
177 nstype do_type; /* one of NIS, DNS, IVY, YP, or X.500 */
nis.h 109 enum nstype { enum
120 typedef enum nstype nstype; typedef in typeref:enum:nstype
148 nstype do_type;
  /external/toybox/toys/other/
nsenter.c 69 int setns(int fd, int nstype);
  /external/syslinux/gpxe/src/drivers/net/
epic100.c 311 unsigned short nstype; local
331 nstype = htons(type);
332 memcpy(txp + 12, (char*)&nstype, 2);
dmfe.c 404 u16 nstype; local
413 nstype = htons((u16) type);
414 memcpy(ptxb + 2 * ETH_ALEN, (u8 *) & nstype, 2);
ns83820.c 714 u16 nstype; local
723 nstype = htons((u16) t);
724 memcpy(txb + 2 * ETH_ALEN, (u8 *) & nstype, 2);
pcnet32.c 581 u16 nstype; local
592 nstype = htons((u16) t); /* type */
593 memcpy(ptxb + 2 * ETH_ALEN, (u8 *) & nstype, 2); /* type */
sis900.c 1126 u32 to, nstype;
1140 nstype = htons(t);
1141 memcpy(txb + 2 * ETH_ALEN, (char*)&nstype, 2);
1110 u32 to, nstype; local
    [all...]
sundance.c 495 u16 nstype; local
503 nstype = htons((u16) t);
504 memcpy(txb + 2 * ETH_ALEN, (u8 *) & nstype, 2);
via-rhine.c 1352 unsigned int nstype; local
    [all...]
forcedeth.c 1126 u16 nstype; local
1137 nstype = htons((u16) t); /* type */
1138 memcpy(ptxb + 2 * ETH_ALEN, (u8 *) & nstype, 2); /* type */
    [all...]
tlan.c 572 u16 nstype; local
609 nstype = htons((u16) t);
610 memcpy(tail_buffer + 2 * ETH_ALEN, (u8 *) & nstype, 2);
    [all...]
via-velocity.c 519 u16 nstype; local
532 nstype = htons((u16) type); /* Type */
533 memcpy(ptxb + 2 * ETH_ALEN, (u8 *) & nstype, 2); /* Type */
    [all...]
mtd80x.c 523 unsigned int nstype = htons ( type ); local
527 memcpy( txb + 2 * ETH_ALEN, &nstype, 2 );
tulip.c 1094 u16 nstype; local
    [all...]
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]

Completed in 1436 milliseconds

1 2