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

/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_bay.c442 int nphy; local
452 nphy = pi_get_priphy(mod, mdp, mde_node, phy);
453 if (nphy <= 0) {
460 phy = topo_mod_alloc(mod, (nphy * sizeof (uint8_t)));
470 if (rv != nphy) {
501 if (num_arcs != nphy) {
503 _ENUM_NAME, nphy, num_arcs);
637 topo_mod_free(mod, phy, (nphy * sizeof (uint8_t)));
H A Dpi_subr.c798 int nphy; local
801 &phy_num, &nphy);
811 bcopy(phy_num, phyp, nphy);
813 return (nphy);
/osnet-11/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_element.c662 size_t nphy; local
701 nphy = MIN(s0ep->sadsi_n_phy_descriptors,
705 nphy = MIN(s0p->sadsi_n_phy_descriptors,
710 if (nphy == 0)
713 nva = ses_zalloc(nphy * sizeof (nvlist_t *));
717 for (i = 0; i < nphy; i++) {
760 nva, nphy)) != 0)
763 for (i = 0; i < nphy && nva[i] != NULL; i++)
769 for (i = 0; i < nphy && nva[i] != NULL; i++)
782 size_t nphy; local
848 size_t nphy; local
[all...]

Completed in 27 milliseconds