Searched defs:k5_init_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-platform.h202 typedef struct { k5_once_t once; int error, did_run; void (*fn)(void); } k5_init_t; typedef in typeref:struct:__anon4670
214 k5_init_t *k5int_i = (I); \
223 static int k5_call_init_function(k5_init_t *i) \
238 static k5_init_t JOIN__2(NAME, once) = \
276 typedef struct { int error; unsigned char did_run; } k5_init_t; typedef in typeref:struct:__anon4671
279 static k5_init_t JOIN__2(NAME, ran) \
302 typedef struct { int error; unsigned char did_run; } k5_init_t; typedef in typeref:struct:__anon4672
304 static k5_init_t JOIN__2(NAME, ran) \

Completed in 56 milliseconds