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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dlocate_plugin.h48 void (*fini)(void *); member in struct:krb5plugin_service_locate_ftable
H A Dpreauth_plugin.h140 * 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 Ddrd.h57 int (*fini)(void); member in struct:__anon435
/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb_log.c312 bool_t fini = FALSE; local
333 fini = TRUE;
410 if (fini == TRUE)
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_impl.h116 int (*fini)(); member in struct:module
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c80 _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 Dinetd.c3595 fini(void) function
3728 fini();
3793 fini();
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_preauth.c95 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 Dima-lib.c131 #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 Delfdump.c2931 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 Dt4fw_interface.h1665 } fini; member in union:fw_ri_wr::fw_ri

Completed in 196 milliseconds