Searched refs:RT_DCPU (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/zonecfg/ |
H A D | zonecfg.h | 78 #define RT_DCPU 14 macro
|
H A D | zonecfg.c | 653 case RT_DCPU: in CPL_MATCH_FN() 1171 case RT_DCPU: in usage() 1292 rt_to_str(RT_DATASET), rt_to_str(RT_DCPU), in usage() 1351 (void) fprintf(fp, "\t%s\t%s, %s\n", rt_to_str(RT_DCPU), in usage() 2047 rt_to_str(RT_DCPU)); in export_func() 2187 case RT_DCPU: in add_resource() 2191 rt_to_str(RT_DCPU)); in add_resource() 2207 pt_to_str(PT_POOL), rt_to_str(RT_DCPU)); in add_resource() 2220 rt_to_str(RT_DCPU)); in add_resource() 3216 z_cmd_rt_perror(CMD_REMOVE, RT_DCPU, err, B_TRUE); in remove_pset() [all …]
|
H A D | zonecfg_grammar.y | 810 $$->cmd_res_type = RT_DCPU; 958 | PSET { $$ = RT_DCPU; }
|