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

/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dpdevinfo_funcs.c585 if ((value = get_prop_val(find_prop(node, "status"))) != NULL) {
614 find_prop(Prom_node *pnode, char *name) function
705 type_prop = (char *)get_prop_val(find_prop(root, type));
767 if ((prop = find_prop(root, "compatible")) != NULL &&
770 * The Prop structure returned by find_prop() is supposed
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/cherrystone/common/
H A Dworkfile.c60 Prop *find_prop(Prom_node *pnode, char *name);
120 compatible = (char *)get_prop_val(find_prop(root, "compatible"));
338 value = get_prop_val(find_prop(pnode, "portid"));
414 find_prop(Prom_node *pnode, char *name) function
512 find_prop(pci_card_node, "name"));
523 value = get_prop_val(find_prop(pci_instance, "portid"));
540 int_val = (int *)get_prop_val(find_prop(pci_instance, "reg"));
563 find_prop(pci_card_node, "reg"));
593 find_prop(pci_card_node, "device_type"));
674 value = get_prop_val(find_prop(pci_card_nod
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/daktari/common/
H A Dworkfile.c111 Prop *find_prop(Prom_node *pnode, char *name);
199 value = get_prop_val(find_prop(pnode, "portid"));
228 find_prop(Prom_node *pnode, char *name) function
318 compatible = (char *)get_prop_val(find_prop(root, "compatible"));
622 find_prop(pci_card_node, "name"));
633 value = get_prop_val(find_prop(pci_instance, "portid"));
642 int_val = (int *)get_prop_val(find_prop(pci_instance, "reg"));
668 find_prop(pci_card_node, "reg"));
678 find_prop(pci_card_node, "device_type"));
764 value = get_prop_val(find_prop(pci_card_nod
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/littleneck/common/
H A Dworkfile.c56 Prop *find_prop(Prom_node *pnode, char *name);
199 compatible = (char *)get_prop_val(find_prop(root, "compatible"));
474 value = get_prop_val(find_prop(pnode, "portid"));
550 find_prop(Prom_node *pnode, char *name) function
648 find_prop(pci_card_node, "name"));
658 value = get_prop_val(find_prop(pci_instance, "portid"));
667 int_val = (int *)get_prop_val(find_prop(pci_instance, "reg"));
686 find_prop(pci_card_node, "reg"));
707 find_prop(pci_card_node, "device_type"));
777 value = get_prop_val(find_prop(pci_card_nod
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl.c93 Prop *find_prop(Prom_node *pnode, char *name);
133 val = get_prop_val(find_prop(node, "class-code"));
141 str = (char *)get_prop_val(find_prop(node, "name"));
145 str = (char *)get_prop_val(find_prop(node, "model"));
319 portid = (int *)get_prop_val(find_prop(pnode, "portid"));
321 l2cache_size = (int *)get_prop_val(find_prop(pnode->child,
323 impl = (int *)get_prop_val(find_prop(pnode->child,
325 mask = (int *)get_prop_val(find_prop(pnode->child, "mask#"));
368 cpuid = (int *)get_prop_val(find_prop(cpu, "cpuid"));
451 cs_size = get_prop_size(find_prop(pnod
821 find_prop(Prom_node *pnode, char *name) function
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/starcat/common/
H A Dstarcat.c80 Prop *find_prop(Prom_node *pnode, char *name);
156 value = get_prop_val(find_prop(pci, "enum-impl"));
164 find_prop(pci, "compatible")), XMITS_COMPATIBLE)) {
171 (find_prop(pci, "module-revision#"));
179 find_prop(pci, "compatible")), SCHIZO_COMPATIBLE))
190 value = (char *)get_prop_val(find_prop(pci, "slot-names"));
197 find_prop(pci->child, "slot-names"));
236 find_prop(card_node, "name"));
247 find_prop(card_node, "reg"));
269 find_prop(card_nod
1108 find_prop(Prom_node *pnode, char *name) function
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/serengeti/common/
H A Dserengeti.c127 Prop *find_prop(Prom_node *pnode, char *name);
250 value = get_prop_val(find_prop(pci, "enum-impl"));
258 find_prop(pci, "compatible")), XMITS_COMPATIBLE)) {
265 (find_prop(pci, "module-revision#"));
273 find_prop(pci, "compatible")), SCHIZO_COMPATIBLE))
282 value = (char *)get_prop_val(find_prop(pci, "slot-names"));
324 find_prop(card_node, "name"));
332 find_prop(card_node, "device_type"));
339 find_prop(card_node, "reg"));
371 find_prop(card_nod
1952 find_prop(Prom_node *pnode, char *name) function
[all...]
/illumos-gate/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 71 milliseconds