Searched refs:NSIO (Results 1 – 1 of 1) sorted by relevance
2998 const NSIO: c_uint = 0xb7; constant3000 pub const NS_GET_USERNS: Ioctl = _IO(NSIO, 0x1);3001 pub const NS_GET_PARENT: Ioctl = _IO(NSIO, 0x2);3002 pub const NS_GET_NSTYPE: Ioctl = _IO(NSIO, 0x3);3003 pub const NS_GET_OWNER_UID: Ioctl = _IO(NSIO, 0x4);3005 pub const NS_GET_MNTNS_ID: Ioctl = _IOR::<__u64>(NSIO, 0x5);3009 pub const NS_GET_PID_IN_PIDNS: Ioctl = _IOR::<c_int>(NSIO, 0x8);3010 pub const NS_GET_TGID_IN_PIDNS: Ioctl = _IOR::<c_int>(NSIO, 0x9);3014 pub const NS_MNT_GET_INFO: Ioctl = _IOR::<mnt_ns_info>(NSIO, 10);3015 pub const NS_MNT_GET_NEXT: Ioctl = _IOR::<mnt_ns_info>(NSIO, 11);[all …]