Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_binary.c1585 #define IOC_FUNC(x) (x & 0xff) macro
1609 if (IOC_FUNC(i) != 0xff && ebitmap_get_bit(xperms, i + 1)) { in __cil_permx_bitmap_to_sepol_xperms_list()
1619 if (IOC_FUNC(low) == 0x00 && IOC_FUNC(high) == 0xff) { in __cil_permx_bitmap_to_sepol_xperms_list()
1639 __avrule_xperm_setrangebits(IOC_FUNC(low), IOC_FUNC(high), partial); in __cil_permx_bitmap_to_sepol_xperms_list()
/external/selinux/checkpolicy/
Dpolicy_define.c2110 #define IOC_FUNC(x) (x & 0xff) macro
2176 if (IOC_FUNC(r->range.low)) in avrule_ioctl_completedriver()
2226 low = IOC_FUNC(low); in avrule_ioctl_func()
2227 high = IOC_FUNC(high); in avrule_ioctl_func()