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