Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dmapfile-vers201 zonecfg_set_autoboot;
H A Dlibzonecfg.c1046 zonecfg_set_autoboot(zone_dochandle_t handle, boolean_t autoboot) in zonecfg_set_autoboot() function
/illumos-gate/usr/src/head/
H A Dlibzonecfg.h317 extern int zonecfg_set_autoboot(zone_dochandle_t, boolean_t);
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c3796 if ((err = zonecfg_set_autoboot(handle, B_FALSE)) != Z_OK) in clear_global()
4476 if ((err = zonecfg_set_autoboot(handle, autoboot)) != Z_OK) in set_func()