Searched refs:glob_content (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/coreadm/
H A Dcoreadm.c70 static core_content_t glob_content = CC_CONTENT_INVALID; variable
170 error |= parse_content(optarg, &glob_content);
223 modify = glob_pattern != NULL || glob_content != CC_CONTENT_INVALID ||
282 if (core_get_global_content(&glob_content) != 0) {
293 (void) proc_content2str(glob_content, content_str,
422 if (glob_content != CC_CONTENT_INVALID) {
423 (void) proc_content2str(glob_content, gcontentstr,
478 if (core_set_global_content(&glob_content) != 0)
525 glob_content = init_content = CC_CONTENT_DEFAULT;
554 (void) proc_str2content(value, &glob_content);
[all...]

Completed in 135 milliseconds