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

/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dio.c596 populate_slot_name_arr(Prom_node *pci, int *slot_name_bits, argument
607 bit_mask = *slot_name_bits = *(int *)value;
608 D_PRINTF("\nslot_names 1st integer = [0x%x]", *slot_name_bits);
786 int slot_name_bits, pci_bridge_dev_no, local
841 if ((populate_slot_name_arr(pci, &slot_name_bits,
906 slot_name_bits);
908 if (slot_name_bits)
967 int slot_name_bits)
972 * slot_name_bits is a mask of the plug-in slots so if our
976 if (slot_name_bits
966 get_slot_number_str(struct io_card *card, char **slot_name_arr, int slot_name_bits) argument
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/daktari/common/
H A Ddaktari.c451 int slot_name_bits; local
481 slot_name_bits = *(int *)value;
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/starcat/common/
H A Dstarcat.c118 int slot_name_bits; local
202 slot_name_bits = *(int *)value;
203 if (slot_name_bits > 0)
204 slot_name_offset = slot_name_bits - 1;
208 if (! (slot_name_bits & (1 << i))) {
335 slot_name_bits);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/serengeti/common/
H A Dserengeti.c225 int slot_name_bits; local
286 slot_name_bits = *(int *)value;
463 slot_name_bits);

Completed in 69 milliseconds