nexecs            145 kern/exec_conf.c int nexecs = (sizeof execsw / sizeof(*execsw));
nexecs            160 kern/exec_conf.c 	for (i = 0; i < nexecs; i++)
nexecs            177 kern/kern_exec.c 	for (i = 0; i < nexecs && error != 0; i++) {
nexecs            822 kern/kern_lkm.c 			for (i = 0; i < nexecs; i++)
nexecs            826 kern/kern_lkm.c 			if (i == nexecs) {
nexecs            831 kern/kern_lkm.c 			if (i < 0 || i >= nexecs) {
nexecs           1842 kern/kern_sysctl.c 		return (sysctl_rdint(oldp, oldlenp, newp, nexecs));
nexecs           1847 kern/kern_sysctl.c 	if (name[0] > nexecs || name[0] < 0)
nexecs            233 sys/exec.h     extern int	nexecs;