Searched defs:get_prop_val (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libprtdiag/common/ |
H A D | pdevinfo_funcs.c | 585 if ((value = get_prop_val(find_prop(node, "status"))) != NULL) { 598 get_prop_val(Prop *prop) function 607 } /* end of get_prop_val() */ 705 type_prop = (char *)get_prop_val(find_prop(root, type)); 768 (compatible_array = (char *)get_prop_val(prop)) != NULL) {
|
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/cherrystone/common/ |
H A D | workfile.c | 59 void *get_prop_val(Prop *prop); 120 compatible = (char *)get_prop_val(find_prop(root, "compatible")); 338 value = get_prop_val(find_prop(pnode, "portid")); 401 get_prop_val(Prop *prop) function 511 name = (char *)get_prop_val( 523 value = get_prop_val(find_prop(pci_instance, "portid")); 540 int_val = (int *)get_prop_val(find_prop(pci_instance, "reg")); 562 int_val = (int *)get_prop_val( 592 type = (char *)get_prop_val( 674 value = get_prop_val(find_pro [all...] |
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/daktari/common/ |
H A D | workfile.c | 113 void *get_prop_val(Prop *prop); 199 value = get_prop_val(find_prop(pnode, "portid")); 264 get_prop_val(Prop *prop) function 318 compatible = (char *)get_prop_val(find_prop(root, "compatible")); 621 name = (char *)get_prop_val( 633 value = get_prop_val(find_prop(pci_instance, "portid")); 642 int_val = (int *)get_prop_val(find_prop(pci_instance, "reg")); 667 int_val = (int *)get_prop_val( 677 type = (char *)get_prop_val( 764 value = get_prop_val(find_pro [all...] |
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/littleneck/common/ |
H A D | workfile.c | 55 void *get_prop_val(Prop *prop); 199 compatible = (char *)get_prop_val(find_prop(root, "compatible")); 474 value = get_prop_val(find_prop(pnode, "portid")); 537 get_prop_val(Prop *prop) function 647 name = (char *)get_prop_val( 658 value = get_prop_val(find_prop(pci_instance, "portid")); 667 int_val = (int *)get_prop_val(find_prop(pci_instance, "reg")); 685 int_val = (int *)get_prop_val( 706 type = (char *)get_prop_val( 777 value = get_prop_val(find_pro [all...] |
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/ |
H A D | opl.c | 83 void *get_prop_val(Prop *prop); 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")); 458 cs_stat = (struct cs_status *)get_prop_val 793 get_prop_val(Prop *prop) function [all...] |
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/starcat/common/ |
H A D | starcat.c | 79 void *get_prop_val(Prop *prop); 156 value = get_prop_val(find_prop(pci, "enum-impl")); 163 if (strstr((char *)get_prop_val( 170 value = (int *)get_prop_val 178 } else if (strstr((char *)get_prop_val( 190 value = (char *)get_prop_val(find_prop(pci, "slot-names")); 196 value = (char *)get_prop_val( 235 name = (char *)get_prop_val( 246 int_val = (int *)get_prop_val( 268 type = (char *)get_prop_val( 1095 get_prop_val(Prop *prop) function [all...] |
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/serengeti/common/ |
H A D | serengeti.c | 126 void *get_prop_val(Prop *prop); 250 value = get_prop_val(find_prop(pci, "enum-impl")); 257 if (strstr((char *)get_prop_val( 264 value = (int *)get_prop_val 272 } else if (strstr((char *)get_prop_val( 282 value = (char *)get_prop_val(find_prop(pci, "slot-names")); 323 name = (char *)get_prop_val( 331 type = (char *)get_prop_val( 338 int_val = (int *)get_prop_val( 370 pname = (char *)get_prop_val( 1931 get_prop_val(Prop *prop) function [all...] |
Completed in 173 milliseconds