| /src/sys/dev/ieee1394/ |
| fwohcivar.h | 60 int buf_offset; /* signed */ member in struct:fwohci_softc::fwohci_dbch
|
| /src/sys/fs/udf/ |
| udf_readwrite.c | 289 uint32_t buf_offset; local 312 buf_offset = 0; 320 nestiobuf_setup(buf, nestbuf, buf_offset, piece * sector_size); 336 buf_offset += piece * sector_size; 430 uint32_t buf_offset; local 451 buf_offset = 0; 460 nestiobuf_setup(buf, nestbuf, buf_offset, piece * sector_size); 476 buf_offset += piece * sector_size;
|
| udf_strat_direct.c | 244 uint32_t buf_offset, rbuflen, bpos; local 357 buf_offset = sector * sector_size; 377 nestiobuf_setup(buf, nestbuf, buf_offset, rbuflen);
|
| udf_subr.c | 6653 uint32_t buf_offset, sector, rbuflen, rblk; local 6711 buf_offset = sector * sector_size; 6712 buf_pos = (uint8_t *) buf->b_data + buf_offset; 6747 nestiobuf_setup(buf, nestbuf, buf_offset, rbuflen); 6782 uint32_t buf_offset, lb_num, rbuflen, rblk; local 6831 buf_offset = lb_num * lb_size; 6861 nestiobuf_setup(buf, nestbuf, buf_offset, rbuflen);
|
| /src/external/cddl/osnet/dist/cmd/zstreamdump/ |
| zstreamdump.c | 176 int buf_offset = i + j; local 181 if (buf_offset % DUMP_GROUPING == 0) { 188 unsigned char hex_print = buf[buf_offset];
|
| /src/sys/arch/evbmips/stand/sbmips/common/ |
| cfe_api_int.h | 93 cfe_xuint_t buf_offset; /* offset on device (bytes) */ member in struct:xiocb_buffer_s
|
| /src/sys/arch/mips/cfe/ |
| cfe_api_int.h | 93 cfe_xuint_t buf_offset; /* offset on device (bytes) */ member in struct:xiocb_buffer_s
|
| /src/sys/arch/sbmips/stand/common/ |
| cfe_api_int.h | 93 cfe_xuint_t buf_offset; /* offset on device (bytes) */ member in struct:xiocb_buffer_s
|
| /src/sys/fs/nilfs/ |
| nilfs_vnops.c | 392 uint32_t blocksize, buf_offset; local 434 buf_offset = i * blocksize; 435 buf_pos = (uint8_t *) bp->b_data + buf_offset; 446 nestiobuf_setup(bp, nbp, buf_offset, blocksize);
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| mem-break.cc | 1841 int copy_offset, copy_len, buf_offset; local 1861 buf_offset = start - mem_addr; 1864 memcpy (buf + buf_offset, 1873 int copy_offset, copy_len, buf_offset; local 1896 buf_offset = start - mem_addr; 1901 memcpy (buf + buf_offset, bp->old_data + copy_offset, copy_len); 1927 int copy_offset, copy_len, buf_offset; local 1949 buf_offset = start - mem_addr; 1952 myaddr + buf_offset, copy_len); local 1954 memcpy (buf + buf_offset, 1962 int copy_offset, copy_len, buf_offset; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| mem-break.cc | 1841 int copy_offset, copy_len, buf_offset; local 1861 buf_offset = start - mem_addr; 1864 memcpy (buf + buf_offset, 1873 int copy_offset, copy_len, buf_offset; local 1896 buf_offset = start - mem_addr; 1901 memcpy (buf + buf_offset, bp->old_data + copy_offset, copy_len); 1927 int copy_offset, copy_len, buf_offset; local 1949 buf_offset = start - mem_addr; 1952 myaddr + buf_offset, copy_len); local 1954 memcpy (buf + buf_offset, 1962 int copy_offset, copy_len, buf_offset; local [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-nds32.c | 7039 int buf_offset, pcrel; 7151 buf_offset = 0; /* fr_buffer offset */ 7176 number_to_chars_bigendian (fr_buffer + buf_offset, insn, insn_size); 7177 buf_offset += insn_size; 7234 fragP->fr_fix = fr_where + buf_offset; 7032 int buf_offset, pcrel; local
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-nds32.c | 7032 int buf_offset, pcrel; 7144 buf_offset = 0; /* fr_buffer offset */ 7169 number_to_chars_bigendian (fr_buffer + buf_offset, insn, insn_size); 7170 buf_offset += insn_size; 7227 fragP->fr_fix = fr_where + buf_offset; 7025 int buf_offset, pcrel; local
|