| /onnv/onnv-gate/usr/src/cmd/cmd-crypto/pktool/ |
| tokens.c | 30 * It loads the PKCS#11 modules, gets the list of slots with 41 * Lists all slots with tokens in them. 46 CK_SLOT_ID_PTR slots = NULL; local 63 /* Get the list of slots with tokens in them. */ 64 if ((rv = get_token_slots(&slots, &slot_count)) != CKR_OK) { 73 cryptoerror(LOG_STDERR, gettext("No slots with tokens found.")); 82 if ((rv = C_GetTokenInfo(slots[i], &token_info)) != CKR_OK) { 96 free(slots);
|
| /onnv/onnv-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
| metaSlotToken.c | 277 mechinfo_t **slots = NULL; local 304 slots = mech_support_info.supporting_slots; 306 /* Merge mechanism info from all slots. */ 307 (void) memcpy(pInfo, &(slots[0]->mechanism_info), 314 /* MinKeySize should be smallest of all slots. */ 315 thisValue = slots[i]->mechanism_info.ulMinKeySize; 320 /* MaxKeySize should be largest of all slots. */ 321 thisValue = slots[i]->mechanism_info.ulMaxKeySize; 326 pInfo->flags |= slots[i]->mechanism_info.flags;
|
| metaMechManager.c | 57 mechinfo_t *slots; member in struct:mechliststruct 109 free(mechlist[i].slots); 135 /* get number of slots */ 171 if (!mechlist[i].slots[j].initialized) 174 if (mechlist[i].slots[j].supported) { 202 * Get list of all slots supporting the specified mechanism. 205 * space to accomodate the list of slots that supports the 208 * many slots are found to support the mechanism. 239 if (!mechlist[index].slots[i].initialized || 240 !mechlist[index].slots[i].supported [all...] |
| metaSlotManager.c | 53 slot_data_t *slots; variable 81 * Count the number of slots in the framework. 100 slots = calloc(slot_count, sizeof (slot_data_t)); 101 if (slots == NULL) { 111 slots[i].fw_st_id = i + 1; 113 &(slots[i].tokenobject_list_lock), NULL); 120 if (slots) { 121 free(slots); 122 slots = NULL; 140 /* If no slots to free, return * [all...] |
| metaUtil.c | 164 * Get a list of capable slots. 167 * the list of capable slots is already retrieved. We can save 168 * some processing, and just use that list of slots. 186 /* Attempt to initialize operation on slots until one succeeds. */ 848 * Gets the list of slots that supports the specified mechanism. 853 * Otherwise, get list of all slots that support the mech. 859 mechinfo_t ***slots, unsigned long *slot_count, boolean_t token_only, 881 * keystore slot, we will look at other slots 884 *slots = mech_support_info->supporting_slots; 891 * Get a list of slots that support this mech 926 mechinfo_t **slots = NULL; local 1194 mechinfo_t **slots = NULL; local 1310 mechinfo_t **slots = NULL; local 1467 mechinfo_t **slots = NULL; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libdevinfo/ |
| devinfo_prop_decode.c | 969 int slots; local 974 if (rawlen < sizeof (slots)) 977 slots = impl_di_prop_int_from_prom(rawdata, sizeof (slots)); 978 if (slots == 0) { 983 maxslots = sizeof (slots) * 8; 986 if (slots & (1 << i)) 995 sp = (char *)(rawdata + sizeof (slots)); 996 maxsp = sp + (rawlen - sizeof (slots)); 999 if (slots & (1 << i)) [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| tnf.h | 79 int slots; member in struct:__anon8218
|
| /onnv/onnv-gate/usr/src/uts/intel/io/heci/ |
| heci_intr.c | 73 int32_t *slots); 76 int32_t *slots); 229 int32_t slots; local 284 /* check slots avalable for reading */ 285 slots = count_full_read_slots(dev); 286 DBG("slots =%08x extra_write_index =%08x.\n", 287 slots, dev->extra_write_index); 288 while ((slots > 0) && (!dev->extra_write_index)) { 289 DBG("slots =%08x extra_write_index =%08x.\n", slots, [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/nxge/ |
| nxge_hio_guest.c | 388 * each one of which will be using the same slots, or 436 uint8_t slots, mask, slot; local 442 /* Slots are numbered 0 - 7. */ 443 slots = (uint8_t)(res_map & 0xff); 447 if (slots & mask) 473 tdc_grp->map = slots; 475 group->map = slots; 482 port->tx_dma_map = slots; 484 nxge->tx_set.owned.map |= slots; 495 rdc_grp->map = slots; [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
| mptsas_raid.c | 113 mptsas_slots_t *slots = mpt->m_active; local 151 raidconfig = &slots->m_raidconfig[configindex]; 152 slots->m_num_raid_configs++; 219 ptgt = mptsas_tgt_alloc(&slots->m_tgttbl, 261 mptsas_slots_t *slots = mpt->m_active; local 268 bzero(slots->m_raidconfig, sizeof (slots->m_raidconfig)); 269 slots->m_num_raid_configs = 0; 573 mptsas_slots_t *slots = mpt->m_active; local 586 for (config = 0; config < slots->m_num_raid_configs 674 mptsas_slots_t *slots = mpt->m_active; local [all...] |
| mptsas_impl.c | 1084 mptsas_slots_t *slots = mpt->m_active; local 1090 if (slots->m_slot[MPTSAS_TM_SLOT(mpt)] != NULL) { 1114 slots->m_slot[MPTSAS_TM_SLOT(mpt)] = cmd; [all...] |
| mptsas.c | 3225 mptsas_slots_t *slots; local 4624 mptsas_slots_t *slots = mpt->m_active; local 4697 mptsas_slots_t *slots = mpt->m_active; local 7085 mptsas_slots_t *slots = mpt->m_active; local 7335 mptsas_slots_t *slots = mpt->m_active; local 8163 mptsas_slots_t *slots = mpt->m_active; local 8262 mptsas_slots_t *slots = mpt->m_active; local 8396 mptsas_slots_t *slots = mpt->m_active; local 8651 mptsas_slots_t *slots = mpt->m_active; local 11888 mptsas_slots_t *slots = mpt->m_active; local 12628 mptsas_slots_t *slots = mpt->m_active; local [all...] |
| /onnv/onnv-gate/usr/src/uts/intel/io/drm/ |
| radeon_cp.c | 898 int slots = (RADEON_READ(RADEON_RBBM_STATUS) & local 900 if (slots >= entries) [all...] |
| /onnv/onnv-gate/usr/src/lib/libprtdiag_psr/sparc/javelin/common/ |
| javelin.c | 1285 int slots, start_slot; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libprtdiag_psr/sparc/tazmo/common/ |
| tazmo.c | 1492 int slots, start_slot; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libtnf/ |
| libtnf.h | 85 } slots[1]; member in struct:taginfo::slotinfo
|
| /onnv/onnv-gate/usr/src/lib/libntfs/common/libntfs/ |
| runlist.c | 636 int slots = 0; local 652 slots = 1; 656 if (!slots) { 663 slots = 2; 667 if (slots != 1) 672 slots--; 677 if (!slots) { [all...] |
| /onnv/onnv-gate/usr/src/uts/i86pc/cpu/generic_cpu/ |
| gcpu_mca.c | 986 int slots; local 1001 slots = MAX(GCPU_MCA_ERRS_PERCPU * max_ncpus, GCPU_MCA_MIN_ERRORS); 1002 slots = MIN(slots, GCPU_MCA_MAX_ERRORS); 1005 NULL, slots, datasz, 1, ERRORQ_VITAL); [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/ |
| platform.c | 787 int slots = 0; /* char * slots allocated in files */ local 830 if (nfiles > slots - 2) { 831 /* allocate ten more slots */ 832 slots += 10; 834 slots * sizeof (char *)); [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/rsm/ |
| rsm_in.h | 377 rsmipc_slot_t slots[RSMIPC_SZ]; member in struct:__anon8029
|
| /onnv/onnv-gate/usr/src/lib/libraidcfg/common/ |
| raidcfg.c | 92 size_t slots; /* How many lists linked by *table */ member in struct:__anon3 151 ((tab)->table + ((id)%(tab)->slots)) [all...] |
| /onnv/onnv-gate/usr/src/uts/intel/io/intel_nb5000/ |
| nb5000_init.c | 645 int slots; member in struct:smb_dimm_rec 667 (rp->slots == nb_dimm_slots || 675 * physical slots than the controller supports 676 * so skip empty slots to find the slot this 702 rp->slots++; 719 r.slots = 0; [all...] |
| /onnv/onnv-gate/usr/src/uts/common/vm/ |
| vm_pagelist.c | 112 * - all large page 'slots' will be searched over time 3461 int slots = 1 << (highbit(pfnflag) - 1); local [all...] |
| /onnv/onnv-gate/usr/src/uts/sun/io/scsi/adapters/ |
| fas.c | 592 * be plugged into slave-only SBus slots, check to see whether 3102 struct f_slots *slots = fas->f_active[slot]; local [all...] |