Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libzonecfg/common/
H A Dmapfile-vers114 zonecfg_get_attr_int;
H A Dlibzonecfg.c3187 zonecfg_get_attr_int(const struct zone_attrtab *attr, int64_t *value) in zonecfg_get_attr_int() function
/titanic_44/usr/src/head/
H A Dlibzonecfg.h402 extern int zonecfg_get_attr_int(const struct zone_attrtab *, int64_t *);
/titanic_44/usr/src/cmd/zonecfg/
H A Dzonecfg.c6197 if (zonecfg_get_attr_int(attrtab, &intval) == Z_OK) in validate_attr_type_val()