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

/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h59 #define SF_HASH(x, y) ((x[0]+x[1]+x[2]+x[3]+x[4]+x[5]+x[6]+x[7]) &\ macro
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c3301 hash = SF_HASH(privp->port_wwn, lun);
3389 hash = SF_HASH(privp->port_wwn, lun); /* lun 0 */
3438 hash = SF_HASH(wwn, lun);

Completed in 57 milliseconds