Home
last modified time | relevance | path

Searched refs:IOC_FUNC (Results 1 – 2 of 2) sorted by relevance

/third_party/selinux/libsepol/cil/src/
Dcil_binary.c1636 #define IOC_FUNC(x) (x & 0xff) macro
1658 if (IOC_FUNC(i) != 0xff && ebitmap_get_bit(xperms, i + 1)) { in __cil_permx_bitmap_to_sepol_xperms_list()
1668 if (IOC_FUNC(low) == 0x00 && IOC_FUNC(high) == 0xff) { in __cil_permx_bitmap_to_sepol_xperms_list()
1688 __avrule_xperm_setrangebits(IOC_FUNC(low), IOC_FUNC(high), partial); in __cil_permx_bitmap_to_sepol_xperms_list()
/third_party/selinux/checkpolicy/
Dpolicy_define.c2198 #define IOC_FUNC(x) ((x) & 0xff) macro
2264 if (IOC_FUNC(r->range.low)) in avrule_ioctl_completedriver()
2314 low = IOC_FUNC(low); in avrule_ioctl_func()
2315 high = IOC_FUNC(high); in avrule_ioctl_func()