hotplug_sel        37 dev/hotplug.c  static struct selinfo hotplug_sel;
hotplug_sel        99 dev/hotplug.c  	selwakeup(&hotplug_sel);
hotplug_sel       100 dev/hotplug.c  	KNOTE(&hotplug_sel.si_note, 0);
hotplug_sel       190 dev/hotplug.c  			selrecord(p, &hotplug_sel);
hotplug_sel       204 dev/hotplug.c  		klist = &hotplug_sel.si_note;
hotplug_sel       223 dev/hotplug.c  	SLIST_REMOVE(&hotplug_sel.si_note, kn, knote, kn_selnext);