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 D | adopt.c | 314 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 D | libdevinfo_sun4u.c | 335 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 D | devinfo.c | 2911 return (DI_PROM_PROP_NIL); in di_prom_prop_found() 2918 if (prom_prop != DI_PROM_PROP_NIL) in di_prom_prop_found() 2922 return (DI_PROM_PROP_NIL); in di_prom_prop_found() 2929 return (DI_PROM_PROP_NIL); in di_prom_prop_found() 2936 return (DI_PROM_PROP_NIL); in di_prom_prop_found() 2948 return (DI_PROM_PROP_NIL); in di_prom_prop_found() 2961 return (DI_PROM_PROP_NIL); in di_prom_prop_found() 2988 return (DI_PROM_PROP_NIL); in di_prom_prop_next() 2993 return (DI_PROM_PROP_NIL); in di_prom_prop_next() 3017 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
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did_props.c | 272 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 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()
|
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/ |
H A D | shp.c | 1123 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 D | cfga.c | 1250 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 D | picldevtree.c | 911 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()
|