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

/osnet-11/usr/src/lib/libprtdiag/common/
H A Dpdevinfo_funcs.c582 if ((value = get_prop_val(find_prop(node, "status"))) != NULL) {
611 find_prop(Prom_node *pnode, const char *name) function
702 type_prop = (char *)get_prop_val(find_prop(root, type));
764 if ((prop = find_prop(root, "compatible")) != NULL &&
767 * The Prop structure returned by find_prop() is supposed
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl.c95 Prop *find_prop(Prom_node *pnode, const char *name);
135 val = get_prop_val(find_prop(node, "class-code"));
143 str = (char *)get_prop_val(find_prop(node, "name"));
147 str = (char *)get_prop_val(find_prop(node, "model"));
321 portid = (int *)get_prop_val(find_prop(pnode, "portid"));
323 l2cache_size = (int *)get_prop_val(find_prop(pnode->child,
325 impl = (int *)get_prop_val(find_prop(pnode->child,
327 mask = (int *)get_prop_val(find_prop(pnode->child, "mask#"));
370 cpuid = (int *)get_prop_val(find_prop(cpu, "cpuid"));
453 cs_size = get_prop_size(find_prop(pnod
823 find_prop(Prom_node *pnode, const char *name) function
[all...]
/osnet-11/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c146 * find_prop takes an array of inetd_prop_t's, the name of an inetd
151 find_prop(const inetd_prop_t *prop, const char *name, inet_type_t type) function
177 p = find_prop(prop, name, INET_TYPE_INTEGER);
191 p = find_prop(prop, name, INET_TYPE_COUNT);
205 p = find_prop(prop, name, INET_TYPE_BOOLEAN);
219 p = find_prop(prop, name, INET_TYPE_STRING);
233 p = find_prop(prop, name, INET_TYPE_STRING_LIST);
247 p = find_prop(prop, name, INET_TYPE_INTEGER);
262 p = find_prop(prop, name, INET_TYPE_COUNT);
277 p = find_prop(pro
[all...]

Completed in 34 milliseconds