Searched defs:fini (Results 1 - 11 of 11) sorted by relevance
| /illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/ |
| H A D | locate_plugin.h | 48 void (*fini)(void *); member in struct:krb5plugin_service_locate_ftable
|
| H A D | preauth_plugin.h | 140 * by libkrb5 when the plugin is loaded, and the fini function is 257 * by libkrb5 when the plugin is loaded, and the fini function is 263 preauth_client_plugin_fini_proc fini; member in struct:krb5plugin_preauth_client_ftable_v1 438 * KDC when the plugin is loaded, and the fini function is called before
|
| /illumos-gate/usr/src/cmd/drd/ |
| H A D | drd.h | 57 int (*fini)(void); member in struct:__anon435
|
| /illumos-gate/usr/src/lib/krb5/kdb/ |
| H A D | kdb_log.c | 312 bool_t fini = FALSE; local 333 fini = TRUE; 410 if (fini == TRUE)
|
| /illumos-gate/usr/src/cmd/rcm_daemon/common/ |
| H A D | rcm_impl.h | 116 int (*fini)(); member in struct:module
|
| /illumos-gate/usr/src/lib/libsldap/common/ |
| H A D | ns_connect.c | 80 _DropConnection(ConnectionID cID, int flag, int fini); 1037 _DropConnection(ConnectionID cID, int flag, int fini) argument 1041 int use_mutex = !fini; 1061 if (!cp || (!fini && (!cp->usedBit || cp->threadID != thr_self()))) { 1067 if (!fini &&
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
| H A D | inetd.c | 3595 fini(void) function 3728 fini(); 3793 fini();
|
| /illumos-gate/usr/src/cmd/krb5/krb5kdc/ |
| H A D | kdc_preauth.c | 95 preauth_server_fini_proc fini; member in struct:_krb5_preauth_systems 410 /* Only call fini once for each plugin */ 412 preauth_systems[k].fini = ftable->fini_proc; 414 preauth_systems[k].fini = NULL; 439 if (preauth_systems[i].fini != NULL) { 440 (*preauth_systems[i].fini)(context,
|
| /illumos-gate/usr/src/lib/libima/common/ |
| H A D | ima-lib.c | 131 #pragma fini(so_fini) 277 * add code in .init and .fini, 285 __attribute__((destructor)) void fini() { function
|
| /illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
| H A D | elfdump.c | 2931 Cache *fini; member in struct:__anon145 2980 * We want to detect the .init and .fini sections, 2984 * names (i.e. .init/.fini/.interp) that are very 2994 if (sec.fini == NULL) 2995 sec.fini = _cache; 3248 sec.fini, cache, shnum, ehdr, osabi, file); 3249 TEST_ADDR(SHT_PROGBITS, fini);
|
| /illumos-gate/usr/src/uts/common/io/cxgbe/firmware/ |
| H A D | t4fw_interface.h | 1665 } fini; member in union:fw_ri_wr::fw_ri
|
Completed in 196 milliseconds