HomeSort by relevance Sort by last modified time
    Searched defs:NS_GET_USERNS (Results 1 - 5 of 5) sorted by null

  /bionic/libc/kernel/uapi/linux/
nsfs.h 23 #define NS_GET_USERNS _IO(NSIO, 0x1)
  /external/kernel-headers/original/uapi/linux/
nsfs.h 10 #define NS_GET_USERNS _IO(NSIO, 0x1)
  /external/strace/
nsfs.h 10 # define NS_GET_USERNS _IO(NSIO, 0x1)
  /external/linux-kselftest/tools/testing/selftests/nsfs/
owner.c 17 #define NS_GET_USERNS _IO(NSIO, 0x1)
60 uns = ioctl(ns, NS_GET_USERNS);
72 return pr_err("NS_GET_USERNS returned a wrong namespace");
74 init_uns = ioctl(uns, NS_GET_USERNS);
78 if (ioctl(init_uns, NS_GET_USERNS) >= 0 || errno != EPERM)
84 if (ioctl(ns, NS_GET_USERNS) >= 0 || errno != EPERM)
86 if (ioctl(init_uns, NS_GET_USERNS) >= 0 || errno != EPERM)
pidns.c 24 #define NS_GET_USERNS _IO(NSIO, 0x1)

Completed in 159 milliseconds