Home
last modified time | relevance | path

Searched refs:CC_CONTENT_INVALID (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/coreadm/
H A Dcoreadm.c71 static core_content_t glob_content = CC_CONTENT_INVALID;
74 static core_content_t init_content = CC_CONTENT_INVALID;
77 static core_content_t proc_content = CC_CONTENT_INVALID;
225 init_pattern != NULL || init_content != CC_CONTENT_INVALID || in main()
229 proc_content != CC_CONTENT_INVALID || npids != 0)) { in main()
235 (proc_pattern != NULL || proc_content != CC_CONTENT_INVALID)) { in main()
247 if ((proc_pattern != NULL || proc_content != CC_CONTENT_INVALID) && in main()
327 if (proc_pattern == NULL && proc_content == CC_CONTENT_INVALID) { in do_processes()
364 if (proc_content != CC_CONTENT_INVALID && in do_processes()
423 if (glob_content != CC_CONTENT_INVALID) { in do_modify()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dcorectl.h99 #define CC_CONTENT_INVALID (-1ULL) macro
/illumos-gate/usr/src/test/os-tests/tests/cores/secmapper/
H A Dsecmapper.c93 if (secmap_content == CC_CONTENT_INVALID) { in check_content()
/illumos-gate/usr/src/uts/common/syscall/
H A Dcorectl.c245 core_content_t content = CC_CONTENT_INVALID; in corectl()
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c1105 if (content == CC_CONTENT_INVALID) { in Pfgcore()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1407 content == CC_CONTENT_INVALID)) { in pt_gcore()
2339 ((content = Pcontent(t->t_pshandle)) == CC_CONTENT_INVALID || in pt_activate()