Searched refs:RT_MCAP (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/zonecfg/ |
H A D | zonecfg.h | 79 #define RT_MCAP 15 macro
|
H A D | zonecfg.c | 657 case RT_MCAP: in CPL_MATCH_FN() 1199 case RT_MCAP: in usage() 1293 rt_to_str(RT_PCAP), rt_to_str(RT_MCAP), in usage() 1355 (void) fprintf(fp, "\t%s\t%s, %s, %s\n", rt_to_str(RT_MCAP), in usage() 1992 rt_to_str(RT_MCAP)); in export_func() 2239 case RT_MCAP: in add_resource() 2250 "control already exists."), rt_to_str(RT_MCAP)); in add_resource() 3258 zerr("%s %s: %s", cmd_to_str(CMD_REMOVE), rt_to_str(RT_MCAP), in remove_mcap() 3265 z_cmd_rt_perror(CMD_REMOVE, RT_MCAP, err, B_TRUE); in remove_mcap() 3274 z_cmd_rt_perror(CMD_REMOVE, RT_MCAP, err, B_TRUE); in remove_mcap() [all …]
|
H A D | zonecfg_grammar.y | 826 $$->cmd_res_type = RT_MCAP; 960 | MCAP { $$ = RT_MCAP; }
|