Searched refs:out (Results 176 - 200 of 433) sorted by relevance

1234567891011>>

/u-boot/board/dhelectronics/dh_imx6/
H A Ddh_imx6.c99 goto out;
102 goto out;
107 out:
/u-boot/drivers/mtd/ubi/
H A Dfastmap-wl.c93 goto out;
101 goto out;
109 out:
234 goto out;
241 goto out;
250 out:
H A Dfastmap.c115 * NULL indicates out of memory.
123 goto out;
133 out:
209 goto out;
226 out:
498 goto out;
506 goto out;
520 goto out;
543 goto out;
559 goto out;
[all...]
/u-boot/lib/crypto/
H A Dasymmetric_type.c529 goto out;
536 goto out;
544 goto out;
553 out:
559 const void *in, void *out)
576 ret = subtype->eds_op(params, in, out);
629 goto out;
638 out:
558 asymmetric_key_eds_op(struct kernel_pkey_params *params, const void *in, void *out) argument
/u-boot/common/
H A Dlog_syslog.c54 goto out;
106 out:
/u-boot/net/
H A Dwget.c42 * This is a control structure for out of order packets received.
519 * Zero out server ether to force arp resolution in case
551 goto out;
561 goto out;
566 goto out;
575 out:
632 goto out;
638 goto out;
644 goto out;
647 out
[all...]
/u-boot/fs/sandbox/
H A Dsandboxfs.c92 goto out;
98 out:
/u-boot/fs/ubifs/
H A Dreplay.c102 goto out;
147 goto out;
154 out:
666 goto out;
678 out:
845 goto out;
884 goto out;
925 goto out;
948 out:
977 goto out;
[all...]
H A Dio.c258 goto out;
265 goto out;
290 goto out;
298 out:
367 ubifs_warn(c, "running out of sequence numbers, end of life soon");
708 goto out;
729 goto out;
765 goto out;
784 goto out;
806 goto out;
[all...]
/u-boot/drivers/ufs/
H A Dufs.c446 goto out;
449 out:
472 goto out;
481 goto out;
486 goto out;
500 goto out;
506 goto out;
509 out:
1035 goto out;
1043 goto out;
[all...]
/u-boot/drivers/bios_emulator/include/
H A Dbiosemu.h297 int (PMAPIP BE_int86) (int intno, RMREGS * in, RMREGS * out);
298 int (PMAPIP BE_int86x) (int intno, RMREGS * in, RMREGS * out,
335 int X86API BE_int86(int intno, RMREGS * in, RMREGS * out);
336 int X86API BE_int86x(int intno, RMREGS * in, RMREGS * out,
/u-boot/include/zfs/
H A Dzfs.h104 uint64_t *out);
/u-boot/fs/btrfs/
H A Ddisk-io.h47 int btrfs_csum_data(u16 csum_type, const u8 *data, u8 *out, size_t len);
H A Dbtrfs.c88 goto out;
114 out:
216 goto out;
221 out:
H A Ddisk-io.c119 int btrfs_csum_data(u16 csum_type, const u8 *data, u8 *out, size_t len) argument
121 memset(out, 0, BTRFS_CSUM_SIZE);
125 return hash_crc32c(data, len, out);
127 return hash_xxhash(data, len, out);
129 return hash_sha256(data, len, out);
131 return hash_blake2(data, len, out);
382 goto out;
395 out:
674 goto out;
685 goto out;
[all...]
/u-boot/tools/dtoc/
H A Dfdt_util.py53 out = int(fdt32_to_cpu(val[0]))
55 out = out << 32 | fdt32_to_cpu(val[1])
56 return out
/u-boot/drivers/misc/
H A Dqfw_acpi.c207 goto out;
212 goto out;
217 goto out;
224 out:
/u-boot/drivers/spi/
H A Dapple_spi.c123 const u8 *out = *dout; local
131 data = out ? *out++ : 0;
137 *dout = out;
H A Dspi-sn-f-ospi.c411 goto out;
421 goto out;
433 goto out;
439 goto out;
447 out:
454 u8 *buf = (u8 *)op->data.buf.out;
461 goto out;
474 goto out;
487 goto out;
490 out
[all...]
/u-boot/test/dm/
H A Dtee.c83 goto out;
88 out:
208 goto out;
212 out:
/u-boot/lib/efi_loader/
H A Dinitrddump.c377 goto out;
387 goto out;
394 goto out;
407 goto out;
430 out:
H A Defi_helper.c49 goto out;
55 goto out;
58 out:
468 log_err("ERROR: out of memory\n");
533 goto out;
547 out:
H A Defi_image_loader.c610 goto out;
619 goto out;
625 goto out;
630 goto out;
674 goto out;
683 goto out;
719 goto out;
725 goto out;
751 out:
/u-boot/drivers/tpm/
H A Dtpm_tis_st33zp24_i2c.c315 goto out;
321 goto out;
327 goto out;
335 goto out;
338 out:
/u-boot/tools/binman/
H A Dbintool.py420 """Write out documentation about the various bintools to stdout
497 out = result.stdout.strip()
498 if not out:
499 out = result.stderr.strip()
500 if not out:
503 m_version = re.search(self.version_regex, out)
504 return m_version.group(1) if m_version else out

Completed in 117 milliseconds

1234567891011>>