Searched refs:ccfg (Results 1 – 3 of 3) sorted by relevance
449 struct aac_cnt_config *ccfg; in aac_get_container_info() local512 ccfg = (struct aac_cnt_config *)&fib->data[0]; in aac_get_container_info()513 bzero(ccfg, sizeof (*ccfg) - CT_PACKET_SIZE); in aac_get_container_info()514 ccfg->Command = VM_ContainerConfig; in aac_get_container_info()515 ccfg->CTCommand.command = CT_CID_TO_32BITS_UID; in aac_get_container_info()516 ccfg->CTCommand.param[0] = cid; in aac_get_container_info()521 if (rval == 0 && ccfg->Command == ST_OK && in aac_get_container_info()522 ccfg->CTCommand.param[0] == CT_OK && in aac_get_container_info()524 *uid = ccfg->CTCommand.param[1]; in aac_get_container_info()539 if (rval == 0 && ccfg->Command == ST_OK && in aac_get_container_info()[all …]
625 struct aac_cnt_config *ccfg; in aac_container_special_command() local665 ccfg = (struct aac_cnt_config *)&fib->data[0]; in aac_container_special_command()666 bzero(ccfg, sizeof (*ccfg) - CT_PACKET_SIZE); in aac_container_special_command()667 ccfg->Command = VM_ContainerConfig; in aac_container_special_command()668 ccfg->CTCommand.command = CT_PM_DRIVER_SUPPORT; in aac_container_special_command()669 ccfg->CTCommand.param[0] = (ss->how & SSS_START ? in aac_container_special_command()672 ccfg->CTCommand.param[1] = co->co_mntobj.ObjectId; in aac_container_special_command()673 ccfg->CTCommand.param[2] = 0; /* 1 - immediate */ in aac_container_special_command()
443 * crx.h (enum reg): Rearrange registers, remove 'ccfg' and `'pc'.