Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cam/ctl/
Dctl_ioctl.h773 #define CTL_PORT_REQ _IOWR(CTL_MINOR, 0x26, struct ctl_req) macro
Dctl_frontend_ioctl.c314 if (cmd == CTL_PORT_REQ) { in cfi_ioctl()
Dctl_frontend_iscsi.c2262 if (cmd == CTL_PORT_REQ) { in cfiscsi_ioctl()
Dctl.c3172 case CTL_PORT_REQ: { in ctl_ioctl()
/freebsd-12-stable/usr.sbin/ctld/
Dkernel.c1047 error = ioctl(ctl_fd, CTL_PORT_REQ, &req); in kernel_port_add()
1195 error = ioctl(ctl_fd, CTL_PORT_REQ, &req); in kernel_port_remove()
/freebsd-12-stable/usr.sbin/ctladm/
Dctladm.c601 retval = ioctl(fd, CTL_PORT_REQ, &req); in cctl_port()