Searched refs:off (Results 101 - 125 of 288) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/kernel/busses/scsi/usb/freecom/
H A Dfreecom.c153 PTRACE_ALWAYS(udi, "FCM:init[%d]: reset off failed:%08x\n", udi->dev_num, status);
353 int32 off = offset; local
358 if(off < data_sg[i].iov_len) {
359 int len = min(to_xfer, (data_sg[i].iov_len - off));
360 char *buf = ((char *)data_sg[i].iov_base) + off;
384 off = 0;
386 off -= data_sg[i].iov_len;
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Doptimize.c273 /* Root starts off empty. */
2068 u_int off; local
2096 for (off = 0; off < slen && src; off++) {
2098 printf("off=%d src=%x\n", off, src);
2100 offset[off] = src;
2104 off = 0;
2121 if (off
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-i386.c433 implementations, so strip it off if it exists. */
2023 bfd_vma off;
2191 off = h->got.offset;
2211 if ((off & 1) != 0)
2212 off &= ~1;
2216 htab->sgot->contents + off);
2228 off = local_got_offsets[r_symndx];
2233 if ((off & 1) != 0)
2234 off &= ~1;
2238 htab->sgot->contents + off);
2021 bfd_vma off; local
[all...]
H A Delf64-x86-64.c244 implementations, so strip it off if it exists. */
1780 bfd_vma off;
1835 off = h->got.offset;
1855 if ((off & 1) != 0)
1856 off &= ~1;
1860 htab->sgot->contents + off);
1872 off = local_got_offsets[r_symndx];
1877 if ((off & 1) != 0)
1878 off &= ~1;
1882 htab->sgot->contents + off);
1778 bfd_vma off; local
[all...]
H A Delf32-sh.c2616 int off, adjust, oinsn;
2686 off = insn & 0xff;
2687 if (off & 0x80)
2688 off -= 0x100;
2689 stop = (bfd_vma) ((bfd_signed_vma) start + 4 + off * 2);
2693 off = insn & 0xfff;
2694 if (! off)
2703 if (off & 0x800)
2704 off -= 0x1000;
2705 stop = (bfd_vma) ((bfd_signed_vma) start + 4 + off *
2615 int off, adjust, oinsn; local
3139 bfd_vma off; local
4686 bfd_vma off; local
[all...]
H A Delf-strtab.c231 bfd_size_type off = 1, i; local
250 off += len;
253 BFD_ASSERT (off == tab->sec_size);
H A Delf.c1050 fprintf (f, "%8s off 0x", pt);
3178 align_file_position (file_ptr off, int align)
3180 return (off + align - 1) & ~(align - 1);
3276 file_ptr off;
3279 off = elf_tdata (abfd)->next_file_pos;
3282 off = _bfd_elf_assign_file_position_for_section (hdr, off, TRUE);
3286 off = _bfd_elf_assign_file_position_for_section (hdr, off, TRUE);
3289 off
3173 align_file_position(file_ptr off, int align) argument
3271 file_ptr off; local
3799 vma_page_aligned_bias(bfd_vma vma, ufile_ptr off, bfd_vma maxpagesize) argument
3816 file_ptr off, voff; local
4457 file_ptr off; local
4668 file_ptr off; local
[all...]
/haiku-fatelf/src/libs/udis86/
H A Dsyn-intel.c127 op->lval.ptr.off & 0xFFFF);
131 op->lval.ptr.off);
/haiku-fatelf/src/system/libroot/posix/stdio/
H A Dfseek.c176 curoff += fp->_r; /* kill off ungetc */
260 off_t off = offset; local
262 return(fseeko(fp, off, whence));
/haiku-fatelf/headers/private/userlandfs/fuse/
H A Dfuse.h54 * @param off offset of the next entry or zero
58 const struct stat *stbuf, off_t off);
614 off_t off, struct fuse_file_info *fi);
616 size_t size, off_t off, struct fuse_file_info *fi);
625 fuse_fill_dir_t filler, off_t off,
H A Dfuse_lowlevel.h414 * @param off offset to read from
417 void (*read) (fuse_req_t req, fuse_ino_t ino, size_t size, off_t off,
440 * @param off offset to write to
444 size_t size, off_t off, struct fuse_file_info *fi);
563 * @param off offset to continue reading the directory stream
566 void (*readdir) (fuse_req_t req, fuse_ino_t ino, size_t size, off_t off,
1018 * @param off the offset of the next entry
1023 off_t off);
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dpermdic.c61 off_t off; local
86 for (off = 0, err = 0; !err && _RkReadHeader(fd, &hd, off) >= 0;) {
95 nd.doff = off + hd.data[HD_HSZ].var;
103 off += hd.data[HD_SIZ].var;
109 if (lseek(fd, off, 0) < 0 || read(fd, (char *)ll, 4) != 4)
112 if (SetFilePointer(fd, off, NULL, FILE_BEGIN) == 0xFFFFFFFF ||
117 off += bst4_to_l(ll) + 4;
137 df->df_size = off;
327 off_t off local
[all...]
H A Dfq.c598 off_t off; local
608 for (off = 0; _RkReadHeader(fd, &hd, off) >= 0;) {
609 long start = off;
627 off += hd.data[HD_HSZ].var;
628 (void)lseek(fd, off, 0);
630 off += 4;
632 bitoff = off;
633 off += bitsiz;
634 (void)lseek(fd, off,
[all...]
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dparsestream.cc193 int off = gptr() - base();
195 off--; // Subtract 1 for '\n' from end of previous line.
196 return off;
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/wavelanwifi/dev/wi/
H A Dif_wi.c1048 int fid, off, error; local
1051 off = sizeof(*frmhdr);
1053 || wi_mwrite_bap(sc, fid, off, m0, m0->m_pkthdr.len) != 0;
1059 sc->sc_txd[cur].d_len = off;
1318 int fid, len, off; local
1345 off = ALIGN(sizeof(struct ieee80211_frame));
1351 if (off + len > MCLBYTES) {
1361 if (off + len > MHLEN)
1371 m->m_data += off - sizeof(struct ieee80211_frame);
1501 int i, fid, len, off; local
1867 wi_seek_bap(struct wi_softc *sc, int id, int off) argument
1900 wi_read_bap(struct wi_softc *sc, int id, int off, void *buf, int buflen) argument
1920 wi_write_bap(struct wi_softc *sc, int id, int off, void *buf, int buflen) argument
1942 wi_mwrite_bap(struct wi_softc *sc, int id, int off, struct mbuf *m0, int totlen) argument
[all...]
H A Dif_wireg.h125 #define CSM_WRITE_1(sc, off, val) \
126 bus_space_write_1((sc)->wi_bmemtag, (sc)->wi_bmemhandle, off, val)
128 #define CSM_READ_1(sc, off) \
129 bus_space_read_1((sc)->wi_bmemtag, (sc)->wi_bmemhandle, off)
/haiku-fatelf/src/bin/network/tcpdump/libpcap/msdos/
H A Dndis_0.asm78 mov bx,ss ;; Save off the old stack in other regs
102 pop di ;; Pop off the old stack
104 mov bx,ss ;; Save off the current allocated stack.
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-wb.c149 u_int32_t off; member in struct:id_off
217 c, ipaddr_string(&io->id), EXTRACT_32BITS(&io->off));
281 EXTRACT_32BITS(&io->off));
/haiku-fatelf/src/bin/zip/
H A Dzipfile.c481 z->off = p;
536 s = p - (z->off + 4 + LOCHEAD + n + z->ext);
744 z->off = LG(CENOFF + b) + deltaoff;
779 if (z->off < zipbeg)
780 zipbeg = z->off;
791 if (fseek(f, z->off, SEEK_SET) != 0 || fread(b, 4, 1, f) != 1)
851 if (fseek(f, (z->off + (4+LOCHEAD) + z->nam + z->ext + s), SEEK_SET)
1021 * what you read off the disk. In fact you read whatever data was in the same
1145 PUTLG(z->off, f);
1218 if (fseek(x, z->off
[all...]
/haiku-fatelf/headers/libs/x86emu/
H A Dx86emu.h190 void X86EMU_dump_memory(u16 seg, u16 off, u32 amt);
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_eeprom_9287.c297 u_int w, off, len; local
329 off = AR9287_EEP_START_LOC + w;
330 if (!ath_hal_eepromRead(ah, off, &eep_data[w])) {
333 __func__, off);
H A Dah_eeprom_v14.c339 u_int w, off, len; local
371 off = owl_eep_start_loc + w; /* NB: AP71 starts at 0 */
372 if (!ath_hal_eepromRead(ah, off, &eep_data[w])) {
375 __func__, off);
H A Dah_eeprom_v4k.c286 u_int w, off, len; local
317 off = owl_eep_start_loc + w; /* NB: AP71 starts at 0 */
318 if (!ath_hal_eepromRead(ah, off, &eep_data[w])) {
321 __func__, off);
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c68 ar5210EepromRead(struct ath_hal *ah, u_int off, uint16_t *data) argument
70 (void) OS_REG_READ(ah, AR_EP_AIR(off)); /* activate read op */
74 __func__, AR_EP_AIR(off));
86 ar5210EepromWrite(struct ath_hal *ah, u_int off, uint16_t data) argument
/haiku-fatelf/src/preferences/mail/
H A DDNSQuery.h36 status_t SkipReading(off_t off);

Completed in 245 milliseconds

1234567891011>>