Searched refs:PT_VALUE (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/zonecfg/ |
H A D | zonecfg.c | 1123 cmd_to_str(CMD_ADD), pt_to_str(PT_VALUE), in usage() 1128 cmd_to_str(CMD_REMOVE), pt_to_str(PT_VALUE), in usage() 1146 cmd_to_str(CMD_SET), pt_to_str(PT_VALUE)); in usage() 1151 pt_to_str(PT_VALUE), gettext("<integer>")); in usage() 1156 pt_to_str(PT_VALUE), gettext("<string>")); in usage() 1161 pt_to_str(PT_VALUE), gettext("<unsigned integer>")); in usage() 1345 pt_to_str(PT_NAME), pt_to_str(PT_VALUE)); in usage() 1348 pt_to_str(PT_VALUE)); in usage() 2009 cmd_to_str(CMD_ADD), pt_to_str(PT_VALUE), in export_func() 2028 export_prop(of, PT_VALUE, attrtab.zone_attr_value); in export_func() [all …]
|
H A D | zonecfg.h | 110 #define PT_VALUE 12 macro
|
H A D | zonecfg_grammar.y | 980 | VALUE { $$ = PT_VALUE; }
|