Searched defs:pv_type (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h389 * pv_type - the type of the property
415 scf_type_t pv_type; member in struct:__anon167
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h176 int pv_type; /* from the PROP_VAL_* list above */ member in struct:property_value
H A Dzonecfg.c713 switch (pp->pv_type) {
795 pvt_to_str(int pv_type) argument
797 assert(pv_type >= PROP_VAL_MIN && pv_type <= PROP_VAL_MAX);
798 return (prop_val_types[pv_type]);
2459 if (pp->pv_type != PROP_VAL_SIMPLE &&
2460 pp->pv_type != PROP_VAL_LIST) {
2467 if (pp->pv_type == PROP_VAL_SIMPLE) {
2502 if (pp->pv_type != PROP_VAL_COMPLEX &&
2503 pp->pv_type !
[all...]

Completed in 94 milliseconds