Searched refs:CTL_MAXNAME (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dkern_newsysctl.c880 int newoid[CTL_MAXNAME];
937 while (oidp && *len < CTL_MAXNAME) {
1011 int error, oid[CTL_MAXNAME];
1103 while (oid && indx < CTL_MAXNAME) {
1389 while (oid && indx < CTL_MAXNAME) {
1551 int error, i, name[CTL_MAXNAME];
1554 if (uap->namelen > CTL_MAXNAME || uap->namelen < 2)
1674 int oid[CTL_MAXNAME + 2];
1679 oidlen = CTL_MAXNAME;
H A Dkern_sysctl.c388 int name[CTL_MAXNAME];
399 if (uap->namelen > CTL_MAXNAME || uap->namelen < 2)
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_private.h240 int ar_arg_ctlname[CTL_MAXNAME];
/xnu-2422.115.4/bsd/sys/
H A Dsysctl.h104 #define CTL_MAXNAME 12 /* largest number of components supported */ macro
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_subr.c2728 if (namelen > CTL_MAXNAME) {

Completed in 95 milliseconds