Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Dkern_control.h90 #define CTLIOCGCOUNT _IOR('N', 2, int) /* get number of control structures registe… macro
/xnu-10063.101.15/bsd/kern/
H A Dkern_control.c1415 case CTLIOCGCOUNT: { in ctl_ioctl()