Searched refs:zonecfg_get_hostid (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libzonecfg/common/ |
H A D | mapfile-vers | 127 zonecfg_get_hostid;
|
H A D | libzonecfg.c | 2423 zonecfg_get_hostid(zone_dochandle_t handle, char *bufp, size_t buflen) in zonecfg_get_hostid() function
|
/titanic_41/usr/src/head/ |
H A D | libzonecfg.h | 355 extern int zonecfg_get_hostid(zone_dochandle_t, char *, size_t);
|
/titanic_41/usr/src/cmd/zonecfg/ |
H A D | zonecfg.c | 1913 if (zonecfg_get_hostid(handle, hostidp, sizeof (hostidp)) == Z_OK) { in export_func() 4942 if ((err = zonecfg_get_hostid(handle, hostidp, in info_hostid() 5885 if (zonecfg_get_hostid(handle, hostidp, in verify_func()
|
/titanic_41/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 4572 res = zonecfg_get_hostid(handle, hostidp, sizeof (hostidp)); in setup_zone_hostid()
|