Searched refs:p_content (Results 1 – 5 of 5) sorted by relevance
234 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()
1242 if (p->p_content != NULL) { in freeproc()1243 corectl_content_rele(p->p_content); in freeproc()1244 p->p_content = NULL; in freeproc()
456 corectl_content_hold(cp->p_content = p->p_content); in cfork()
349 content = corectl_content_value(p->p_content); in do_core()
328 struct corectl_content *p_content; /* content of core file */ member