Searched refs:kctlsw (Results 1 – 1 of 1) sorted by relevance
182 static struct protosw kctlsw[] = { variable266 int kctl_proto_count = (sizeof(kctlsw) / sizeof(struct protosw)); in kern_control_init()271 for (i = 0, pr = &kctlsw[0]; i < kctl_proto_count; i++, pr++) { in kern_control_init()