Searched refs:nlun (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c11951 uint_t nlun; local
11979 LUN_PROP, &lun, &nlun) != DDI_SUCCESS) {
11984 if (nlun == 0) {
13874 struct fcp_lun *tlun, *nlun; local
13963 nlun = ttgt->tgt_lun;
13965 while ((tlun = nlun) != NULL) {
13969 nlun = tlun->lun_next;
14051 restart == 1 ? (nlun = ttgt->tgt_lun) : (nlun = tlun->lun_next);
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c316 int nlun[NTARGETS_WIDE]; member in struct:sd_scsi_hba_tgt_lun
3149 return (cp->nlun[target]);
3192 cp->nlun[target] ++;
3194 cp->nlun[target] --;

Completed in 183 milliseconds