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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_control.c130 static struct protosw kctlsw[] = { variable in typeref:struct:protosw
157 static int kctl_proto_count = (sizeof (kctlsw) / sizeof (struct protosw));
225 for (i = 0, pr = &kctlsw[0]; i < kctl_proto_count; i++, pr++)

Completed in 170 milliseconds