Searched refs:RT_PCAP (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/zonecfg/ |
H A D | zonecfg.h | 88 #define RT_PCAP 24 macro
|
H A D | zonecfg.c | 655 case RT_PCAP: in CPL_MATCH_FN() 1185 case RT_PCAP: in usage() 1293 rt_to_str(RT_PCAP), rt_to_str(RT_MCAP), in usage() 1353 (void) fprintf(fp, "\t%s\t%s\n", rt_to_str(RT_PCAP), in usage() 2197 rt_to_str(RT_PCAP)); in add_resource() 2213 case RT_PCAP: in add_resource() 2226 zone_perror(rt_to_str(RT_PCAP), Z_ALIAS_DISALLOW, in add_resource() 2232 rt_to_str(RT_PCAP)); in add_resource() 3232 zerr("%s %s: %s", cmd_to_str(CMD_REMOVE), rt_to_str(RT_PCAP), in remove_pcap() 3239 z_cmd_rt_perror(CMD_REMOVE, RT_PCAP, err, B_TRUE); in remove_pcap() [all …]
|
H A D | zonecfg_grammar.y | 818 $$->cmd_res_type = RT_PCAP; 959 | PCAP { $$ = RT_PCAP; }
|