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

/freebsd-11-stable/sys/cam/ctl/
H A Dctl.h49 CTL_PORT_NONE = 0x00, enumerator in enum:__anon5255
H A Dctl.c2652 if ((entry->port_type == CTL_PORT_NONE)
/freebsd-11-stable/usr.sbin/ctld/
H A Dkernel.c1020 entry.port_type = CTL_PORT_NONE;
/freebsd-11-stable/usr.sbin/ctladm/
H A Dctladm.c395 ctl_port_type port_type = CTL_PORT_NONE;
486 if ((port_type != CTL_PORT_NONE) && (targ_port != -1)) {
490 } else if ((targ_port == -1) && (port_type == CTL_PORT_NONE))

Completed in 134 milliseconds