Searched refs:vlun (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c919 scsi_vhci_lun_t *vlun; local
962 vlun = vhci_lun_lookup(tgt_dip);
973 if (vlun) {
975 "vhci_scsi_tgt_init: guid %s : found vlun 0x%p "
977 guid, (void *)vlun, from_ticks, vhci_to_ticks));
980 "vhci_scsi_tgt_init: guid %s : vlun not found "
994 * 1. no vlun available yet
998 while ((vlun == NULL) || (mdi_client_get_path_count(tgt_dip) == 0) ||
1000 if (vlun && vlun
1077 vhci_pgr_register_start(scsi_vhci_lun_t *vlun, struct scsi_pkt *pkt) argument
1126 struct scsi_vhci_lun *vlun = ADDR2VLUN(ap); local
1579 vhci_recovery_reset(scsi_vhci_lun_t *vlun, struct scsi_address *ap, uint8_t select_path, uint8_t recovery_depth) argument
1726 struct scsi_vhci_lun *vlun = ADDR2VLUN(ap); local
2147 scsi_vhci_lun_t *vlun; local
2231 struct scsi_vhci_lun *vlun; local
2580 scsi_vhci_lun_t *vlun = svp->svp_svl; local
2686 scsi_vhci_lun_t *vlun; local
2833 scsi_vhci_lun_t *vlun; local
3159 scsi_vhci_lun_t *vlun; local
3585 scsi_vhci_lun_t *vlun; local
3663 scsi_vhci_lun_t *vlun; local
3766 scsi_vhci_lun_t *vlun; local
3802 struct scsi_vhci_lun *vlun = (struct scsi_vhci_lun *)arg; local
4066 scsi_vhci_lun_t *vlun = NULL; local
4291 scsi_vhci_lun_t *vlun; local
4722 vhci_update_pathinfo(struct scsi_device *psd, mdi_pathinfo_t *pip, struct scsi_failover_ops *fo, scsi_vhci_lun_t *vlun, struct scsi_vhci *vhci) argument
5053 scsi_vhci_lun_t *vlun = NULL; local
5416 scsi_vhci_lun_t *vlun; local
6834 scsi_vhci_lun_t *vlun = NULL; local
7204 vhci_quiesce_paths(dev_info_t *vdip, dev_info_t *cdip, scsi_vhci_lun_t *vlun, char *guid, char *active_pclass_ptr) argument
7488 vhci_quiesce_lun(struct scsi_vhci_lun *vlun) argument
7537 scsi_vhci_lun_t *vlun; local
7924 struct scsi_vhci_lun *vlun = (struct scsi_vhci_lun *)arg; local
7984 vhci_print_prout_keys(scsi_vhci_lun_t *vlun, char *msg) argument
8792 vhci_invalidate_mpapi_lu(struct scsi_vhci *vhci, scsi_vhci_lun_t *vlun) argument
[all...]
H A Dmpapi_impl.c2910 vhci_update_mpapi_data(struct scsi_vhci *vhci, scsi_vhci_lun_t *vlun, argument
2924 "vlun: %p, pip: %p\n", (void *)vhci, (void *)vlun, (void *)pip));
2930 if (SCSI_FAILOVER_IS_TPGS(vlun->svl_fops)) {
2943 MP_OBJECT_TYPE_MULTIPATH_LU, (void*)vlun);
2947 MP_OBJECT_TYPE_MULTIPATH_LU, (void*)vlun);
2955 ld->resp = vlun;
3102 vhci_mpapi_synthesize_tpg_data(vhci, vlun, pip);
3112 * tpg_id and rel_tp_id for a specified vlun structure. Returns NULL
3118 vhci_mpapi_get_alua_item(struct scsi_vhci *vhci, void *vlun, voi argument
3181 vhci_mpapi_get_tpg_item(struct scsi_vhci *vhci, uint32_t acc_state, void *vlun, char *pclass, void *tp) argument
3244 vhci_mpapi_get_tpg_for_lun(struct scsi_vhci *vhci, char *pclass, void *vlun, void *tp) argument
3317 vhci_mpapi_synthesize_tpg_data(struct scsi_vhci *vhci, scsi_vhci_lun_t *vlun, mdi_pathinfo_t *pip) argument
3467 struct scsi_vhci_lun *vlun; local
4308 vhci_mpapi_update_tpg_acc_state_for_lu(struct scsi_vhci *vhci, scsi_vhci_lun_t *vlun) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Dscsi_vhci.h151 #define VHCI_HOLD_LUN(vlun, f, h) { \
153 mutex_enter(&(vlun)->svl_mutex); \
154 if ((vlun)->svl_transient == 1) { \
156 while ((vlun)->svl_transient == 1) \
157 cv_wait(&(vlun)->svl_cv, &(vlun)->svl_mutex); \
158 (vlun)->svl_transient = 1; \
164 (vlun)->svl_transient = 1; \
168 mutex_exit(&(vlun)->svl_mutex); \
171 #define VHCI_RELEASE_LUN(vlun) { \
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c153 static int iscsi_ini_lun_walk_cb(uintptr_t addr, const void *vlun,
1054 iscsi_ini_lun_walk_cb(uintptr_t addr, const void *vlun, void *idc_void) argument
1058 if (vlun == NULL) {
1062 rc = iscsi_print_ini_lun(addr, (iscsi_lun_t *)vlun,

Completed in 84 milliseconds