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

/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_topo.c52 topo_hdl_t *th = NULL; local
56 if ((th = topo_open(TOPO_VERSION, NULL, &err)) == NULL) {
61 if ((id = topo_snap_load(th, LATEST_TOPO, &err)) == NULL) {
62 topo_close(th);
63 th = NULL;
69 topo_hdl_strfree(th, id);
73 return (th);
117 topo_hdl_t *th; local
121 if ((th = asr_topo_gen(ah)) == NULL)
125 tdata.asr_topoh = th;
149 topo_hdl_t *th; local
[all...]
/osnet-11/usr/src/lib/libc/port/fp/
H A Ddecimal_bin.c290 double t, th, tl; local
306 th = 1.0e9 * (double)acc; /* this will be exact */
314 t = th + tl;
315 *pe = ((t - th) == tl)? 0 : 1;
/osnet-11/usr/src/lib/libc_db/common/
H A Dthread_db.c622 td_thrhandle_t th; member in struct:__anon1482
638 data->th = *th_p;
690 *th_p = data.th;
896 td_thrhandle_t th; local
1059 th.th_ta_p = (td_thragent_t *)ta_p;
1060 th.th_unique = curr_lwp_addr;
1061 if ((*cb)(&th, cbdata_p))
1706 static td_thrhandle_t th; local
1719 th = *th_p;
1720 msg->th_p = &th;
[all...]

Completed in 36 milliseconds