Home
last modified time | relevance | path

Searched refs:PT_UNKNOWN (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.h92 #define PT_UNKNOWN 0 macro
143 #define PT_MIN PT_UNKNOWN
H A Dnwamcfg_grammar.y881 property_type: UNKNOWN { $$ = PT_UNKNOWN; }
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h99 #define PT_UNKNOWN 0 macro
145 #define PT_MIN PT_UNKNOWN
H A Dzonecfg.c2440 if (res_type == RT_UNKNOWN || prop_type == PT_UNKNOWN) { in add_property()
3557 if (res_type == RT_UNKNOWN || prop_type == PT_UNKNOWN) { in remove_property()
3713 if (res_type == RT_UNKNOWN || prop_type == PT_UNKNOWN) { in clear_property()
4399 if (prop_type == PT_UNKNOWN) { in set_func()