Searched refs:thread_info_t (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Dconfigd.c58 * Each configd thread has an associated thread_info_t which contains its
93 static thread_info_t main_thread_info;
153 thread_info_free(thread_info_t *ti)
164 thread_info_t *ti = arg;
188 thread_newstate(thread_info_t *ti, thread_state_t newstate)
198 thread_info_t *
211 thread_info_t *ti = thread_self();
251 thread_info_t *ti = thread_self();
259 thread_info_t *ti = arg;
282 thread_info_t *t
[all...]
H A Dmaindoor.c57 thread_info_t *ti = thread_self();
H A Dconfigd.h621 } thread_info_t; typedef in typeref:struct:thread_info
635 thread_info_t *thread_self(void);
636 void thread_newstate(thread_info_t *, thread_state_t);
H A Dclient.c94 thread_info_t *ti = thread_self();
170 thread_info_t *ti = thread_self();
1913 thread_info_t *ti = thread_self();
1947 thread_info_t *ti = thread_self();
2295 thread_info_t *ti = thread_self();
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/svc.configd/
H A Dconfigd.c105 thread_info_t t;
128 mdb_warn("failed to read thread_info_t at %p", addr);
167 thread_info_t ti;
170 mdb_warn("unable to read thread_info_t at %p", addr);
349 request_log_count_thread(uintptr_t addr, thread_info_t *tip, uint_t *arg)
357 request_log_add_thread(uintptr_t addr, thread_info_t *tip,
372 (*arg)->addr = addr + offsetof(thread_info_t, ti_log);
482 { "configd_thread", "?", "Print a thread_info_t tabularly",

Completed in 115 milliseconds