Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h79 #define RT_MCAP 15 macro
H A Dzonecfg.c679 case RT_MCAP: in CPL_MATCH_FN()
1227 case RT_MCAP: in usage()
1336 rt_to_str(RT_PCAP), rt_to_str(RT_MCAP), in usage()
1398 (void) fprintf(fp, "\t%s\t%s, %s, %s\n", rt_to_str(RT_MCAP), in usage()
2041 rt_to_str(RT_MCAP)); in export_func()
2299 case RT_MCAP: in add_resource()
2310 "control already exists."), rt_to_str(RT_MCAP)); in add_resource()
3374 zerr("%s %s: %s", cmd_to_str(CMD_REMOVE), rt_to_str(RT_MCAP), in remove_mcap()
3381 z_cmd_rt_perror(CMD_REMOVE, RT_MCAP, err, B_TRUE); in remove_mcap()
3390 z_cmd_rt_perror(CMD_REMOVE, RT_MCAP, err, B_TRUE); in remove_mcap()
[all …]
H A Dzonecfg_grammar.y827 $$->cmd_res_type = RT_MCAP;
961 | MCAP { $$ = RT_MCAP; }