Searched refs:DI_HP_NIL (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo.c2726 for (hp = DI_HP_NIL; (hp = di_hp_next(node, hp)) != DI_HP_NIL; ) {
2798 return (DI_HP_NIL);
2804 if (hp != DI_HP_NIL) {
2809 return (DI_HP_NIL);
2831 return (DI_HP_NIL);
2842 if (hp == DI_HP_NIL) {
2863 if (hp == DI_HP_NIL) {
2880 if (hp == DI_HP_NIL) {
2897 if (hp == DI_HP_NIL) {
[all...]
H A Dlibdevinfo.h136 #define DI_HP_NIL NULL macro
/osnet-11/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c1505 if (minor != DI_MINOR_NIL && hp != DI_HP_NIL)
2093 if (minor != DI_MINOR_NIL && hp != DI_HP_NIL)
2199 return (check_ap_phys_impl(node, minor, DI_HP_NIL, arg));
2211 return (check_ap_phys_impl(node, DI_HP_NIL, hp, arg));
2233 if (minor != DI_MINOR_NIL && hp != DI_HP_NIL)
2593 for (hp = DI_HP_NIL; (hp = di_hp_next(rnode, hp)) != DI_HP_NIL; ) {
2636 if (minor != DI_MINOR_NIL && hp != DI_HP_NIL)

Completed in 34 milliseconds