Searched refs:targ_id (Results 1 – 3 of 3) sorted by relevance
| /trueos/sys/cam/ctl/ |
| HD | scsi_ctl.c | 205 static int ctlfe_lun_enable(void *arg, struct ctl_id targ_id, 207 static int ctlfe_lun_disable(void *arg, struct ctl_id targ_id, 1815 ctlfe_lun_enable(void *arg, struct ctl_id targ_id, int lun_id) in ctlfe_lun_enable() argument 1827 targ_id.id, lun_id); in ctlfe_lun_enable() 1878 ctlfe_lun_disable(void *arg, struct ctl_id targ_id, int lun_id) in ctlfe_lun_disable() argument 1891 if ((xpt_path_target_id(path) == targ_id.id) in ctlfe_lun_disable() 1899 targ_id.id, lun_id); in ctlfe_lun_disable()
|
| HD | ctl_frontend.h | 53 typedef int (*lun_func_t)(void *arg, struct ctl_id targ_id, int lun_id);
|
| HD | ctl.c | 388 static int ctl_ioctl_lun_enable(void *arg, struct ctl_id targ_id, int lun_id); 389 static int ctl_ioctl_lun_disable(void *arg, struct ctl_id targ_id, int lun_id); 1652 ctl_ioctl_lun_enable(void *arg, struct ctl_id targ_id, int lun_id) in ctl_ioctl_lun_enable() argument 1658 ctl_ioctl_lun_disable(void *arg, struct ctl_id targ_id, int lun_id) in ctl_ioctl_lun_disable() argument
|