OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:slot_info
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/hx509/
test_soft_pkcs11.c
89
CK_SLOT_INFO
slot_info
;
local
117
ret = (*func->C_GetSlotInfo)(slot, &
slot_info
);
121
if ((
slot_info
.flags & CKF_TOKEN_PRESENT) == 0)
ks_p11.c
316
CK_SLOT_INFO
slot_info
;
local
324
ret = P11FUNC(p, GetSlotInfo, (slot->id, &
slot_info
));
332
for (i = sizeof(
slot_info
.slotDescription) - 1; i > 0; i--) {
333
char c =
slot_info
.slotDescription[i];
341
slot_info
.slotDescription);
345
if ((
slot_info
.flags & CKF_TOKEN_PRESENT) == 0)
/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.c
40
#define SLOT_INFO_FROM_INDEX(state, index) (state->
slot_info
+ (index))
46
((unsigned int)(info - state->
slot_info
))
1122
release_slot(VCHIQ_STATE_T *state, VCHIQ_SLOT_INFO_T *
slot_info
,
1142
release_count = le16toh(
slot_info
->release_count);
1143
slot_info
->release_count = htole16(++release_count);
1145
if (release_count == le16toh(
slot_info
->use_count)) {
1157
htole32(SLOT_INDEX_FROM_INFO(state,
slot_info
));
1161
state->id, SLOT_INDEX_FROM_INFO(state,
slot_info
),
2778
VCHIQ_SLOT_INFO_T *
slot_info
=
local
2780
if (le16toh(
slot_info
->release_count) != le16toh(slot_info->use_count))
3537
VCHIQ_SLOT_INFO_T *
slot_info
=
local
3708
VCHIQ_SLOT_INFO_T
slot_info
= *SLOT_INFO_FROM_INDEX(state, i);
local
[
all
...]
vchiq_core.h
511
VCHIQ_SLOT_INFO_T
slot_info
[VCHIQ_MAX_SLOTS];
member in struct:vchiq_state_struct
Completed in 21 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026