Searched defs:content_str (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/coreadm/
H A Dcoreadm.c268 char content_str[PRCONTENTBUFSZ]; local
293 (void) proc_content2str(glob_content, content_str,
294 sizeof (content_str));
296 content_str);
299 (void) proc_content2str(init_content, content_str,
300 sizeof (content_str));
302 content_str);
324 char content_str[PRCONTENTBUFSZ]; local
340 (void) proc_content2str(content, content_str,
341 sizeof (content_str));
[all...]
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c1524 static const char *content_str[] = { variable
1540 static uint_t ncontent_str = sizeof (content_str) / sizeof (content_str[0]);
1564 while (!STREQ(str, content_str[i], cur - str)) {
1661 tot += (n = strlcpy(buf, content_str[index], size));
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1361 char *content_str = NULL; local
1372 'c', MDB_OPT_STR, &content_str, NULL) != argc)
1375 if (content_str != NULL &&
1376 (proc_str2content(content_str, &content) != 0 ||
1378 mdb_warn("invalid content string '%s'\n", content_str);

Completed in 383 milliseconds