Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h151 #define PROP_VAL_COMPLEX 1 macro
H A Dzonecfg.c719 case PROP_VAL_COMPLEX: in free_cmd()
2506 if (pp->pv_type != PROP_VAL_COMPLEX && in add_property()
2509 pvt_to_str(PROP_VAL_COMPLEX), in add_property()
2514 if (pp->pv_type == PROP_VAL_COMPLEX) { in add_property()
3580 if (pp->pv_type == PROP_VAL_COMPLEX) { in remove_property()
3622 if (pp->pv_type != PROP_VAL_COMPLEX) { in remove_property()
3624 pvt_to_str(PROP_VAL_COMPLEX)); in remove_property()
4697 if (pp->pv_type != PROP_VAL_COMPLEX && in set_func()
4700 "here."), pvt_to_str(PROP_VAL_COMPLEX), in set_func()
H A Dzonecfg_grammar.y1035 property[num_prop_vals].pv_type = PROP_VAL_COMPLEX;