Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_grammar.y257 $$->cmd_res_type = $2;
489 $$->cmd_res_type = $2;
660 $$->cmd_res_type = $2;
671 $$->cmd_res_type = $2;
684 $$->cmd_res_type = $2;
715 $$->cmd_res_type = $2;
723 $$->cmd_res_type = $3;
744 $$->cmd_res_type = $2;
755 $$->cmd_res_type = $2;
768 $$->cmd_res_type = $2;
[all …]
H A Dzonecfg.h185 int cmd_res_type; member
H A Dzonecfg.c2217 if ((type = cmd->cmd_res_type) == RT_UNKNOWN) { in add_resource()
2590 if (gz_invalid_resource(cmd->cmd_res_type)) { in add_func()
2598 resource_scope = cmd->cmd_res_type; in add_func()
3478 if ((type = cmd->cmd_res_type) == RT_UNKNOWN) { in remove_resource()
3694 if (gz_invalid_resource(cmd->cmd_res_type)) { in remove_func()
3712 prop_type = cmd->cmd_res_type; in clear_property()
3778 if ((type = cmd->cmd_res_type) == RT_UNKNOWN) { in clear_global()
3882 if (gz_invalid_property(cmd->cmd_res_type)) { in clear_func()
3909 resource_scope = cmd->cmd_res_type; in select_func()
5703 type = cmd->cmd_res_type; in info_func()
[all …]