Searched defs:num_slots (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaMechManager.c132 CK_ULONG slotnum, num_slots; local
136 num_slots = meta_slotManager_get_slotcount();
147 for (slotnum = 0; slotnum < num_slots; slotnum++) {
170 for (j = 0; j < num_slots; j++) {
220 CK_ULONG i, num_slots; local
237 num_slots = meta_slotManager_get_slotcount();
238 for (i = 0; i < num_slots; i++) {
285 CK_ULONG slot, num_slots; local
307 num_slots = meta_slotManager_get_slotcount();
308 for (slot = 0; slot < num_slots; slo
[all...]
H A DmetaSlotManager.c55 static CK_ULONG num_slots; variable
115 num_slots = slot_count;
125 num_slots = 0;
150 for (slot = 0; slot < num_slots; slot++) {
187 num_slots = 0;
233 for (slot = 0; slot < num_slots; slot++) {
385 return (num_slots);
447 if (slotnum >= num_slots) {
H A DmetaObject.c229 CK_ULONG num_slots = meta_slotManager_get_slotcount(); local
231 for (slot_num = 0; slot_num < num_slots; slot_num++) {
353 CK_ULONG slotnum, num_slots; local
465 num_slots = meta_slotManager_get_slotcount();
468 for (slotnum = 0; slotnum < num_slots; slotnum++) {
732 CK_ULONG slotnum, num_slots; local
781 num_slots = meta_slotManager_get_slotcount();
800 clone_failed_op = calloc(num_slots, sizeof (boolean_t));
805 for (slotnum = 0; slotnum < num_slots; slotnum++) {
842 for (slotnum = 0; slotnum < num_slots; slotnu
1144 CK_ULONG num_slots = meta_slotManager_get_slotcount(); local
[all...]
H A DmetaObjectManager.c225 CK_ULONG num_slots; local
232 num_slots = meta_slotManager_get_slotcount();
234 new_object->clones = calloc(num_slots, sizeof (slot_object_t *));
240 new_object->tried_create_clone = calloc(num_slots, sizeof (boolean_t));
551 CK_ULONG slotnum, num_slots; local
555 num_slots = meta_slotManager_get_slotcount();
556 for (slotnum = 0; slotnum < num_slots; slotnum++) {
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dio.c597 char **slot_name_arr, int num_slots)
614 * break the array out into num_slots number of strings
616 for (i = 1; i < num_slots; i++) {
625 for (i = 0; i < num_slots; i++) {
596 populate_slot_name_arr(Prom_node *pci, int *slot_name_bits, char **slot_name_arr, int num_slots) argument
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c4042 uint_t new_bus, num_slots; local
4608 num_slots = pcicfg_get_nslots(new_child, h);
4614 "I/O=0x%lx PF_mem=%x%lx\n", num_slots, mem_end, io_end, pf_mem_end);
4632 if (num_slots) {
4634 (num_slots * pcicfg_slot_memsize);
4636 (num_slots * pcicfg_slot_iosize);
4638 (num_slots * pcicfg_slot_pf_memsize);
4640 (num_slots * pcicfg_slot_busnums);
4645 PRIx64 ")", num_slots, mem_answer, mem_end);
4649 num_slots, io_answe
5116 uint8_t num_slots = 0; local
[all...]
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c573 uint8_t num_slots = 0; local
584 num_slots = config & 0x1F;
590 num_slots = PCI_CAPSLOT_NSLOTS(esr_reg);
599 num_slots = 1;
603 ddi_get_name(dip), ddi_get_instance(dip), num_slots);
605 return (num_slots);
4896 uint_t new_bus, num_slots; local
5360 num_slots = pcicfg_get_nslots(new_child, h);
5365 "Mem=0x%lx I/O=0x%lx\n", num_slots, mem_end, io_end);
5383 if (num_slots) {
[all...]

Completed in 90 milliseconds