Searched refs:zonecfg_get_hostid (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | libzonecfg.h | 362 extern int zonecfg_get_hostid(zone_dochandle_t, char *, size_t);
|
/illumos-gate/usr/src/cmd/zonecfg/ |
H A D | zonecfg.c | 1958 if (zonecfg_get_hostid(handle, hostidp, sizeof (hostidp)) == Z_OK) { 5127 if ((err = zonecfg_get_hostid(handle, hostidp, 6179 if (zonecfg_get_hostid(handle, hostidp,
|
/illumos-gate/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 4574 res = zonecfg_get_hostid(handle, hostidp, sizeof (hostidp));
|
/illumos-gate/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 2429 zonecfg_get_hostid(zone_dochandle_t handle, char *bufp, size_t buflen) function
|
Completed in 132 milliseconds