Searched refs:slot_id (Results 1 - 13 of 13) sorted by relevance

/external/valgrind/memcheck/tests/solaris/
H A Dpkcs11.c36 CK_SLOT_ID slot_id = slots[i]; local
39 ret = C_GetMechanismList(slot_id, NULL, &mech_count);
51 ret = C_GetMechanismList(slot_id, mechs, &mech_count);
/external/dbus/dbus/
H A Ddbus-dataslot.c93 _dbus_assert (allocator->allocated_slots[slot].slot_id == slot);
107 if (allocator->allocated_slots[slot].slot_id < 0)
109 allocator->allocated_slots[slot].slot_id = slot;
133 allocator->allocated_slots[slot].slot_id = slot;
140 _dbus_assert (allocator->allocated_slots[slot].slot_id == slot);
171 _dbus_assert (allocator->allocated_slots[*slot_id_p].slot_id == *slot_id_p);
186 allocator->allocated_slots[*slot_id_p].slot_id = -1;
252 _dbus_assert (allocator->allocated_slots[slot].slot_id == slot);
310 _dbus_assert (allocator->allocated_slots[slot].slot_id == slot);
H A Ddbus-dataslot.h48 dbus_int32_t slot_id; /**< ID of this slot */ member in struct:DBusAllocatedSlot
/external/libchrome/crypto/
H A Dnss_util_internal.h83 // Use TPM slot |slot_id| for user. InitializeNSSForChromeOSUser must have been
87 CK_SLOT_ID slot_id);
H A Dnss_util.cc480 CK_SLOT_ID slot_id) {
488 PK11SlotInfo* slot = SECMOD_LookupSlot(chaps_module->moduleID, slot_id);
490 LOG(ERROR) << "TPM slot " << slot_id << " not found.";
529 CK_SLOT_ID slot_id) {
545 slot_id,
991 CK_SLOT_ID slot_id) {
992 g_nss_singleton.Get().InitializeTPMForChromeOSUser(username_hash, slot_id);
478 GetTPMSlotForIdOnWorkerThread( SECMODModule* chaps_module, CK_SLOT_ID slot_id) argument
528 InitializeTPMForChromeOSUser(const std::string& username_hash, CK_SLOT_ID slot_id) argument
989 InitializeTPMForChromeOSUser( const std::string& username_hash, CK_SLOT_ID slot_id) argument
/external/autotest/client/bin/input/
H A Dinput_device.py313 slot_id = self._convert_slot_index_to_slot_id(slot_index)
314 self.mt_slots[slot_index][c].value = values[slot_id]
586 slot_id = self._convert_slot_index_to_slot_id(slot_index)
587 slot_dict[slot_id] = slot
592 for slot_id, slot in slot_dict.items():
593 print 'slot #%d' % slot_id
/external/v8/src/compiler/
H A Dinstruction-selector-impl.h250 int slot_id = secondary_location.AsCalleeFrameSlot(); local
251 return UnallocatedOperand(reg_id, slot_id, virtual_register);
H A Dbytecode-graph-builder.h60 VectorSlotPair CreateVectorSlotPair(int slot_id);
H A Dinstruction.h204 UnallocatedOperand(int reg_id, int slot_id, int virtual_register) argument
207 value_ |= SecondaryStorageField::encode(slot_id);
H A Dbytecode-graph-builder.cc469 VectorSlotPair BytecodeGraphBuilder::CreateVectorSlotPair(int slot_id) { argument
472 if (slot_id >= TypeFeedbackVector::kReservedIndexCount) {
473 slot = feedback_vector->ToSlot(slot_id);
H A Dregister-allocator.cc2168 int slot_id = preassigned.second; local
2172 spill->set_assigned_slot(slot_id);
/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dvalidators.py1336 for slot_id, slot in self.slot_dict.items():
1337 self.log_details('slot %d:' % slot_id)
/external/curl/lib/vtls/
H A Dnss.c354 const int slot_id = (cacert) ? 0 : 1; local
355 char *slot_name = aprintf("PEM Token #%d", slot_id);

Completed in 628 milliseconds