HomeSort by: relevance | last modified time | path
    Searched defs:bi_next (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/arch/arc/stand/boot/
bootinfo.c 40 static char *bi_next; /* pointer to next bootinfo data */ variable
52 bi_next = (void *)bootinfo;
70 memcpy(bi_next, new, size);
71 bi = (void *)bi_next;
76 bi_next += size;
77 bi = (void *)bi_next;
  /src/sys/arch/cobalt/stand/boot/
bootinfo.c 40 static char *bi_next; variable
52 bi_next = bootinfo;
71 type, size, (u_long)bi_next));
76 memcpy(bi_next, new, size);
77 bi_next += size;
79 bi = (struct btinfo_common *)bi_next;
  /src/sys/arch/emips/stand/common/
bootinfo.c 39 static char *bi_next; variable
50 bi_next = bootinfo;
67 memcpy(bi_next, new, size);
68 bi_next += size;
70 bi = (struct btinfo_common *)bi_next;
  /src/sys/arch/mipsco/stand/common/
bootinfo.c 39 static char *bi_next; variable
51 bi_next = bootinfo;
70 memcpy(bi_next, new, size);
71 bi_next += size;
73 bi = (struct btinfo_common *)bi_next;
  /src/sys/arch/mmeye/stand/boot/
bootinfo.c 40 static char *bi_next; variable
52 bi_next = bootinfo;
71 type, size, (u_long)bi_next));
76 memcpy(bi_next, new, size);
77 bi_next += size;
79 bi = (struct btinfo_common *)bi_next;
  /src/sys/arch/newsmips/stand/boot/
bootinfo.c 38 static char *bi_next; variable
50 bi_next = bootinfo;
68 memcpy(bi_next, new, size);
69 bi_next += size;
71 bi = (struct btinfo_common *)bi_next;
  /src/sys/arch/pmax/stand/common/
bootinfo.c 39 static char *bi_next; variable
50 bi_next = bootinfo;
67 memcpy(bi_next, new, size);
68 bi_next += size;
70 bi = (struct btinfo_common *)bi_next;
  /src/sys/arch/sgimips/stand/common/
bootinfo.c 40 static char *bi_next; /* pointer to next bootinfo data */ variable
52 bi_next = (void *)bootinfo;
70 memcpy(bi_next, new, size);
71 bi = (void *)bi_next;
76 bi_next += size;
77 bi = (void *)bi_next;
  /src/sys/arch/sparc/stand/boot/
bootinfo.c 40 static char *bi_next; variable
60 bi_next = bootinfo;
79 memcpy(bi_next, new, size);
80 bi_next += ALIGN(size);
82 bi = (struct btinfo_common *)bi_next;
  /src/sys/arch/sparc/stand/ofwboot/
bootinfo.c 41 static char *bi_next; variable
67 bi_next = bootinfo;
86 sparc64_memcpy(bi_next, new, size);
87 bi_next += ALIGN(size);
89 bi = (struct btinfo_common *)bi_next;
  /src/sys/arch/evbarm/stand/boot2440/
main.c 65 char *bi_next; variable
511 bi_next = (char*) addr;
530 memcpy(bi_next, new, size);
531 bi_next += size;
  /src/sys/arch/sandpoint/stand/altboot/
main.c 70 char *bi_next; variable
410 bi_next = (char *)addr;
428 memcpy(bi_next, new, size);
429 bi_next += size;
  /src/external/bsd/openldap/dist/servers/slapd/
slap.h 2412 LDAP_STAILQ_ENTRY(BackendInfo) bi_next ; member in struct:BackendInfo

Completed in 99 milliseconds