Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/zonecfg/
H A Dzonecfg.h64 #define RT_UNKNOWN 0 macro
94 #define RT_MIN RT_UNKNOWN
H A Dzonecfg.c2157 if ((type = cmd->cmd_res_type) == RT_UNKNOWN) { in add_resource()
2372 if (res_type == RT_UNKNOWN || prop_type == PT_UNKNOWN) { in add_property()
3341 if ((type = cmd->cmd_res_type) == RT_UNKNOWN) { in remove_resource()
3417 if (res_type == RT_UNKNOWN || prop_type == PT_UNKNOWN) { in remove_property()
3573 if (res_type == RT_UNKNOWN || prop_type == PT_UNKNOWN) { in clear_property()
3622 if ((type = cmd->cmd_res_type) == RT_UNKNOWN) { in clear_global()
3760 if ((type = cmd->cmd_res_type) == RT_UNKNOWN) { in select_func()
5507 case RT_UNKNOWN: in info_func()
H A Dzonecfg_grammar.y471 $$->cmd_res_type = RT_UNKNOWN;