/titanic_41/usr/src/lib/libwanboot/common/ |
H A D | bootinfo_aux.c | 64 static di_prom_handle_t phdl = DI_PROM_HANDLE_NIL; 165 if (phdl != DI_PROM_HANDLE_NIL) { in destroy_snapshot() 168 phdl = DI_PROM_HANDLE_NIL; in destroy_snapshot() 189 (phdl = di_prom_init()) == DI_PROM_HANDLE_NIL) { in snapshot_devtree()
|
/titanic_41/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/ |
H A D | opl_ioboard.c | 92 di_prom_handle_t ptp = DI_PROM_HANDLE_NIL; in opl_get_physical_board() 97 if ((ptp = topo_mod_prominfo(mod)) == DI_PROM_HANDLE_NIL) in opl_get_physical_board() 229 di_prom_handle_t promh = DI_PROM_HANDLE_NIL; in opl_get_model() 232 (promh = topo_mod_prominfo(mp)) == DI_PROM_HANDLE_NIL) in opl_get_model()
|
H A D | opl_hostbridge.c | 46 di_prom_handle_t ptp = DI_PROM_HANDLE_NIL; in opl_get_slot_name()
|
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | adopt.c | 277 di_prom_handle_t phdl = DI_PROM_HANDLE_NIL; in get_prom_prop() 288 (phdl = di_prom_init()) == DI_PROM_HANDLE_NIL) { in get_prom_prop() 387 if (phdl != DI_PROM_HANDLE_NIL) { in get_prom_prop()
|
/titanic_41/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | util.c | 73 di_prom_handle_t promtree = DI_PROM_HANDLE_NIL; in get_pci_vpd_sn_pn() 75 if ((promtree = topo_mod_prominfo(mp)) == DI_PROM_HANDLE_NIL) { in get_pci_vpd_sn_pn()
|
H A D | did_props.c | 232 di_prom_handle_t ptp = DI_PROM_HANDLE_NIL; in promprop2uint() 236 if ((ptp = topo_mod_prominfo(mod)) == DI_PROM_HANDLE_NIL) in promprop2uint() 290 di_prom_handle_t ptp = DI_PROM_HANDLE_NIL; in di_bytes_get() 294 if ((ptp = topo_mod_prominfo(mod)) == DI_PROM_HANDLE_NIL) in di_bytes_get()
|
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_snap.c | 315 if (thp->th_pi != DI_PROM_HANDLE_NIL) { in topo_snap_create() 317 thp->th_pi = DI_PROM_HANDLE_NIL; in topo_snap_create() 472 if (thp->th_pi != DI_PROM_HANDLE_NIL) { in topo_snap_destroy() 474 thp->th_pi = DI_PROM_HANDLE_NIL; in topo_snap_destroy() 762 return (thp == NULL ? DI_PROM_HANDLE_NIL : thp->th_pi); in topo_hdl_prominfo()
|
H A D | topo_mod.c | 789 di_prom_handle_t promh = DI_PROM_HANDLE_NIL; in topo_mod_csn() 800 (promh = topo_mod_prominfo(mod)) != DI_PROM_HANDLE_NIL) { in topo_mod_csn()
|
/titanic_41/usr/src/cmd/biosdev/ |
H A D | biosdev.c | 102 static di_prom_handle_t prom_hdl = DI_PROM_HANDLE_NIL; 555 if (prom_hdl != DI_PROM_HANDLE_NIL) in cleanup_and_exit() 584 if ((prom_hdl = di_prom_init()) == DI_PROM_HANDLE_NIL) { in main()
|
/titanic_41/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo_cpu.c | 75 if (phdl == DI_PROM_HANDLE_NIL) { in devinfo_cpu_add()
|
/titanic_41/usr/src/cmd/prtconf/ |
H A D | pdevinfo.c | 170 di_prom_handle_t prom_hdl = DI_PROM_HANDLE_NIL; in prtconf_devinfo() 189 if ((prom_hdl = di_prom_init()) == DI_PROM_HANDLE_NIL) in prtconf_devinfo() 246 if (prom_hdl != DI_PROM_HANDLE_NIL) in prtconf_devinfo() 307 if (prom_hdl != DI_PROM_HANDLE_NIL) in prtconf_devinfo() 1797 if (promh == DI_PROM_HANDLE_NIL) { in do_productinfo()
|
/titanic_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd.c | 381 di_prom_handle_t promh = DI_PROM_HANDLE_NIL; in fmd_create() 402 (promh = di_prom_init()) != DI_PROM_HANDLE_NIL) { in fmd_create() 409 if (promh != DI_PROM_HANDLE_NIL) in fmd_create()
|
/titanic_41/usr/src/cmd/ldmad/ |
H A D | ldma_dio.c | 315 if (ph == DI_PROM_HANDLE_NIL) { in device_tree_to_md()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/niu/ |
H A D | niu.c | 282 if ((phan = topo_mod_prominfo(mod)) != DI_PROM_HANDLE_NIL) { in niufn_instance_get()
|
/titanic_41/usr/src/cmd/power/ |
H A D | parse.c | 171 } else if ((ph = di_prom_init()) == DI_PROM_HANDLE_NIL) { in lookup_estar_vers()
|
/titanic_41/usr/src/cmd/pcitool/ |
H A D | pcitool.c | 939 di_prom_handle_t di_phdl = DI_PROM_HANDLE_NIL; in do_probe_walk() 950 ((di_phdl = di_prom_init()) == DI_PROM_HANDLE_NIL)) { in do_probe_walk() 963 if (di_phdl != DI_PROM_HANDLE_NIL) { in do_probe_walk()
|
/titanic_41/usr/src/cmd/devfsadm/ |
H A D | cfg_link.c | 1088 if (ph == DI_PROM_HANDLE_NIL) { in pci_cfg_creat_cb() 1183 if (ph != DI_PROM_HANDLE_NIL) in pci_cfg_creat_cb()
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | pi_pciexrc.c | 516 DI_PROM_HANDLE_NIL) { in pi_enum_pciexrc_findbdf()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4v/mdesc/ |
H A D | dr.c | 31 static di_prom_handle_t ph = DI_PROM_HANDLE_NIL;
|
/titanic_41/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | ri_init.c | 425 di_prom_handle_t ph = DI_PROM_HANDLE_NIL; in ecache_info_init() 443 if ((ph = di_prom_init()) == DI_PROM_HANDLE_NIL) { in ecache_info_init() 471 if (ph != DI_PROM_HANDLE_NIL) in ecache_info_init()
|
/titanic_41/usr/src/lib/libdevinfo/ |
H A D | libdevinfo.h | 134 #define DI_PROM_HANDLE_NIL NULL macro
|
H A D | devinfo.c | 2841 return (DI_PROM_HANDLE_NIL); in di_prom_init() 2848 return (DI_PROM_HANDLE_NIL); in di_prom_init() 2984 if ((ph == DI_PROM_HANDLE_NIL) || (node == DI_NODE_NIL)) { in di_prom_prop_next() 3054 if ((ph == DI_PROM_HANDLE_NIL) || (node == DI_NODE_NIL)) { in di_prom_prop_lookup_common()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/ |
H A D | picllibdevinfo.c | 49 static di_prom_handle_t prom_handle = DI_PROM_HANDLE_NIL;
|
/titanic_41/usr/src/cmd/luxadm/ |
H A D | qlgcupdate.c | 1319 if ((ph = di_prom_init()) == DI_PROM_HANDLE_NIL) { in emulex_fcodeversion()
|
/titanic_41/usr/src/lib/cfgadm_plugins/shp/common/ |
H A D | shp.c | 1153 if ((slotarg->promp = di_prom_init()) == DI_PROM_HANDLE_NIL) { in find_physical_slot_names()
|