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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.c59 * toplogy map file using the topo_prop_set* family of routines. Similarly,
565 topo_prop_set(tnode_t *node, const char *pgname, const char *pname, function
660 return (topo_prop_set(node, pgname, pname, TOPO_TYPE_INT32, flag,
668 return (topo_prop_set(node, pgname, pname, TOPO_TYPE_UINT32, flag,
676 return (topo_prop_set(node, pgname, pname, TOPO_TYPE_INT64, flag,
684 return (topo_prop_set(node, pgname, pname, TOPO_TYPE_UINT64, flag,
692 return (topo_prop_set(node, pgname, pname, TOPO_TYPE_DOUBLE, flag,
700 return (topo_prop_set(node, pgname, pname, TOPO_TYPE_STRING, flag,
708 return (topo_prop_set(node, pgname, pname, TOPO_TYPE_FMRI, flag,
716 return (topo_prop_set(nod
[all...]

Completed in 61 milliseconds