Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/coreadm/
H A Dcoreadm.c70 static core_content_t glob_content = CC_CONTENT_INVALID;
73 static core_content_t init_content = CC_CONTENT_INVALID;
76 static core_content_t proc_content = CC_CONTENT_INVALID;
223 modify = glob_pattern != NULL || glob_content != CC_CONTENT_INVALID || in main()
224 init_pattern != NULL || init_content != CC_CONTENT_INVALID || in main()
228 proc_content != CC_CONTENT_INVALID || npids != 0)) { in main()
234 (proc_pattern != NULL || proc_content != CC_CONTENT_INVALID)) { in main()
246 if ((proc_pattern != NULL || proc_content != CC_CONTENT_INVALID) && in main()
326 if (proc_pattern == NULL && proc_content == CC_CONTENT_INVALID) { in do_processes()
363 if (proc_content != CC_CONTENT_INVALID && in do_processes()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dcorectl.h98 #define CC_CONTENT_INVALID (-1ULL) macro
/titanic_41/usr/src/uts/common/syscall/
H A Dcorectl.c245 core_content_t content = CC_CONTENT_INVALID; in corectl()
/titanic_41/usr/src/lib/libproc/common/
H A DPgcore.c1052 if (content == CC_CONTENT_INVALID) { in Pfgcore()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1377 content == CC_CONTENT_INVALID)) { in pt_gcore()
2268 ((content = Pcontent(t->t_pshandle)) == CC_CONTENT_INVALID || in pt_activate()