Searched refs:empty (Results 1 - 18 of 18) sorted by relevance

/u-boot/dts/upstream/scripts/
H A Dfilter.sh37 --prune-empty --state-branch refs/heads/filter-state \
/u-boot/test/fs/
H A Dfat-noncontig-test.sh80 echo Could not create empty disk image
H A Dfs-test.sh136 echo Could not create empty disk image
/u-boot/scripts/
H A DMakefile.extrawarn21 warning- := $(empty)
H A DMakefile.build116 quiet_modtag := $(empty) $(empty)
215 # Due to recursion, we must skip empty.o.
216 # The empty.o file is created in the make process in order to determine
220 if [ $(@) != "scripts/mod/empty.o" ]; then \
326 # If the list of objects to link is empty, just create an empty built-in.o
H A DMakefile.lib351 $(error "CONFIG_EFI_CAPSULE_ESL_FILE is empty, EFI capsule authentication \
/u-boot/disk/
H A Dpart_efi.c1051 efi_guid_t empty = {}; local
1052 if (memcmp(&pgpt_head->disk_guid, &empty, sizeof(empty))) {
1055 sizeof(empty));
/u-boot/tools/binman/
H A Dcbfs_util.py14 Currently supported: raw and stage types with compression, padding empty areas
15 with empty files, fixed-offset files
219 contents (used for empty files)
220 size: Size of the file in bytes (used for empty files)
292 def empty(cls, space_to_use, erase_byte): member in class:CbfsFile
293 """Create a new empty file of a given size
432 _erase_byte: Byte to use for empty space in the CBFS
496 """Write out pad bytes and/or an empty file until a given offset
509 cbf = CbfsFile.empty(todo, self._erase_byte)
/u-boot/boot/
H A Dbootflow.c679 * @new_val: Value to put after arg, or BOOTFLOWCL_EMPTY to use an empty value
722 char empty = '\0'; local
725 from = cmdline ?: ∅
/u-boot/arch/arm/include/asm/arch-tegra/
H A Dbpmp_abi.h18 #define EMPTY char empty;
/u-boot/arch/xtensa/cpu/
H A Dstart.S159 beq a4, a5, 1b # skip, empty entry
/u-boot/tools/patman/
H A Dpatchstream.py260 while not self.recent_unquoted.empty():
283 may be empty or may contain multiple output lines.
/u-boot/tools/buildman/
H A Dboards.py249 # Set '-' if the value is empty.
307 """Create an empty database."""
583 If brds and args are both empty, all boards are selected.
588 soc. If empty, all boards are selected.
696 while not que.empty():
/u-boot/tools/
H A Dqconfig.py655 def empty(self): member in class:Slots
750 while not slots.empty():
977 # also contain the taret config. If this set is non-empty it means
/u-boot/fs/ubifs/
H A Dsuper.c1050 ubifs_err(c, "orphan list not empty at unmount");
1070 * check_volume_empty - check if the UBI volume is empty.
1073 * This function checks if the UBIFS volume is empty by looking if its LEBs are
1074 * mapped or not. The result of checking is stored in the @c->empty variable.
1082 c->empty = 1;
1088 c->empty = 0;
1368 if (c->empty && (c->ro_mount || c->ro_media)) {
1370 * This UBI volume is empty, and read-only, or the file system
1373 ubifs_err(c, "can't format empty UBI volume: read-only %s",
1599 * GC LEB has to be empty an
[all...]
H A Dsb.c66 * create_default_filesystem - format empty UBI volume.
69 * This function creates default empty file-system. Returns zero in case of
522 * This function finds, reads and checks the superblock. If an empty UBI volume
531 if (c->empty) {
677 * it up, so that empty min. I/O units in the end of LEB are actually erased on
679 * empty, it is simply unmapped.
690 dbg_mnt("unmap empty LEB %d", lnum);
707 * containing free/empty space.
785 * empty min. I/O unit (i.e. free-space-count > 0) is re-written, to make sure
H A Dubifs.h346 * Filesystem subtype. If non-empty the filesystem type field
816 * SCANNED_EMPTY_SPACE: scanned empty space
913 * @endpt: end point (and therefore the start of empty space)
1041 * LPROPS_FREE: free > 0, dirty < @c->dead_wm, not empty, not index
1043 * LPROPS_EMPTY: LEB is empty, not taken
1100 * @empty_lebs: number of empty LEBs
1114 * by GC, but unlike other empty LEBs that are "taken", it may not be written
1638 * @enext: next znode to commit to empty space
1793 * @empty_list: list of empty LEBs
1815 * @empty
2048 unsigned int empty:1; member in struct:ubifs_info
[all...]
/u-boot/common/
H A Dcli_hush_upstream.c560 * possibly empty one: word"", wo''rd etc. */
1776 /* Inlined for common case of non-empty buffer.
1782 /* Buffer empty */
1907 * except for handlers set to '' (empty string).
3288 /* Valid only if we know o_string is not empty */
3531 /* We have empty slot at list[n], reuse without growth */
3534 debug_printf_list("list[%d]=%d string_start=%d (empty slot)\n",
4584 { /* empty block to pair "if ... else" */ }
4979 * Typically it's empty, but for function defs,
5076 /* empty ()/{} o
8023 bool empty = 1; local
[all...]

Completed in 172 milliseconds