Searched defs:slot (Results 26 - 29 of 29) sorted by relevance

12

/osnet-11/usr/src/lib/storage/liba5k/common/hdrs/
H A Da5k.h164 int slot; member in struct:path_struct
/osnet-11/usr/src/lib/storage/liba5k/common/
H A Dmon.c537 * Need to get a valid location, front/rear & slot.
539 * The path_struct will return a valid slot
631 /* Double check slot. */
632 if (path_struct->slot >= l_state->total_num_drv/2) {
652 offset = (8 + (front_index + path_struct->slot)*4);
654 offset = (8 + (rear_index + path_struct->slot)*4);
679 MSGSTR(9043, " Blinking LED for slot %d in enclosure"
680 " %s\n"), path_struct->f_flag ? path_struct->slot :
681 path_struct->slot + (MAX_DRIVES_DAK/2),
685 MSGSTR(9043, " Blinking LED for slot
803 int slot, err = 0; local
1184 pwr_up_down(char *path_phys, L_state *l_state, int front, int slot, int power_off_flag, int verbose) argument
1935 int slot = 0, slot_flag = 0, found_box = 0, found_comma = 0; local
4856 int err, al_pa, slot, found = 0; local
[all...]
/osnet-11/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dgfc.h190 int slot; member in struct:hotplug_disk_list
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaEnc.c1151 UInt32 slot; local
1152 GetPosSlot2(distance, slot);
1153 curAndLenPrice += p->alignPrices[distance & kAlignMask] + p->posSlotPrices[lenToPosState][slot];

Completed in 81 milliseconds

12