Lines Matching defs:mount_cmd
531 * Bring a zone up to the pre-boot "ready" stage. The mount_cmd argument is
536 zone_ready(zlog_t *zlogp, zone_mnt_t mount_cmd, int zstate)
549 if ((zone_id = vplat_create(zlogp, mount_cmd)) == -1) {
555 if (vplat_bringup(zlogp, mount_cmd, zone_id) != 0) {
557 (void) vplat_teardown(NULL, (mount_cmd != Z_MNT_BOOT), B_FALSE);
607 boolean_t mount_cmd;
616 boolean_t mount_cmd = ((fs_callback_t *)data)->mount_cmd;
625 if (mount_cmd) {
832 cb.mount_cmd = B_FALSE;
1442 cb.mount_cmd = B_TRUE;