Searched refs:find_cmd (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | Makefile | 31 find_cmd = $(find_all_cmd) | grep -F -e "$(subst :," -e ",$(DT_SCHEMA_FILES))" macro 32 CHK_DT_DOCS := $(shell $(find_cmd)) 35 cmd_yamllint = ($(find_cmd) | \ 40 cmd_chk_bindings = ($(find_cmd) | \
|
/openbmc/u-boot/common/ |
H A D | cli.c | 189 cmdtp = find_cmd(cmd); in cli_secure_boot_cmd()
|
H A D | command.c | 119 cmd_tbl_t *find_cmd(const char *cmd) in find_cmd() function 578 cmdtp = find_cmd(argv[0]); in cmd_process()
|
/openbmc/u-boot/cmd/ |
H A D | spl.c | 83 ret = do_bootm(find_cmd("do_bootm"), 0, argc+2, in call_bootm()
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | get_unit_test_report.py | 321 find_cmd = "".join( variable 326 result = subprocess.check_output(find_cmd, shell=True)
|
/openbmc/u-boot/board/samsung/common/ |
H A D | misc.c | 278 cmd = find_cmd(mode_name[mode][1]); in mode_leave_menu()
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | buildhistory.bbclass | 596 find_cmd='find . ! -path . -printf "%M %-10u %-10g %10s %p -> %l\n"' 598 eval ${FAKEROOTENV} ${FAKEROOTCMD} $find_cmd 600 eval $find_cmd 610 find_cmd='find . ! -path . -printf "%M - - %10s %p -> %l\n"' 612 eval ${FAKEROOTENV} ${FAKEROOTCMD} "$find_cmd" 614 eval "$find_cmd"
|
/openbmc/u-boot/include/ |
H A D | command.h | 64 cmd_tbl_t *find_cmd(const char *cmd);
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_cmd_parser.c | 1101 find_cmd(struct intel_engine_cs *engine, in find_cmd() function 1489 desc = find_cmd(engine, *cmd, desc, &default_desc); in intel_engine_cmd_parser()
|
/openbmc/linux/drivers/scsi/ |
H A D | dc395x.c | 730 static inline struct ScsiReqBlk *find_cmd(struct scsi_cmnd *cmd, in find_cmd() function 1228 srb = find_cmd(cmd, &dcb->srb_waiting_list); in dc395x_eh_abort() 1239 srb = find_cmd(cmd, &dcb->srb_going_list); in dc395x_eh_abort()
|