Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h148 #define MAX_EQ_PROP_PAIRS 3 macro
187 int cmd_prop_name[MAX_EQ_PROP_PAIRS];
188 property_value_ptr_t cmd_property_ptr[MAX_EQ_PROP_PAIRS];
H A Dzonecfg_grammar.y43 list[MAX_EQ_PROP_PAIRS];
44 static property_value_t property[MAX_EQ_PROP_PAIRS];
H A Dzonecfg.c711 for (i = 0; i < MAX_EQ_PROP_PAIRS; i++) in free_cmd()