Searched defs:unit_number (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/montecarlo/sys/
H A Dscsb_led.h70 scsb_unum_t unit_number; member in struct:__anon9861
H A Dscsbioctl.h124 scsb_unum_t unit_number; member in struct:__anon9865
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_ioctl.h103 uint16_t unit_number; /* Unit number */ member in struct:cpqary3_bmic_pass
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dscsb.c2110 * according to unit_type, unit_number, and led_type.
2129 suip->unit_type, suip->unit_number,
2135 * So except for SLOTs, if the unit_number check fails, we now
2141 if (suip->unit_number < 1 || suip->unit_number >
2147 code = FRU_UNIT_TO_EVCODE(SLOT, suip->unit_number);
2151 if (suip->unit_number < 1 || suip->unit_number >
2157 "is out of range", suip->unit_number);
2162 code = FRU_UNIT_TO_EVCODE(PDU, suip->unit_number);
2454 int unit_number; local
2517 int unit_number; local
3761 int base, code, unit_number; local
3811 int unit_number; local
[all...]

Completed in 66 milliseconds