Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dmxsimage.c396 struct sb_command *ccmd; in sb_encrypt_image() local
405 ccmd = &cctx->payload; in sb_encrypt_image()
409 if (ccmd->header.tag == ROM_TAG_CMD) { in sb_encrypt_image()
411 } else if (ccmd->header.tag == ROM_LOAD_CMD) { in sb_encrypt_image()
789 struct sb_command *ccmd; in sb_build_command_nop() local
795 ccmd = &cctx->payload; in sb_build_command_nop()
800 ccmd->header.checksum = 0x5a; in sb_build_command_nop()
801 ccmd->header.tag = ROM_NOP_CMD; in sb_build_command_nop()
803 cctx->size = sizeof(*ccmd); in sb_build_command_nop()
824 struct sb_command *ccmd; in sb_build_command_tag() local
[all …]
/openbmc/qemu/
H A Dqemu-img.c63 int (*handler)(const struct img_cmd_t *ccmd, int argc, char **argv);
127 void cmd_help(const img_cmd_t *ccmd, in cmd_help() argument
139 "qemu-img", ccmd->name, syntax, ccmd->description, arguments); in cmd_help()
426 static int img_create(const img_cmd_t *ccmd, int argc, char **argv) in img_create() argument
458 cmd_help(ccmd, "[-f FMT] [-o FMT_OPTS]\n" in img_create()
657 static int img_check(const img_cmd_t *ccmd, int argc, char **argv) in img_check() argument
696 cmd_help(ccmd, "[-f FMT | --image-opts] [-T CACHE_MODE] [-r leaks|all]\n" in img_check()
902 static int img_commit(const img_cmd_t *ccmd, int argc, char **argv) in img_commit() argument
940 cmd_help(ccmd, "[-f FMT | --image-opts] [-t CACHE_MODE] [-b BASE_IMG]\n" in img_commit()
1337 static int img_compare(const img_cmd_t *ccmd, int argc, char **argv) in img_compare() argument
[all …]
/openbmc/qemu/ui/
H A Dspice-display.c265 QXLCursorCmd *ccmd; in qemu_spice_create_cursor_update() local
270 ccmd = &update->cmd; in qemu_spice_create_cursor_update()
275 ccmd->type = QXL_CURSOR_SET; in qemu_spice_create_cursor_update()
276 ccmd->u.set.position.x = ssd->ptr_x + ssd->hot_x; in qemu_spice_create_cursor_update()
277 ccmd->u.set.position.y = ssd->ptr_y + ssd->hot_y; in qemu_spice_create_cursor_update()
278 ccmd->u.set.visible = true; in qemu_spice_create_cursor_update()
279 ccmd->u.set.shape = (uintptr_t)cursor; in qemu_spice_create_cursor_update()
290 ccmd->type = QXL_CURSOR_HIDE; in qemu_spice_create_cursor_update()
292 ccmd->type = QXL_CURSOR_MOVE; in qemu_spice_create_cursor_update()
293 ccmd->u.position.x = ssd->ptr_x + ssd->hot_x; in qemu_spice_create_cursor_update()
[all …]
/openbmc/qemu/tests/data/qobject/
H A Dqdict.txt2524 ccmd.c: 47173