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

/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay_util.c206 get_int_prop(di_node_t dnode, di_path_t pnode, char *prop_name) function
305 phy = get_int_prop(dnode, pnode, PHY_NUM);
308 phy = get_int_prop(di_child_node(dnode), DI_PATH_NIL, PHY_NUM);
315 phy = get_int_prop(dnode, pnode, SCSI_ADDR_PROP_SATA_PHY);
321 phy = get_int_prop(dnode, pnode, SCSI_ADDR_PROP_TARGET);
466 nphys = get_int_prop(dnode, DI_PATH_NIL, "num-phys");

Completed in 26 milliseconds