Searched refs:nstab (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c481 char *nstab, int32_t version)
490 if (node != NULL && (dstab == NULL || nstab == NULL || version == -1)) {
493 nstab = (char *)topo_stability2name(pgi->tpi_namestab);
498 if (dstab == NULL || nstab == NULL || version == -1) {
505 buf, version, nstab, dstab);
508 pgn, version, nstab, dstab);
521 char *pgn = NULL, *dstab = NULL, *nstab = NULL; local
533 nstab = NULL;
553 (void) nvpair_value_string(pg_nvp, &nstab);
572 print_pgroup(thp, node, pgn, dstab, nstab,
480 print_pgroup(topo_hdl_t *thp, tnode_t *node, const char *pgn, char *dstab, char *nstab, int32_t version) argument
1006 char *dstab = NULL, *nstab = NULL; local
[all...]

Completed in 43 milliseconds