Searched defs:rnames (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_subr.c413 static char *rnames[] = CMD_REASON_ASCII; local
416 if (reason < (sizeof (rnames) / sizeof (*rnames)))
417 rname = rnames[reason];
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c4239 static char *rnames[] = { local
4252 return (rnames[reason]);

Completed in 72 milliseconds