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

/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c612 uint_t htmp, ndx; local
638 htmp = plt_symhash % hnbuckets;
639 hash = &((uint_t *)hptr)[2 + htmp];
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c88 struct plugin_file_handle *htmp = NULL; local
99 htmp = calloc (1, sizeof (*htmp)); /* calloc initializes ptrs to NULL */
100 if (htmp == NULL) { err = errno; }
124 htmp->dlhandle = handle;
164 htmp->bundle = pluginBundle;
165 pluginBundle = NULL; /* htmp->bundle takes ownership */
179 *h = htmp;
180 htmp = NULL; /* h takes ownership */
183 if (htmp !
[all...]
H A Dfake-addrinfo.c791 GET_HOST_TMP htmp;
793 GET_HOST_BY_NAME (name, hp, herr, htmp);
971 GET_HOST_TMP htmp; local
975 sa->sa_family, hp, herr, htmp);
1208 GET_HOST_TMP htmp; local
1215 GET_HOST_BY_NAME (name, hp, herr, htmp);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_dbdefs.c1058 void *htmp = NULL; local
1066 htmp = dlopen((const char *)0, RTLD_LAZY);
1070 if (htmp == NULL) {
1075 handle = htmp;
1076 htmp = NULL;
1080 if (htmp)
1081 (void) dlclose(htmp);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c377 struct vn_htable_list *hent, **htmp, *q_next, *q_prev; local
407 htmp = &hp->vn_htable[VN_HTABLE_KEY(hent->vn_ptr, hp)];
408 while (*htmp != hent)
409 htmp = &(*htmp)->vn_h_next;
410 *htmp = hent->vn_h_next;

Completed in 56 milliseconds