Searched refs:content_str (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/coreadm/ |
H A D | coreadm.c | 268 char content_str[PRCONTENTBUFSZ]; in report_settings() local 293 (void) proc_content2str(glob_content, content_str, in report_settings() 294 sizeof (content_str)); in report_settings() 296 content_str); in report_settings() 299 (void) proc_content2str(init_content, content_str, in report_settings() 300 sizeof (content_str)); in report_settings() 302 content_str); in report_settings() 324 char content_str[PRCONTENTBUFSZ]; in do_processes() local 340 (void) proc_content2str(content, content_str, in do_processes() 341 sizeof (content_str)); in do_processes() [all …]
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | Pgcore.c | 1507 static const char *content_str[] = { variable 1523 static uint_t ncontent_str = sizeof (content_str) / sizeof (content_str[0]); 1547 while (!STREQ(str, content_str[i], cur - str)) { in proc_str2content() 1644 tot += (n = strlcpy(buf, content_str[index], size)); in proc_content2str()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 1361 char *content_str = NULL; in pt_gcore() local 1372 'c', MDB_OPT_STR, &content_str, NULL) != argc) in pt_gcore() 1375 if (content_str != NULL && in pt_gcore() 1376 (proc_str2content(content_str, &content) != 0 || in pt_gcore() 1378 mdb_warn("invalid content string '%s'\n", content_str); in pt_gcore()
|