HomeSort by relevance Sort by last modified time
    Searched refs:ENV_SIZE (Results 1 - 13 of 13) sorted by null

  /external/u-boot/env/
nvram.c 95 uchar data[ENV_SIZE];
98 nvram_read(data, CONFIG_ENV_ADDR + sizeof(ulong), ENV_SIZE);
100 if (crc32(0, data, ENV_SIZE) == crc) {
103 if (crc32(0, env_ptr->data, ENV_SIZE) == env_ptr->crc) {
remote.c 27 if (crc32(0, env_ptr->data, ENV_SIZE) == env_ptr->crc) {
common.c 65 if (sizeof(default_environment) > ENV_SIZE) {
118 if (crc32(0, ep->data, ENV_SIZE) != crc) {
124 if (himport_r(&env_htab, (char *)ep->data, ENV_SIZE, '\0', 0, 0,
167 crc1_ok = crc32(0, tmp_env1->data, ENV_SIZE) ==
169 crc2_ok = crc32(0, tmp_env2->data, ENV_SIZE) ==
210 len = hexport_r(&env_htab, '\0', 0, &res, ENV_SIZE, 0, NULL);
216 env_out->crc = crc32(0, env_out->data, ENV_SIZE);
flash.c 84 crc1_ok = crc32(0, flash_addr->data, ENV_SIZE) == flash_addr->crc;
86 crc32(0, flash_addr_new->data, ENV_SIZE) == flash_addr_new->crc;
226 if (crc32(0, env_ptr->data, ENV_SIZE) == env_ptr->crc) {
325 crc32(0, flash_addr_new->data, ENV_SIZE) == flash_addr_new->crc) {
eeprom.c 108 len = ENV_SIZE;
158 len = ENV_SIZE;
nand.c 74 crc2_ok = crc32(0, tmp_env2->data, ENV_SIZE) == tmp_env2->crc;
77 crc1_ok = crc32(0, tmp_env1->data, ENV_SIZE) == tmp_env1->crc;
sf.c 305 if (crc32(0, env_ptr->data, ENV_SIZE) == env_ptr->crc) {
  /external/u-boot/include/
environment.h 145 #define ENV_SIZE (CONFIG_ENV_SIZE - ENV_HEADER_SIZE)
152 unsigned char data[ENV_SIZE]; /* Environment data */
  /external/u-boot/tools/
envcrc.c 58 #define ENV_SIZE (CONFIG_ENV_SIZE - ENV_HEADER_SIZE)
63 extern unsigned int env_size;
76 unsigned int datasize = ENV_SIZE;
  /external/clang/tools/scan-build-py/libear/
ear.c 47 # define ENV_SIZE 3
50 # define ENV_SIZE 2
65 typedef char const * bear_env_t[ENV_SIZE];
456 for (size_t it = 0; it < ENV_SIZE; ++it) {
467 for (size_t it = 0; it < ENV_SIZE; ++it) {
478 for (size_t it = 0; it < ENV_SIZE; ++it) {
486 for (size_t it = 0; it < ENV_SIZE && (*env)[it]; ++it)
  /external/u-boot/tools/env/
fw_env.c 60 ulong env_size; /* environment size */ member in struct:envdev_s
79 #define ENVSIZE(i) envdevices[(i)].env_size
88 #define ENV_SIZE usable_envsize
405 if (nxt >= &environment.data[ENV_SIZE]) {
431 if (nxt >= &default_environment[ENV_SIZE]) {
469 if (nxt >= &environment.data[ENV_SIZE]) {
514 *environment.crc = crc32(0, (uint8_t *) environment.data, ENV_SIZE);
542 if (nxt >= &environment.data[ENV_SIZE]) {
629 if (len > (&environment.data[ENV_SIZE] - env)) {
1435 crc0 = crc32(0, (uint8_t *)environment.data, ENV_SIZE);
    [all...]
  /external/ppp/pppd/plugins/radius/
radiusclient.h 383 #define ENV_SIZE 128
  /external/u-boot/cmd/
nvedit.c 134 rcode, (ulong)ENV_SIZE);
980 &res, ENV_SIZE, argc, argv);
987 envp->crc = crc32(0, envp->data, ENV_SIZE);

Completed in 235 milliseconds