HomeSort by: relevance | last modified time | path
    Searched defs:LUN (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/atari/stand/tostools/libtos/
diskio.h 36 #define MINOR(bus, target, lun) (lun)
37 #define MAJOR(bus, target, lun) (((bus) << 3) + (target))
39 #define LUN(major, minor) (minor)
54 char * fname; /* full name (scsi target 0 lun 0)*/
  /src/sys/arch/atari/stand/tostools/aptck/
aptck.h 36 #define MINOR(bus, target, lun) (lun)
37 #define MAJOR(bus, target, lun) (((bus) << 3) + (target))
39 #define LUN(major, minor) (minor)
62 char * fname; /* full name (scsi target 0 lun 0)*/
  /src/sbin/efi/
devpath3.c 165 uint16_t LUN;
170 p->IsSecondary, p->IsSlave, p->LUN);
177 DEVPATH_FMT(LUN: %u\n),
181 p->LUN);
191 uint16_t SCSILogicalUnitNum; /* LUN */
216 uint64_t LUN;
221 PRIx64 ")", p->WWName, p->LUN);
228 DEVPATH_FMT(LUN:) " 0x%016" PRIx64 "\n",
232 p->LUN);
441 uint64_t LUN; /* display as big-endian *
    [all...]
  /src/sys/dev/ic/
mfireg.h 1741 uint8_t LUN[8]; /* 0x34 */
mpt_mpilib.h 2630 U8 LUN[8]; /* 0Ch */
2649 /* SCSIIO LUN fields */
2760 U8 LUN[8]; /* 0Ch */
3332 U8 LUN; /* 03h */
4085 U8 LUN[8]; /* 10h */
4132 U8 LUN[8]; /* 10h */

Completed in 22 milliseconds