HomeSort by relevance Sort by last modified time
    Searched defs:num_slots (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/lib/pkcs11/libpkcs11/common/
metaMechManager.c 132 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; slot++)
    [all...]
metaObject.c 229 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; slotnum++)
1144 CK_ULONG num_slots = meta_slotManager_get_slotcount(); local
    [all...]
metaSlotManager.c 55 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) {
metaObjectManager.c 226 CK_ULONG num_slots; local
233 num_slots = meta_slotManager_get_slotcount();
235 new_object->clones = calloc(num_slots, sizeof (slot_object_t *));
241 new_object->tried_create_clone = calloc(num_slots, sizeof (boolean_t));
552 CK_ULONG slotnum, num_slots; local
556 num_slots = meta_slotManager_get_slotcount();
557 for (slotnum = 0; slotnum < num_slots; slotnum++) {
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/io/hotplug/pcicfg/
pcicfg.c 3978 uint_t new_bus, num_slots; local
5048 uint8_t num_slots = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4/io/
pcicfg.c 572 uint8_t num_slots = 0; local
583 num_slots = config & 0x1F;
589 num_slots = PCI_CAPSLOT_NSLOTS(esr_reg);
598 num_slots = 1;
602 ddi_get_name(dip), ddi_get_instance(dip), num_slots);
604 return (num_slots);
4827 uint_t new_bus, num_slots; local
    [all...]

Completed in 3419 milliseconds