Home
last modified time | relevance | path

Searched refs:ctl_proc (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/cam/ctl/
H A Dctl_ha.c596 softc, &softc->ha_ctl_softc->ctl_proc, in ctl_ha_conn_thread()
950 &ctl_softc->ctl_proc, NULL, 0, 0, "ctl", "ha_tx"); in ctl_ha_msg_init()
H A Dctl_private.h456 struct proc *ctl_proc; member
H A Dctl.c1969 &softc->ctl_proc, &thr->thread, 0, 0, "ctl", "work%d", i); in ctl_init()
1976 &softc->ctl_proc, &softc->lun_thread, 0, 0, "ctl", "lun"); in ctl_init()
1982 &softc->ctl_proc, &softc->thresh_thread, 0, 0, "ctl", "thresh"); in ctl_init()
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_control.c42 struct ctl_proc { struct
118 static const struct ctl_proc control_codes[] = {
1179 const struct ctl_proc *cc; in process_control()