Home
last modified time | relevance | path

Searched refs:content_str (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/coreadm/
H A Dcoreadm.c269 char content_str[PRCONTENTBUFSZ]; in report_settings() local
294 (void) proc_content2str(glob_content, content_str, in report_settings()
295 sizeof (content_str)); in report_settings()
297 content_str); in report_settings()
300 (void) proc_content2str(init_content, content_str, in report_settings()
301 sizeof (content_str)); in report_settings()
303 content_str); in report_settings()
325 char content_str[PRCONTENTBUFSZ]; in do_processes() local
341 (void) proc_content2str(content, content_str, in do_processes()
342 sizeof (content_str)); in do_processes()
[all …]
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c1582 static const char *content_str[] = { variable
1599 static uint_t ncontent_str = sizeof (content_str) / sizeof (content_str[0]);
1623 while (!STREQ(str, content_str[i], cur - str)) { in proc_str2content()
1720 tot += (n = strlcpy(buf, content_str[index], size)); in proc_content2str()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1391 char *content_str = NULL; in pt_gcore() local
1402 'c', MDB_OPT_STR, &content_str, NULL) != argc) in pt_gcore()
1405 if (content_str != NULL && in pt_gcore()
1406 (proc_str2content(content_str, &content) != 0 || in pt_gcore()
1408 mdb_warn("invalid content string '%s'\n", content_str); in pt_gcore()