Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/zonecfg/
H A Dzonecfg.c1121 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 Dzonecfg.h109 #define PT_NAME 11 macro
H A Dzonecfg_grammar.y979 | NAME { $$ = PT_NAME; }