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

/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux_ioctl.c294 read_prop(pnode_t node, char *propname, char **propval) function
365 if ((plen = read_prop(onode, pname, &pval)) < 0)
376 if ((alen = read_prop(anode, tok, &aval)) < 0)
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/
H A Dttymux_dacf.c342 read_prop(pnode_t node, char *propname, char **propval) function
434 } else if (read_prop(prom_alias_node(), path, &cpath) <= 0) {
754 if ((len = read_prop(node, INPUT_ALIAS, &propval)) > 0) {
758 if ((len = read_prop(node, OUTPUT_ALIAS, &propval)) > 0) {
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c1041 read_prop(scf_handle_t *h, inetd_prop_t *iprop, int index, const char *inst, function
1148 switch (*err = read_prop(h, &ret[i], i, instance,
1163 switch (*err = read_prop(h, &ret[i], i,

Completed in 621 milliseconds