Home
last modified time | relevance | path

Searched refs:RPL_LUNDATA_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/scsi/
H A Dscsi_all.h536 #define RPL_LUNDATA_SIZE 8 /* Bytes per lun */ macro
538 u_int8_t lundata[RPL_LUNDATA_SIZE];
H A Dscsiconf.c913 nluns = _4btol(report->length) / RPL_LUNDATA_SIZE; in scsi_get_target_luns()