Home
last modified time | relevance | path

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

/trueos/sys/cam/ctl/
HDctl_ioctl.h835 #define CTL_LUN_LIST _IOWR(CTL_MINOR, 0x22, struct ctl_lun_list) macro
HDctl.c3194 case CTL_LUN_LIST: { in ctl_ioctl()
/trueos/usr.sbin/ctld/
HDkernel.c415 if (ioctl(ctl_fd, CTL_LUN_LIST, &list) == -1) { in conf_new_from_kernel()
/trueos/usr.sbin/ctladm/
HDctladm.c4040 if (ioctl(fd, CTL_LUN_LIST, &list) == -1) { in cctl_devlist()