Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dadopt.c314 for (pp = di_prom_prop_next(phdl, node, DI_PROM_PROP_NIL); in get_prom_prop()
315 pp != DI_PROM_PROP_NIL; in get_prom_prop()
326 if (pp == DI_PROM_PROP_NIL) { in get_prom_prop()
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dlibdevinfo_sun4u.c335 for (p_prop = di_prom_prop_next(ph, di_node, DI_PROM_PROP_NIL); in dump_di_node()
336 p_prop != DI_PROM_PROP_NIL; in dump_di_node()
/illumos-gate/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
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.c272 di_prom_prop_t pp = DI_PROM_PROP_NIL; in promprop2uint()
278 while ((pp = di_prom_prop_next(ptp, n, pp)) != DI_PROM_PROP_NIL) { in promprop2uint()
330 di_prom_prop_t pp = DI_PROM_PROP_NIL; in di_bytes_get()
346 DI_PROM_PROP_NIL) { in di_bytes_get()
/illumos-gate/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()
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c1123 prom_prop = di_prom_prop_next(ph, din, DI_PROM_PROP_NIL); in find_slotname()
1124 while (prom_prop != DI_PROM_PROP_NIL) { in find_slotname()
/illumos-gate/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c1250 prom_prop = di_prom_prop_next(ph, din, DI_PROM_PROP_NIL); in find_slotname()
1251 while (prom_prop != DI_PROM_PROP_NIL) { in find_slotname()
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c911 for (promp = di_prom_prop_next(ph, di_node, DI_PROM_PROP_NIL); in add_openprom_props()
912 promp != DI_PROM_PROP_NIL; in add_openprom_props()
1776 promp = di_prom_prop_next(ph, node, DI_PROM_PROP_NIL); in check_stale_node()
1777 if (promp == DI_PROM_PROP_NIL && errno == EINVAL) { in check_stale_node()