Home
last modified time | relevance | path

Searched refs:LIST_FIRST (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libutils/isoc/include/sys/
A Dqueue.h174 #define LIST_FIRST(head) ((head)->lh_first) macro
178 for ((var) = LIST_FIRST((head)); \
/optee_os/out/arm/export-ta_arm64/include/sys/
A Dqueue.h174 #define LIST_FIRST(head) ((head)->lh_first) macro
178 for ((var) = LIST_FIRST((head)); \
/optee_os/out/arm/export-ta_arm32/include/sys/
A Dqueue.h174 #define LIST_FIRST(head) ((head)->lh_first) macro
178 for ((var) = LIST_FIRST((head)); \
/optee_os/ta/pkcs11/src/
A Dpkcs11_token.c682 LIST_FIRST(&session->object_list), true); in close_ck_session()
948 obj = LIST_FIRST(&token->object_list); in entry_ck_token_initialize()

Completed in 11 milliseconds