nextid             57 kern/subr_evcount.c 	static int nextid = 0;
nextid             59 kern/subr_evcount.c 	if (nextid == 0) {
nextid             60 kern/subr_evcount.c 		nextid++;		/* start with 1 */
nextid             67 kern/subr_evcount.c 	ec->ec_id = nextid++;