Searched refs:PT_NAME (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/zonecfg/ |
H A D | zonecfg.c | 1121 pt_to_str(PT_NAME), gettext("<string>")); in usage() 1142 pt_to_str(PT_NAME), gettext("<name>")); in usage() 1169 pt_to_str(PT_NAME), gettext("<name>")); in usage() 1345 pt_to_str(PT_NAME), pt_to_str(PT_VALUE)); in usage() 1347 pt_to_str(PT_NAME), pt_to_str(PT_TYPE), in usage() 1350 pt_to_str(PT_NAME)); in usage() 2005 export_prop(of, PT_NAME, rctltab.zone_rctl_name); in export_func() 2026 export_prop(of, PT_NAME, attrtab.zone_attr_name); in export_func() 2040 export_prop(of, PT_NAME, dstab.zone_dataset_name); in export_func() 2802 case PT_NAME: in fill_in_rctltab() [all …]
|
H A D | zonecfg.h | 109 #define PT_NAME 11 macro
|
H A D | zonecfg_grammar.y | 979 | NAME { $$ = PT_NAME; }
|