Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_proc.c56 struct gssd_ctx_slot { struct
57 struct gssd_ctx_slot *lru_next; argument
58 struct gssd_ctx_slot *lru_prev; argument
66 struct gssd_ctx_slot *gssd_ctx_slot_tbl; argument
67 struct gssd_ctx_slot *gssd_lru_head;
161 gssd_ctx_slot_tbl = (struct gssd_ctx_slot *) in gssd_setup()
162 malloc(sizeof (struct gssd_ctx_slot) * max_contexts); in gssd_setup()
168 (sizeof (struct gssd_ctx_slot) * max_contexts)); in gssd_setup()
193 static struct gssd_ctx_slot *
196 struct gssd_ctx_slot *lru; in gssd_alloc_slot()
[all …]