Home
last modified time | relevance | path

Searched refs:cmd_start (Results 1 – 9 of 9) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/powerpc/lib/
Dbootm.c99 ulong cmd_start = images->cmdline_start; in boot_jump_linux() local
108 cmd_start, cmd_end, 0, 0); in boot_jump_linux()
178 ulong *cmd_start = &images->cmdline_start; in boot_cmdline_linux() local
185 ret = boot_get_cmdline (lmb, cmd_start, cmd_end); in boot_cmdline_linux()
/third_party/uboot/u-boot-2020.01/common/
Dcommand.c22 int _do_help(cmd_tbl_t *cmd_start, int cmd_items, cmd_tbl_t *cmdtp, int flag, in _do_help() argument
33 cmdtp = cmd_start; in _do_help()
73 cmdtp = find_cmd_tbl(argv[i], cmd_start, cmd_items); in _do_help()
Dimage.c1579 int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end) in boot_get_cmdline() argument
1596 *cmd_start = (ulong) & cmdline[0]; in boot_get_cmdline()
1597 *cmd_end = *cmd_start + strlen(cmdline); in boot_get_cmdline()
1599 debug("## cmdline at 0x%08lx ... 0x%08lx\n", *cmd_start, *cmd_end); in boot_get_cmdline()
/third_party/uboot/u-boot-2020.01/include/
Dcommand.h63 int _do_help (cmd_tbl_t *cmd_start, int cmd_items, cmd_tbl_t * cmdtp, int
Dimage.h713 int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end);
Dimage.h.orig711 int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end);
/third_party/quickjs/
Drepl.js1258 function cmd_start() { function
1564 cmd_start();
/third_party/ffmpeg/libavfilter/
Dvulkan.c423 VkCommandBufferBeginInfo cmd_start = { in ff_vk_start_exec_recording() local
448 ret = vkBeginCommandBuffer(e->bufs[s->cur_queue_idx], &cmd_start); in ff_vk_start_exec_recording()
/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.c843 VkCommandBufferBeginInfo cmd_start = { in wait_start_exec_ctx() local
868 ret = vkBeginCommandBuffer(cmd->bufs[cmd->cur_queue_idx], &cmd_start); in wait_start_exec_ctx()