Home
last modified time | relevance | path

Searched refs:zonecfg_get_hostid (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dmapfile-vers129 zonecfg_get_hostid;
H A Dlibzonecfg.c2431 zonecfg_get_hostid(zone_dochandle_t handle, char *bufp, size_t buflen) in zonecfg_get_hostid() function
/illumos-gate/usr/src/head/
H A Dlibzonecfg.h362 extern int zonecfg_get_hostid(zone_dochandle_t, char *, size_t);
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c1962 if (zonecfg_get_hostid(handle, hostidp, sizeof (hostidp)) == Z_OK) { in export_func()
5131 if ((err = zonecfg_get_hostid(handle, hostidp, in info_hostid()
6183 if (zonecfg_get_hostid(handle, hostidp, in verify_func()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c4684 res = zonecfg_get_hostid(handle, hostidp, sizeof (hostidp)); in setup_zone_hostid()