Home
last modified time | relevance | path

Searched refs:userns_fd (Results 1 – 4 of 4) sorted by relevance

/external/strace/tests-m32/
Dioctl_nsfs.c68 int userns_fd = ioctl(ns_fd, NS_GET_USERNS); in test_clone() local
69 printf("ioctl(%d, NS_GET_USERNS) = %s\n", ns_fd, sprintrc(userns_fd)); in test_clone()
71 int parent_ns_fd = ioctl(userns_fd, NS_GET_PARENT); in test_clone()
73 userns_fd, sprintrc(parent_ns_fd)); in test_clone()
75 int nstype = ioctl(userns_fd, NS_GET_NSTYPE); in test_clone()
78 userns_fd, sprintrc(nstype)); in test_clone()
81 userns_fd, nstype); in test_clone()
85 int rc = ioctl(userns_fd, NS_GET_OWNER_UID, uid); in test_clone()
88 userns_fd, uid, sprintrc(rc)); in test_clone()
91 userns_fd, *uid, rc); in test_clone()
/external/strace/tests/
Dioctl_nsfs.c68 int userns_fd = ioctl(ns_fd, NS_GET_USERNS); in test_clone() local
69 printf("ioctl(%d, NS_GET_USERNS) = %s\n", ns_fd, sprintrc(userns_fd)); in test_clone()
71 int parent_ns_fd = ioctl(userns_fd, NS_GET_PARENT); in test_clone()
73 userns_fd, sprintrc(parent_ns_fd)); in test_clone()
75 int nstype = ioctl(userns_fd, NS_GET_NSTYPE); in test_clone()
78 userns_fd, sprintrc(nstype)); in test_clone()
81 userns_fd, nstype); in test_clone()
85 int rc = ioctl(userns_fd, NS_GET_OWNER_UID, uid); in test_clone()
88 userns_fd, uid, sprintrc(rc)); in test_clone()
91 userns_fd, *uid, rc); in test_clone()
/external/strace/tests-mx32/
Dioctl_nsfs.c68 int userns_fd = ioctl(ns_fd, NS_GET_USERNS); in test_clone() local
69 printf("ioctl(%d, NS_GET_USERNS) = %s\n", ns_fd, sprintrc(userns_fd)); in test_clone()
71 int parent_ns_fd = ioctl(userns_fd, NS_GET_PARENT); in test_clone()
73 userns_fd, sprintrc(parent_ns_fd)); in test_clone()
75 int nstype = ioctl(userns_fd, NS_GET_NSTYPE); in test_clone()
78 userns_fd, sprintrc(nstype)); in test_clone()
81 userns_fd, nstype); in test_clone()
85 int rc = ioctl(userns_fd, NS_GET_OWNER_UID, uid); in test_clone()
88 userns_fd, uid, sprintrc(rc)); in test_clone()
91 userns_fd, *uid, rc); in test_clone()
/external/kernel-headers/original/uapi/linux/
Dmount.h131 __u64 userns_fd; member