Searched refs:find (Results 1 – 5 of 5) sorted by relevance
68 find ${out}/scenarios/${scenario} -iname *.h -o -iname *.c \82 find ${line} -maxdepth 1 -name '*.patch' | while read f; do
23 struct acpi_table_header *header = NULL, *find = NULL; in get_acpi_mod_entry() local31 find = header; in get_acpi_mod_entry()36 return find; in get_acpi_mod_entry()
18 You can find out more about Project ACRN on the `Project ACRN documentation`_
398 DISTCLEAN_OBJS := $(shell find $(BASEDIR) -name '*.o')
248 @find $(HV_CONFIG_A_DIR) -name '*.aml' -delete249 …@cd $(HV_CONFIG_DIR) && find . -name '*.c' -or -name '*.h' -or -name '*.config' -or -name '*.asl' …
Completed in 17 milliseconds