Searched defs:phdl (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo_cpu.c | 47 static di_prom_handle_t phdl = DI_PROM_HANDLE_NIL; variable 125 if (phdl == DI_PROM_HANDLE_NIL) { 126 phdl = di_prom_init (); 127 if (phdl == DI_PROM_HANDLE_NIL) { 138 if (di_prom_prop_lookup_ints (phdl, node, 150 if (phdl == DI_PROM_HANDLE_NIL) { 151 phdl = di_prom_init (); 152 if (phdl == DI_PROM_HANDLE_NIL) { 160 if (di_prom_prop_lookup_strings (phdl, node, 170 if (di_prom_prop_lookup_ints (phdl, nod [all...] |
/osnet-11/usr/src/lib/libwanboot/common/ |
H A D | bootinfo_aux.c | 64 static di_prom_handle_t phdl = DI_PROM_HANDLE_NIL; variable 165 if (phdl != DI_PROM_HANDLE_NIL) { 166 di_prom_fini(phdl); 168 phdl = DI_PROM_HANDLE_NIL; 189 (phdl = di_prom_init()) == DI_PROM_HANDLE_NIL) { 225 for (pp = di_prom_prop_next(phdl, node, DI_PROM_PROP_NIL); 227 pp = di_prom_prop_next(phdl, node, pp)) { 338 return (di_prom_prop_lookup_strings(phdl, node,
|
/osnet-11/usr/src/lib/libbootmgmt/common/ |
H A D | libbootmgmt.c | 139 di_prom_handle_t phdl = DI_PROM_HANDLE_NIL; local 151 (phdl = di_prom_init()) != DI_PROM_HANDLE_NIL) { 159 for (pp = di_prom_prop_next(phdl, node, DI_PROM_PROP_NIL); 161 pp = di_prom_prop_next(phdl, node, pp)) { 169 if (phdl != DI_PROM_HANDLE_NIL) 170 di_prom_fini(phdl);
|
/osnet-11/usr/src/lib/libpicltree/ |
H A D | picltree.c | 1793 picl_prophdl_t phdl; local 1837 err = ptree_create_prop(&propinfo, (const void *)name, &phdl); 1842 err = ptree_add_prop(pobj->ptree_hdl, phdl); 1844 (void) ptree_destroy_prop(phdl);
|
Completed in 31 milliseconds