Searched refs:lwpent_t (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | prsystm.h | 91 extern void prlwpfree(proc_t *, lwpent_t *);
|
H A D | proc.h | 78 } lwpent_t; typedef 742 extern void lwp_hash_in(proc_t *, lwpent_t *, tidhash_t *, uint_t, int);
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | lwpsys.c | 177 lwpent_t *target_lep; in lwp_wait() 179 lwpent_t *lep; in lwp_wait()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | lwp.c | 110 lwpent_t *lep; in lwp_create() 1769 lwpent_t *lep; in exitlwps() 1929 lwp_hash_in(proc_t *p, lwpent_t *lep, tidhash_t *tidhash, uint_t tidhash_sz, in lwp_hash_in() 1980 lwpent_t *lep; in lwp_hash_out()
|
H A D | main.c | 111 lwpent_t p0_lep;
|
H A D | fork.c | 145 lwpent_t *lep; in cfork() 146 lwpent_t *clep; in cfork()
|
H A D | exec.c | 137 lwpent_t *lep; in exec_common()
|
H A D | sig.c | 838 lwpent_t *lep; in stop()
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | gcore.c | 105 typedef int (*lwp_callback_t)(mdb_proc_t *, lwpent_t *, void *); 1069 gcore_lpsinfo_cb(mdb_proc_t *p, lwpent_t *lwent, void *data) in gcore_lpsinfo_cb() 1315 gcore_lstatus_cb(mdb_proc_t *p, lwpent_t *lwent, void *data) in gcore_lstatus_cb() 1341 lwpent_t lwent; in gcore_walk_lwps()
|
/titanic_41/usr/src/uts/common/exec/elf/ |
H A D | elf_notes.c | 196 lwpent_t *lep; in write_elfnotes()
|
/titanic_41/usr/src/uts/common/fs/proc/ |
H A D | prvnops.c | 812 lwpent_t *lep; in pr_read_lpsinfo() 1445 lwpent_t *lep; in pr_read_lwpsinfo() 1925 lwpent_t *lep; in pr_read_lpsinfo_32() 2498 lwpent_t *lep; in pr_read_lwpsinfo_32() 3765 lwpent_t *lep; in pr_lookup_lwpdir() 5100 lwpent_t *lep; in pr_readdir_lwpdir() 5647 lwpent_t *lep = p->p_lwpdir[slot].ld_entry; in prinactive()
|
H A D | prsubr.c | 383 lwpent_t *lep = p->p_lwpdir[t->t_dslot].ld_entry; in prlwpexit() 421 prlwpfree(proc_t *p, lwpent_t *lep) in prlwpfree()
|