Lines Matching defs:args
4352 int *args, cmd;
4368 args = (int *)argp;
4369 cmd = args[0];
4375 if (args[1] != ZS_VERSION) {
4376 args[1] = ZSD_STATUS_VERSION_MISMATCH;
4383 args[1] = ZSD_STATUS_INTERNAL_ERROR;
4390 args[1] = ZSD_STATUS_INTERNAL_ERROR;
4395 args[1] = ZSD_STATUS_PERMISSION;
4401 args[1] = ZSD_STATUS_OK;
4410 zsd_fattach_zone(args[1], g_server_door, B_FALSE);
4415 args[1] = ZSD_STATUS_INTERNAL_ERROR;
4428 uint64_t *args, cmd;
4453 args = (uint64_t *)argp;
4454 cmd = args[0];