Searched refs:content_str (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/coreadm/ |
H A D | coreadm.c | 269 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 D | Pgcore.c | 1597 static const char *content_str[] = { variable 1614 static uint_t ncontent_str = sizeof (content_str) / sizeof (content_str[0]); 1638 while (!STREQ(str, content_str[i], cur - str)) { in proc_str2content() 1735 tot += (n = strlcpy(buf, content_str[index], size)); in proc_content2str()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 1388 char *content_str = NULL; in pt_gcore() local 1399 'c', MDB_OPT_STR, &content_str, NULL) != argc) in pt_gcore() 1402 if (content_str != NULL && in pt_gcore() 1403 (proc_str2content(content_str, &content) != 0 || in pt_gcore() 1405 mdb_warn("invalid content string '%s'\n", content_str); in pt_gcore()
|