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

  /src/sys/arch/shark/stand/ofwboot/
boot.c 192 char *cp, *startbuf, *endbuf; local
223 startbuf = OF_claim((void *) 0xf0100000, (5 * 1024 * 1024), 0);
224 if (startbuf != (void *) 0xf0100000) {
228 endbuf = startbuf + (5 * 1024 * 1024);
  /src/external/gpl3/binutils/dist/bfd/
ihex.c 873 bfd_byte startbuf[4]; local
879 startbuf[0] = (bfd_byte)((start & 0xf0000) >> 12) & 0xff;
880 startbuf[1] = 0;
881 startbuf[2] = (bfd_byte)(start >> 8) & 0xff;
882 startbuf[3] = (bfd_byte)start & 0xff;
883 if (! ihex_write_record (abfd, 4, 0, 3, startbuf))
888 startbuf[0] = (bfd_byte)(start >> 24) & 0xff;
889 startbuf[1] = (bfd_byte)(start >> 16) & 0xff;
890 startbuf[2] = (bfd_byte)(start >> 8) & 0xff;
891 startbuf[3] = (bfd_byte)start & 0xff
    [all...]
  /src/external/bsd/tcpdump/dist/
print-smb.c 30 extern const u_char *startbuf;
32 const u_char *startbuf = NULL; variable
800 startbuf = buf;
933 startbuf = data;
1103 startbuf = data;
1244 startbuf = data;
1278 startbuf = data;
1381 startbuf = data;
1471 startbuf = data;
  /src/external/gpl3/binutils.old/dist/bfd/
ihex.c 873 bfd_byte startbuf[4]; local
879 startbuf[0] = (bfd_byte)((start & 0xf0000) >> 12) & 0xff;
880 startbuf[1] = 0;
881 startbuf[2] = (bfd_byte)(start >> 8) & 0xff;
882 startbuf[3] = (bfd_byte)start & 0xff;
883 if (! ihex_write_record (abfd, 4, 0, 3, startbuf))
888 startbuf[0] = (bfd_byte)(start >> 24) & 0xff;
889 startbuf[1] = (bfd_byte)(start >> 16) & 0xff;
890 startbuf[2] = (bfd_byte)(start >> 8) & 0xff;
891 startbuf[3] = (bfd_byte)start & 0xff
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
ihex.c 873 bfd_byte startbuf[4]; local
879 startbuf[0] = (bfd_byte)((start & 0xf0000) >> 12) & 0xff;
880 startbuf[1] = 0;
881 startbuf[2] = (bfd_byte)(start >> 8) & 0xff;
882 startbuf[3] = (bfd_byte)start & 0xff;
883 if (! ihex_write_record (abfd, 4, 0, 3, startbuf))
888 startbuf[0] = (bfd_byte)(start >> 24) & 0xff;
889 startbuf[1] = (bfd_byte)(start >> 16) & 0xff;
890 startbuf[2] = (bfd_byte)(start >> 8) & 0xff;
891 startbuf[3] = (bfd_byte)start & 0xff
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
ihex.c 873 bfd_byte startbuf[4]; local
879 startbuf[0] = (bfd_byte)((start & 0xf0000) >> 12) & 0xff;
880 startbuf[1] = 0;
881 startbuf[2] = (bfd_byte)(start >> 8) & 0xff;
882 startbuf[3] = (bfd_byte)start & 0xff;
883 if (! ihex_write_record (abfd, 4, 0, 3, startbuf))
888 startbuf[0] = (bfd_byte)(start >> 24) & 0xff;
889 startbuf[1] = (bfd_byte)(start >> 16) & 0xff;
890 startbuf[2] = (bfd_byte)(start >> 8) & 0xff;
891 startbuf[3] = (bfd_byte)start & 0xff
    [all...]
  /src/lib/libc/time/
zic.c 3437 register char * startbuf; local
3456 startbuf = xmalloc(max_abbr_len + 1);
3545 *startbuf = '\0';
3549 doabbr(startbuf, max_abbr_len + 1,
3552 startbuf, zp->z_isdst, startttisstd,
3646 if (!*startbuf
3649 doabbr(startbuf, max_abbr_len + 1,
3662 doabbr(startbuf,
3671 if (*startbuf == '\0'
3674 doabbr(startbuf,
    [all...]

Completed in 19 milliseconds