Home
last modified time | relevance | path

Searched refs:CTL_PORT_REQ (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.sbin/nvmfd/
H A Dctl.c70 if (ioctl(ctl_fd, CTL_PORT_REQ, &req) != 0) in init_ctl_port()
109 if (ioctl(ctl_fd, CTL_PORT_REQ, &req) != 0) in shutdown_ctl_port()
/freebsd/sys/cam/ctl/
H A Dctl_ioctl.h837 #define CTL_PORT_REQ _IOWR(CTL_MINOR, 0x26, struct ctl_req) macro
H A Dctl_frontend_ioctl.c309 if (cmd == CTL_PORT_REQ) { in cfi_ioctl()
H A Dctl_frontend_iscsi.c2299 if (cmd == CTL_PORT_REQ) { in cfiscsi_ioctl()
H A Dctl.c3231 case CTL_PORT_REQ: { in ctl_ioctl()
/freebsd/usr.sbin/ctld/
H A Dkernel.c1014 error = ioctl(ctl_fd, CTL_PORT_REQ, &req); in kernel_port_add()
1164 error = ioctl(ctl_fd, CTL_PORT_REQ, &req); in kernel_port_remove()
/freebsd/sys/dev/nvmf/controller/
H A Dctl_frontend_nvmf.c1150 case CTL_PORT_REQ: in nvmft_ioctl()
/freebsd/usr.sbin/ctladm/
H A Dctladm.c616 retval = ioctl(fd, CTL_PORT_REQ, &req); in cctl_port()
619 warn("%s: CTL_PORT_REQ ioctl failed", __func__); in cctl_port()