OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NS_GET_NSTYPE
(Results
1 - 7
of
7
) sorted by null
/external/strace/
nsfs.h
14
#ifndef
NS_GET_NSTYPE
15
# define
NS_GET_NSTYPE
_IO(NSIO, 0x3)
nsfs.c
42
case
NS_GET_NSTYPE
:
/bionic/libc/kernel/uapi/linux/
nsfs.h
25
#define
NS_GET_NSTYPE
_IO(NSIO, 0x3)
/external/kernel-headers/original/uapi/linux/
nsfs.h
15
#define
NS_GET_NSTYPE
_IO(NSIO, 0x3)
/external/strace/tests/
ioctl_nsfs.c
52
ioctl(-1,
NS_GET_NSTYPE
);
53
printf("ioctl(-1,
NS_GET_NSTYPE
) = -1 EBADF (%m)\n");
75
int nstype = ioctl(userns_fd,
NS_GET_NSTYPE
);
77
printf("ioctl(%d,
NS_GET_NSTYPE
) = %s\n",
80
printf("ioctl(%d,
NS_GET_NSTYPE
) = %d (CLONE_NEWUSER)\n",
/external/strace/tests-m32/
ioctl_nsfs.c
52
ioctl(-1,
NS_GET_NSTYPE
);
53
printf("ioctl(-1,
NS_GET_NSTYPE
) = -1 EBADF (%m)\n");
75
int nstype = ioctl(userns_fd,
NS_GET_NSTYPE
);
77
printf("ioctl(%d,
NS_GET_NSTYPE
) = %s\n",
80
printf("ioctl(%d,
NS_GET_NSTYPE
) = %d (CLONE_NEWUSER)\n",
/external/strace/tests-mx32/
ioctl_nsfs.c
52
ioctl(-1,
NS_GET_NSTYPE
);
53
printf("ioctl(-1,
NS_GET_NSTYPE
) = -1 EBADF (%m)\n");
75
int nstype = ioctl(userns_fd,
NS_GET_NSTYPE
);
77
printf("ioctl(%d,
NS_GET_NSTYPE
) = %s\n",
80
printf("ioctl(%d,
NS_GET_NSTYPE
) = %d (CLONE_NEWUSER)\n",
Completed in 647 milliseconds