Searched refs:DI_PROM_PROP_NIL (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | adopt.c | 315 for (pp = di_prom_prop_next(phdl, node, DI_PROM_PROP_NIL); in get_prom_prop() 316 pp != DI_PROM_PROP_NIL; in get_prom_prop() 327 if (pp == DI_PROM_PROP_NIL) { in get_prom_prop()
|
/titanic_41/usr/src/lib/libwanboot/common/ |
H A D | bootinfo_aux.c | 225 for (pp = di_prom_prop_next(phdl, node, DI_PROM_PROP_NIL); in get_prop() 226 pp != DI_PROM_PROP_NIL; in get_prop() 232 if (pp == DI_PROM_PROP_NIL) { in get_prop()
|
/titanic_41/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/ |
H A D | opl_hostbridge.c | 47 di_prom_prop_t pp = DI_PROM_PROP_NIL; in opl_get_slot_name() 50 if ((ptp = topo_mod_prominfo(mod)) == DI_PROM_PROP_NIL) in opl_get_slot_name() 54 pp != DI_PROM_PROP_NIL; in opl_get_slot_name()
|
H A D | opl_ioboard.c | 93 di_prom_prop_t pp = DI_PROM_PROP_NIL; in opl_get_physical_board() 101 pp != DI_PROM_PROP_NIL; in opl_get_physical_board()
|
/titanic_41/usr/src/lib/libprtdiag/common/ |
H A D | libdevinfo_sun4u.c | 340 for (p_prop = di_prom_prop_next(ph, di_node, DI_PROM_PROP_NIL); in dump_di_node() 341 p_prop != DI_PROM_PROP_NIL; in dump_di_node()
|
/titanic_41/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did_props.c | 233 di_prom_prop_t pp = DI_PROM_PROP_NIL; in promprop2uint() 239 while ((pp = di_prom_prop_next(ptp, n, pp)) != DI_PROM_PROP_NIL) { in promprop2uint() 291 di_prom_prop_t pp = DI_PROM_PROP_NIL; in di_bytes_get() 307 DI_PROM_PROP_NIL) { in di_bytes_get()
|
/titanic_41/usr/src/lib/libdevinfo/ |
H A D | devinfo.c | 2909 return (DI_PROM_PROP_NIL); in di_prom_prop_found() 2916 if (prom_prop != DI_PROM_PROP_NIL) in di_prom_prop_found() 2920 return (DI_PROM_PROP_NIL); in di_prom_prop_found() 2927 return (DI_PROM_PROP_NIL); in di_prom_prop_found() 2934 return (DI_PROM_PROP_NIL); in di_prom_prop_found() 2946 return (DI_PROM_PROP_NIL); in di_prom_prop_found() 2959 return (DI_PROM_PROP_NIL); in di_prom_prop_found() 2986 return (DI_PROM_PROP_NIL); in di_prom_prop_next() 2991 return (DI_PROM_PROP_NIL); in di_prom_prop_next() 3015 if (prom_prop == DI_PROM_PROP_NIL) { in di_prom_prop_name() [all …]
|
H A D | libdevinfo.h | 133 #define DI_PROM_PROP_NIL NULL macro
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | pi_pciexrc.c | 522 di_prom_prop_next(di_prom_hdl, dnode, DI_PROM_PROP_NIL); in pi_enum_pciexrc_findbdf() 523 di_prom_prop != DI_PROM_PROP_NIL; in pi_enum_pciexrc_findbdf()
|
/titanic_41/usr/src/cmd/luxadm/ |
H A D | qlgcupdate.c | 1324 DI_PROM_PROP_NIL); in emulex_fcodeversion() 1325 promprop != DI_PROM_PROP_NIL; in emulex_fcodeversion()
|
H A D | g_adm.c | 6481 DI_PROM_PROP_NIL); in get_host_controller_pwwn() 6482 promprop != DI_PROM_PROP_NIL; in get_host_controller_pwwn()
|
/titanic_41/usr/src/lib/cfgadm_plugins/shp/common/ |
H A D | shp.c | 1120 prom_prop = di_prom_prop_next(ph, din, DI_PROM_PROP_NIL); in find_slotname() 1121 while (prom_prop != DI_PROM_PROP_NIL) { in find_slotname()
|
/titanic_41/usr/src/lib/cfgadm_plugins/pci/common/ |
H A D | cfga.c | 1256 prom_prop = di_prom_prop_next(ph, din, DI_PROM_PROP_NIL); in find_slotname() 1257 while (prom_prop != DI_PROM_PROP_NIL) { in find_slotname()
|
/titanic_41/usr/src/cmd/picl/plugins/common/devtree/ |
H A D | picldevtree.c | 893 for (promp = di_prom_prop_next(ph, di_node, DI_PROM_PROP_NIL); in add_openprom_props() 894 promp != DI_PROM_PROP_NIL; in add_openprom_props() 1758 promp = di_prom_prop_next(ph, node, DI_PROM_PROP_NIL); in check_stale_node() 1759 if (promp == DI_PROM_PROP_NIL && errno == EINVAL) { in check_stale_node()
|