Lines Matching defs:pgn
480 print_pgroup(topo_hdl_t *thp, tnode_t *node, const char *pgn, char *dstab,
487 if (pgn == NULL)
491 if ((pgi = topo_pgroup_info(node, pgn, &err)) != NULL) {
500 pgn);
501 } else if (!opt_V && strlen(pgn) > 30) {
502 (void) snprintf(buf, 26, "%s", pgn);
508 pgn, version, nstab, dstab);
521 char *pgn = NULL, *dstab = NULL, *nstab = NULL;
545 (void) nvpair_value_string(pg_nvp, &pgn);
546 match = strcmp(group, pgn) == 0;
572 print_pgroup(thp, node, pgn, dstab, nstab,
1001 print_fmri_pgroup(topo_hdl_t *thp, const char *pgn, nvlist_t *nvl)
1012 print_pgroup(thp, NULL, pgn, dstab, nstab, version);