Searched refs:DI_PROM_HANDLE_NIL (Results 1 - 17 of 17) sorted by relevance

/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_cpu.c47 static di_prom_handle_t phdl = DI_PROM_HANDLE_NIL;
125 if (phdl == DI_PROM_HANDLE_NIL) {
127 if (phdl == DI_PROM_HANDLE_NIL) {
150 if (phdl == DI_PROM_HANDLE_NIL) {
152 if (phdl == DI_PROM_HANDLE_NIL) {
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dutil.c73 di_prom_handle_t promtree = DI_PROM_HANDLE_NIL;
75 if ((promtree = topo_mod_prominfo(mp)) == DI_PROM_HANDLE_NIL) {
H A Ddid_props.c231 di_prom_handle_t ptp = DI_PROM_HANDLE_NIL;
235 if ((ptp = topo_mod_prominfo(mod)) == DI_PROM_HANDLE_NIL)
289 di_prom_handle_t ptp = DI_PROM_HANDLE_NIL;
293 if ((ptp = topo_mod_prominfo(mod)) == DI_PROM_HANDLE_NIL)
/osnet-11/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/common/
H A Dopl_ioboard.c91 di_prom_handle_t ptp = DI_PROM_HANDLE_NIL;
96 if ((ptp = topo_mod_prominfo(mod)) == DI_PROM_HANDLE_NIL)
228 di_prom_handle_t promh = DI_PROM_HANDLE_NIL;
231 (promh = topo_mod_prominfo(mp)) == DI_PROM_HANDLE_NIL)
H A Dopl_hostbridge.c45 di_prom_handle_t ptp = DI_PROM_HANDLE_NIL;
/osnet-11/usr/src/lib/libwanboot/common/
H A Dbootinfo_aux.c64 static di_prom_handle_t phdl = DI_PROM_HANDLE_NIL;
165 if (phdl != DI_PROM_HANDLE_NIL) {
168 phdl = DI_PROM_HANDLE_NIL;
189 (phdl = di_prom_init()) == DI_PROM_HANDLE_NIL) {
/osnet-11/usr/src/lib/libbootmgmt/common/
H A Dlibbootmgmt.c139 di_prom_handle_t phdl = DI_PROM_HANDLE_NIL;
151 (phdl = di_prom_init()) != DI_PROM_HANDLE_NIL) {
169 if (phdl != DI_PROM_HANDLE_NIL)
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_topo.c164 di_prom_handle_t promh = DI_PROM_HANDLE_NIL;
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/niu/common/
H A Dniu.c281 if ((phan = topo_mod_prominfo(mod)) != DI_PROM_HANDLE_NIL) {
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c624 if (thp->th_pi != DI_PROM_HANDLE_NIL) {
626 thp->th_pi = DI_PROM_HANDLE_NIL;
929 return (thp == NULL ? DI_PROM_HANDLE_NIL : thp->th_pi);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_pciexrc.c519 DI_PROM_HANDLE_NIL) {
/osnet-11/usr/src/lib/fm/topo/modules/common/usb/common/
H A Dusb.c990 di_prom_handle_t ptp = DI_PROM_HANDLE_NIL;
994 if ((ptp = topo_mod_prominfo(mod)) == DI_PROM_HANDLE_NIL) {
/osnet-11/usr/src/lib/libdevinfo/
H A Dlibdevinfo.h135 #define DI_PROM_HANDLE_NIL NULL macro
H A Ddevinfo.c3076 return (DI_PROM_HANDLE_NIL);
3083 return (DI_PROM_HANDLE_NIL);
3219 if ((ph == DI_PROM_HANDLE_NIL) || (node == DI_NODE_NIL)) {
3289 if ((ph == DI_PROM_HANDLE_NIL) || (node == DI_NODE_NIL)) {
/osnet-11/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c1148 if ((slotarg->promp = di_prom_init()) == DI_PROM_HANDLE_NIL) {
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dfindevs.c175 if (args->ph != DI_PROM_HANDLE_NIL) {
/osnet-11/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c1289 if ((slotarg->promp = di_prom_init()) == DI_PROM_HANDLE_NIL) {

Completed in 48 milliseconds