Home
last modified time | relevance | path

Searched refs:zonecfg_get_attr_int (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dmapfile-vers116 zonecfg_get_attr_int;
H A Dlibzonecfg.c3350 zonecfg_get_attr_int(const struct zone_attrtab *attr, int64_t *value) in zonecfg_get_attr_int() function
/illumos-gate/usr/src/head/
H A Dlibzonecfg.h409 extern int zonecfg_get_attr_int(const struct zone_attrtab *, int64_t *);
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c6506 if (zonecfg_get_attr_int(attrtab, &intval) == Z_OK) in validate_attr_type_val()