Home
last modified time | relevance | path

Searched refs:DI_PROM_PROP_NIL (Results 1 – 14 of 14) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dadopt.c315 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_44/usr/src/lib/libwanboot/common/
H A Dbootinfo_aux.c225 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_44/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/
H A Dopl_hostbridge.c47 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 Dopl_ioboard.c93 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_44/usr/src/lib/libprtdiag/common/
H A Dlibdevinfo_sun4u.c340 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_44/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.c233 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_44/usr/src/lib/libdevinfo/
H A Ddevinfo.c2909 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 Dlibdevinfo.h133 #define DI_PROM_PROP_NIL NULL macro
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_pciexrc.c522 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_44/usr/src/cmd/luxadm/
H A Dqlgcupdate.c1324 DI_PROM_PROP_NIL); in emulex_fcodeversion()
1325 promprop != DI_PROM_PROP_NIL; in emulex_fcodeversion()
H A Dg_adm.c6481 DI_PROM_PROP_NIL); in get_host_controller_pwwn()
6482 promprop != DI_PROM_PROP_NIL; in get_host_controller_pwwn()
/titanic_44/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c1120 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_44/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c1256 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_44/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c893 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()