Searched refs:IOCTLS_MAX_COUNT (Results 1 – 1 of 1) sorted by relevance
93 #define IOCTLS_MAX_COUNT 256 /* XXX: Is 256 sane? */ macro425 if (ncmds > IOCTLS_MAX_COUNT) { in kern_cap_ioctls_limit()467 if (ncmds > IOCTLS_MAX_COUNT) in sys_cap_ioctls_limit()504 cmdsp = malloc(sizeof(cmdsp[0]) * IOCTLS_MAX_COUNT, M_FILECAPS, in sys_cap_ioctls_get()