Searched refs:slot (Results 1 - 25 of 63) sorted by relevance

123

/osnet-11/usr/src/grub/grub2/grub-core/bus/emu/
H A Dpci.c38 struct pci_slot_match slot; local
40 slot.domain = PCI_MATCH_ANY;
41 slot.bus = PCI_MATCH_ANY;
42 slot.dev = PCI_MATCH_ANY;
43 slot.func = PCI_MATCH_ANY;
44 iter = pci_slot_match_iterator_create (&slot);
/osnet-11/usr/src/lib/libnsctl/common/
H A Dmachdep.c249 int slot; local
257 for (slot = 0; slot < nodecnt; slot++) {
258 if (strcmp(name, nodes[slot].nc_nodename) == 0) {
259 *id = nodes[slot].nc_nodeid;
263 if (slot >= nodecnt) {
285 int slot; local
295 for (slot = 0; slot < nodecn
[all...]
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSlotManager.c38 * keep for each slot. This number should probably be adjusted
65 * by the slot manager.
95 * be 1 other slot besides metaslot.
109 * Store the slot IDs. Adjust for the fact that the first slot is
136 * Called from C_Finalize. Deallocates any storage held by the slot manager.
141 CK_ULONG slot; local
154 for (slot = 0; slot < num_slots; slot
219 CK_ULONG slot; local
260 unsigned char *slot; local
[all...]
H A Dpkcs11Slot.h70 * for each slot. These states are mutually exclusive, ie only one should
80 * is more than one other slot present, triggering the existence of the
89 CK_SLOT_ID st_first; /* First used slot ID, used for loops */
90 CK_SLOT_ID st_last; /* Last slot ID allocated */
106 * This macro is used to quickly dereference from a framework slot ID,
113 * This macro is used to quickly get the slot ID associated with this
114 * slot ID, that is used by the underlying provider.
123 extern CK_RV pkcs11_slot_allocate(CK_SLOT_ID *slot);
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGlobal.h40 extern struct slot soft_slot;
55 /* CK_SLOT_INFO: Information about our slot */
/osnet-11/usr/src/lib/libprtdiag/inc/
H A Ddisplay_sun4u.h57 int slot; /* Slot number */ member in struct:io_card
69 /* used to determine whether slot (int) or slot_str(char*) should be used */
/osnet-11/usr/src/lib/libast/common/hash/
H A Dhashscan.c56 pos->slot = tab->table - 1;
99 if (++pos->slot >= pos->limit)
105 pos->limit = (pos->slot = pos->tab->table) + pos->tab->size;
108 } while (!(b = *pos->slot));
H A Dhashlib.h56 Hash_bucket_t** slot; /* table slot */ \
57 Hash_bucket_t** limit; /* slot limit */
73 Hash_bucket_t** table; /* hash slot table */ \
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_fat.c307 int slot = -2; local
397 slot = id;
398 filename[slot * 13] = 0;
402 if (id != slot || slot == 0
409 slot--;
410 offset = slot * 13;
420 if (alias_checksum != -1 && slot == 0)
425 slot = -2;
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid.c114 smbios_slot_t slot; local
117 smbios_info_slot(shp, strp->smbstr_id, &slot) != 0)
120 if (slot.smbl_id == cbp->cb_slotnum) {
121 cbp->cb_label = slot.smbl_name;
143 * a slot-names property, and if it exists, ignore the slotmask value
163 * 2) use slot-names
168 * The PCI spec describes slot number 0 as reserved for
170 * this, so we have to treat slot 0 as a valid device.
174 * the given slot number is not represented in the
175 * SMBIOS tables, then ignore the slot entirel
511 slotnm_t *slot; local
[all...]
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dsmt_pause.s53 sll %i4, 0x6, %i2 ! pick a slot
H A Dmemmove.s43 cmp %i2, 17 ! delay slot, for small counts copy bytes
48 cmp %i2, 17 ! delay slot, for small counts copy bytes
H A Dmemset.s59 .empty ! following lable is ok in delay slot
H A Dmemcmp.s89 ldub [%o1], %o5 ! delay slot, get next byte from s2
91 mov %o3, %o4 ! delay slot, move *s1 to %o4
97 andcc %o1, 3, %o4 ! delay slot, is s2 aligned?
106 deccc %o2 ! delay slot, compare count (len)
138 sub %o1, %o2, %o0 ! delay slot
143 sub %o4, %o5, %o0 ! delay slot, return(*s1 - *s2)
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dsmt_pause.s48 sllx %i2, 0x6, %i1 ! pick a slot
H A Dmemmove.s43 cmp %i2, 17 ! delay slot, for small counts copy bytes
48 cmp %i2, 17 ! delay slot, for small counts copy bytes
H A Dmemcmp.s88 ldub [%o1], %o5 ! delay slot, get next byte from s2
90 mov %o3, %o4 ! delay slot, move *s1 to %o4
96 andcc %o1, 3, %o4 ! delay slot, is s2 aligned?
105 deccc %o2 ! delay slot, compare count (len)
136 sub %o1, %o2, %o0 ! delay slot
140 sub %o4, %o5, %o0 ! delay slot, return(*s1 - *s2)
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/ontario/common/
H A Dhuron.c75 card->slot = 0;
78 card->slot = 1;
82 card->slot = 0;
86 card->slot = 1;
90 card->slot = 2;
94 card->slot = 3;
98 card->slot = 4;
102 card->slot = 5;
105 card->slot = NO_SLOT;
205 if (pci_card.slot !
[all...]
H A Derie.c78 int slot = NO_SLOT; local
120 slot = erie_get_slot_number(path);
121 erie_get_nac(bus_type, path, slot, name, nac, sizeof (nac));
133 if (slot != NO_SLOT) {
134 log_printf("%5d", slot);
385 * Thie function indicates whether a device is in a pci-e slot
386 * or if it's on the motherboard. There's only one pci-e slot
493 erie_get_nac(char bus_type[], char path[], int slot, char name[], char nac[], argument
503 } else if (slot != NO_SLOT) {
505 slot);
[all...]
H A Dpelton.c97 card->slot = 0;
100 card->slot = 2;
103 card->slot = 3;
106 card->slot = 1;
109 card->slot = -1;
204 if (pci_card.slot != -1) {
207 IOBOARD, pci_card.bus_type, pci_card.slot);
H A Dontario.c95 card->slot = 0;
98 card->slot = 1;
101 card->slot = 2;
108 card->slot = -1;
112 * use the unit address to distinguish the slot number.
118 card->slot = 0;
121 card->slot = 1;
127 card->slot = -1;
221 if (pci_card.slot != -1) {
224 IOBOARD, pci_card.bus_type, pci_card.slot);
[all...]
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dgrub.h93 extern void join_group(int slot, unsigned long group);
94 extern void leave_group(int slot);
/osnet-11/usr/src/lib/libprtdiag/common/
H A Dio.c167 * in order based on board number and slot number. Also, the storage
196 if ((newcard->board == p->board) && (newcard->slot < p->slot))
243 * Find the sbus slot number of this Sbus device. If no slot number can
334 * a char string to display for slot.
336 if (p->slot == PCI_SLOT_IS_STRING)
339 log_printf("%10d ", p->slot, 0);
394 /* XXX - Get the slot number (hack) */
395 card.slot
970 char *slot; local
[all...]
/osnet-11/usr/src/lib/libc/capabilities/sun4v/common/
H A Dsmt_pause.s60 sllx %i2, 0x6, %i1 ! pick a slot
/osnet-11/usr/src/lib/storage/liba5k/common/
H A Dlhot.c311 * has a format like box,{f/r}<slot #>.
314 * is using the box,{f/r}<slot#> format.
316 /* add support for new {f/r/s}<slot#> support for DPM */
366 l_state->drv_front[path_struct->slot].g_disk_state.node_wwn_s);
369 l_state->drv_rear[path_struct->slot].g_disk_state.node_wwn_s);
401 int f_flag, int slot, int verbose_flag)
447 offset = (8 + (front_index + slot)*4);
449 offset = (8 + (rear_index + slot)*4);
867 l_get_drive_name(char *drive_name, int slot, int f_flag, char *box_name) argument
890 "Drive in \"%s\" slot
399 l_encl_status_page_funcs(int func, char *code, int todo, char *ses_path, struct l_state_struct *l_state, int f_flag, int slot, int verbose_flag) argument
[all...]

Completed in 36 milliseconds

123