Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/cam/ctl/
Dctl.h49 CTL_PORT_NONE = 0x00, enumerator
Dctl.c2613 if ((entry->port_type == CTL_PORT_NONE) in ctl_ioctl()
/freebsd-10-stable/usr.sbin/ctladm/
Dctladm.c394 ctl_port_type port_type = CTL_PORT_NONE; in cctl_port()
485 if ((port_type != CTL_PORT_NONE) && (targ_port != -1)) { in cctl_port()
489 } else if ((targ_port == -1) && (port_type == CTL_PORT_NONE)) in cctl_port()
/freebsd-10-stable/usr.sbin/ctld/
Dkernel.c966 entry.port_type = CTL_PORT_NONE; in kernel_port_add()