Home
last modified time | relevance | path

Searched refs:p_content (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dcorectl.c234 curproc->p_content = cg->core_default_content; in init_core()
399 else if (p->p_content == NULL) in corectl()
402 content = corectl_content_value(p->p_content); in corectl()
449 content = p->p_content; in set_one_proc_info()
450 p->p_content = counterp->cc_content; in set_one_proc_info()
554 oldcontent = p->p_content; in set_core_defaults()
555 p->p_content = newcontent; in set_core_defaults()
/illumos-gate/usr/src/uts/common/os/
H A Dexit.c1378 if (p->p_content != NULL) { in freeproc()
1379 corectl_content_rele(p->p_content); in freeproc()
1380 p->p_content = NULL; in freeproc()
H A Dfork.c471 corectl_content_hold(cp->p_content = p->p_content); in cfork()
H A Dcore.c350 content = corectl_content_value(p->p_content); in do_core()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h337 struct corectl_content *p_content; /* content of core file */ member