Searched refs:CTL_PORT_REQ (Results 1 – 8 of 8) sorted by relevance
/freebsd/usr.sbin/nvmfd/ |
H A D | ctl.c | 70 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 D | ctl_ioctl.h | 837 #define CTL_PORT_REQ _IOWR(CTL_MINOR, 0x26, struct ctl_req) macro
|
H A D | ctl_frontend_ioctl.c | 309 if (cmd == CTL_PORT_REQ) { in cfi_ioctl()
|
H A D | ctl_frontend_iscsi.c | 2299 if (cmd == CTL_PORT_REQ) { in cfiscsi_ioctl()
|
H A D | ctl.c | 3231 case CTL_PORT_REQ: { in ctl_ioctl()
|
/freebsd/usr.sbin/ctld/ |
H A D | kernel.c | 1014 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 D | ctl_frontend_nvmf.c | 1150 case CTL_PORT_REQ: in nvmft_ioctl()
|
/freebsd/usr.sbin/ctladm/ |
H A D | ctladm.c | 616 retval = ioctl(fd, CTL_PORT_REQ, &req); in cctl_port() 619 warn("%s: CTL_PORT_REQ ioctl failed", __func__); in cctl_port()
|