Home
last modified time | relevance | path

Searched refs:propnm (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.c269 promprop2uint(topo_mod_t *mod, di_node_t n, const char *propnm, uint_t *val) in promprop2uint() argument
279 if (strcmp(di_prom_prop_name(pp), propnm) == 0) { in promprop2uint()
300 hwprop2uint(di_node_t n, const char *propnm, uint_t *val) in hwprop2uint() argument
306 if (strcmp(di_prop_name(hp), propnm) == 0) { in hwprop2uint()