Home
last modified time | relevance | path

Searched refs:RT_UNKNOWN (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h64 #define RT_UNKNOWN 0 macro
95 #define RT_MIN RT_UNKNOWN
H A Dzonecfg.c2217 if ((type = cmd->cmd_res_type) == RT_UNKNOWN) { in add_resource()
2440 if (res_type == RT_UNKNOWN || prop_type == PT_UNKNOWN) { in add_property()
3478 if ((type = cmd->cmd_res_type) == RT_UNKNOWN) { in remove_resource()
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()
3778 if ((type = cmd->cmd_res_type) == RT_UNKNOWN) { in clear_global()
3916 if ((type = cmd->cmd_res_type) == RT_UNKNOWN) { in select_func()
5718 case RT_UNKNOWN: in info_func()
H A Dzonecfg_grammar.y472 $$->cmd_res_type = RT_UNKNOWN;