Searched refs:plun (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 453 static int fcp_send_scsi(struct fcp_lun *plun, uchar_t opcode, 467 static int fcp_trigger_lun(struct fcp_lun *plun, child_info_t *cip, 475 static void fcp_offline_lun(struct fcp_lun *plun, int link_cnt, int tgt_cnt, 477 static void fcp_prepare_offline_lun(struct fcp_lun *plun, int link_cnt, 479 static void fcp_offline_lun_now(struct fcp_lun *plun, int link_cnt, 483 static void fcp_update_offline_flags(struct fcp_lun *plun); 484 static struct fcp_pkt *fcp_scan_commands(struct fcp_lun *plun); 494 static void fcp_dealloc_lun(struct fcp_lun *plun); 525 static child_info_t *fcp_get_cip(struct fcp_lun *plun, child_info_t *cip, 527 static int fcp_is_dip_present(struct fcp_lun *plun, dev_info_t *cdip); [all …]
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/ulp/ |
H A D | fcpvar.h | 1102 #define FCP_LUN_TRACE(plun, bit) {\ argument 1103 if (plun && plun->lun_tgt) {\ 1104 mutex_enter(&plun->lun_tgt->tgt_mutex);\ 1105 plun->lun_trace |= bit;\ 1106 mutex_exit(&plun->lun_tgt->tgt_mutex);\ 1263 struct fcp_lun *plun; member
|
/titanic_50/usr/src/cmd/devfsadm/ |
H A D | disk_link.c | 369 decode_xen_device(uint_t device, uint_t *disk, uint_t *plun) in decode_xen_device() argument 413 *plun = lun; in decode_xen_device()
|