Home
last modified time | relevance | path

Searched refs:num_slots (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaMechManager.c132 CK_ULONG slotnum, num_slots; in meta_mechManager_get_mechs() local
136 num_slots = meta_slotManager_get_slotcount(); in meta_mechManager_get_mechs()
147 for (slotnum = 0; slotnum < num_slots; slotnum++) { in meta_mechManager_get_mechs()
170 for (j = 0; j < num_slots; j++) { in meta_mechManager_get_mechs()
220 CK_ULONG i, num_slots; in meta_mechManager_get_slots() local
237 num_slots = meta_slotManager_get_slotcount(); in meta_mechManager_get_slots()
238 for (i = 0; i < num_slots; i++) { in meta_mechManager_get_slots()
285 CK_ULONG slot, num_slots; in meta_mechManager_update_mech() local
307 num_slots = meta_slotManager_get_slotcount(); in meta_mechManager_update_mech()
308 for (slot = 0; slot < num_slots; slot++) { in meta_mechManager_update_mech()
H A DmetaSlotManager.c55 static CK_ULONG num_slots; variable
115 num_slots = slot_count; in meta_slotManager_initialize()
125 num_slots = 0; in meta_slotManager_initialize()
150 for (slot = 0; slot < num_slots; slot++) { in meta_slotManager_finalize()
187 num_slots = 0; in meta_slotManager_finalize()
233 for (slot = 0; slot < num_slots; slot++) { in meta_slotManager_find_object_token()
385 return (num_slots); in meta_slotManager_get_slotcount()
447 if (slotnum >= num_slots) { in meta_get_slot_session()
H A DmetaObject.c229 CK_ULONG num_slots = meta_slotManager_get_slotcount(); in meta_CreateObject() local
231 for (slot_num = 0; slot_num < num_slots; slot_num++) { in meta_CreateObject()
353 CK_ULONG slotnum, num_slots; in meta_CopyObject() local
465 num_slots = meta_slotManager_get_slotcount(); in meta_CopyObject()
468 for (slotnum = 0; slotnum < num_slots; slotnum++) { in meta_CopyObject()
732 CK_ULONG slotnum, num_slots; in meta_SetAttributeValue() local
781 num_slots = meta_slotManager_get_slotcount(); in meta_SetAttributeValue()
800 clone_failed_op = calloc(num_slots, sizeof (boolean_t)); in meta_SetAttributeValue()
805 for (slotnum = 0; slotnum < num_slots; slotnum++) { in meta_SetAttributeValue()
842 for (slotnum = 0; slotnum < num_slots; slotnum++) { in meta_SetAttributeValue()
[all …]
H A DmetaObjectManager.c225 CK_ULONG num_slots; in meta_object_alloc() local
232 num_slots = meta_slotManager_get_slotcount(); in meta_object_alloc()
234 new_object->clones = calloc(num_slots, sizeof (slot_object_t *)); in meta_object_alloc()
240 new_object->tried_create_clone = calloc(num_slots, sizeof (boolean_t)); in meta_object_alloc()
551 CK_ULONG slotnum, num_slots; in meta_object_dealloc() local
555 num_slots = meta_slotManager_get_slotcount(); in meta_object_dealloc()
556 for (slotnum = 0; slotnum < num_slots; slotnum++) { in meta_object_dealloc()
/titanic_41/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c4042 uint_t new_bus, num_slots; in pcicfg_probe_bridge() local
4608 num_slots = pcicfg_get_nslots(new_child, h); in pcicfg_probe_bridge()
4614 "I/O=0x%lx PF_mem=%x%lx\n", num_slots, mem_end, io_end, pf_mem_end); in pcicfg_probe_bridge()
4632 if (num_slots) { in pcicfg_probe_bridge()
4634 (num_slots * pcicfg_slot_memsize); in pcicfg_probe_bridge()
4636 (num_slots * pcicfg_slot_iosize); in pcicfg_probe_bridge()
4638 (num_slots * pcicfg_slot_pf_memsize); in pcicfg_probe_bridge()
4640 (num_slots * pcicfg_slot_busnums); in pcicfg_probe_bridge()
4645 PRIx64 ")", num_slots, mem_answer, mem_end); in pcicfg_probe_bridge()
4649 num_slots, io_answer, io_end); in pcicfg_probe_bridge()
[all …]
/titanic_41/usr/src/lib/libprtdiag/common/
H A Dio.c597 char **slot_name_arr, int num_slots) in populate_slot_name_arr() argument
616 for (i = 1; i < num_slots; i++) { in populate_slot_name_arr()
625 for (i = 0; i < num_slots; i++) { in populate_slot_name_arr()
/titanic_41/usr/src/uts/sun4/io/
H A Dpcicfg.c573 uint8_t num_slots = 0; in pcicfg_get_nslots() local
584 num_slots = config & 0x1F; in pcicfg_get_nslots()
590 num_slots = PCI_CAPSLOT_NSLOTS(esr_reg); in pcicfg_get_nslots()
599 num_slots = 1; in pcicfg_get_nslots()
603 ddi_get_name(dip), ddi_get_instance(dip), num_slots); in pcicfg_get_nslots()
605 return (num_slots); in pcicfg_get_nslots()
4896 uint_t new_bus, num_slots; in pcicfg_probe_bridge() local
5360 num_slots = pcicfg_get_nslots(new_child, h); in pcicfg_probe_bridge()
5365 "Mem=0x%lx I/O=0x%lx\n", num_slots, mem_end, io_end); in pcicfg_probe_bridge()
5383 if (num_slots) { in pcicfg_probe_bridge()
[all …]
/titanic_41/usr/src/lib/libprtdiag/inc/
H A Dlibprtdiag.h113 char **slot_name_arr, int num_slots);