Searched refs:CTL_PORT_REQ (Results 1 – 6 of 6) sorted by relevance
773 #define CTL_PORT_REQ _IOWR(CTL_MINOR, 0x26, struct ctl_req) macro
314 if (cmd == CTL_PORT_REQ) { in cfi_ioctl()
2262 if (cmd == CTL_PORT_REQ) { in cfiscsi_ioctl()
3172 case CTL_PORT_REQ: { in ctl_ioctl()
1047 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()
601 retval = ioctl(fd, CTL_PORT_REQ, &req); in cctl_port()