Searched refs:HELP_PROPS (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/zonecfg/ |
H A D | zonecfg.h | 193 #define HELP_PROPS 0x10 macro 198 #define HELP_RES_PROPS (HELP_RESOURCES | HELP_PROPS)
|
H A D | zonecfg.c | 140 { CMD_CLEAR, "clear", HELP_PROPS, SHELP_CLEAR, }, 152 { CMD_SET, "set", HELP_PROPS, SHELP_SET, }, 1296 if (flags & HELP_PROPS) { in usage() 2327 usage(B_FALSE, HELP_PROPS); in do_complex_rctl_val() 2391 usage(B_FALSE, HELP_PROPS); in add_property() 2434 usage(B_FALSE, HELP_PROPS); in add_property() 3436 usage(B_FALSE, HELP_PROPS); in remove_property() 3478 usage(B_FALSE, HELP_PROPS); in remove_property() 3513 usage(B_FALSE, HELP_PROPS); in remove_property() 3530 usage(B_FALSE, HELP_PROPS); in remove_property() [all …]
|
H A D | zonecfg_grammar.y | 877 usage(B_FALSE, HELP_PROPS); 920 usage(B_FALSE, HELP_PROPS);
|