Searched refs:off (Results 51 - 75 of 124) sorted by relevance

12345

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_eeprom_9287.c298 u_int w, off, len; local
330 off = AR9287_EEP_START_LOC + w;
331 if (!ath_hal_eepromRead(ah, off, &eep_data[w])) {
334 __func__, off);
H A Dah_eeprom_v4k.c288 u_int w, off, len; local
319 off = owl_eep_start_loc + w; /* NB: AP71 starts at 0 */
320 if (!ath_hal_eepromRead(ah, off, &eep_data[w])) {
323 __func__, off);
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/
H A Dr92c_fw.c309 int off)
316 if (off && vap->iv_state == IEEE80211_S_RUN &&
452 const uint16_t off = R92C_C2H_EVT_MSG + sizeof(struct r92c_c2h_evt); local
474 buf[i / 2] = rtwn_read_2(sc, off + i);
308 r92c_set_pwrmode(struct rtwn_softc *sc, struct ieee80211vap *vap, int off) argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSELowLevel.cpp255 size_t size, off_t off, struct fuse_file_info *fi)
261 ops->write(&request, ino, buf, size, off, fi);
524 const struct stat *stbuf, off_t off)
531 req->fRequestFiller(req->fRequestCookie, buf, bufsize, name, stbuf, off);
254 fuse_ll_write(const fuse_lowlevel_ops* ops, fuse_ino_t ino, const char *buf, size_t size, off_t off, struct fuse_file_info *fi) argument
523 fuse_add_direntry(fuse_req_t req, char *buf, size_t bufsize, const char *name, const struct stat *stbuf, off_t off) argument
H A DFUSELowLevel.h40 size_t size, off_t off, struct fuse_file_info *fi);
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_common.h406 size_t off; member in struct:fuse_bufvec
419 /* .off = */ 0, \
/haiku/headers/os/interface/
H A DPictureButton.h22 BPicture* off, BPicture* on,
/haiku/src/add-ons/kernel/network/stack/
H A Dradix.c369 * Two cases: either we stepped off the end of our mask,
515 int off = t->rn_offset, vlen = LEN(cp), matched_off; local
541 cp += off; cp2 = t->rn_key + off; cplim = v + vlen;
591 * calculation of "off" back before the "do".
598 off = min(t->rn_offset, matched_off);
602 if (x && rn_satisfies_leaf(v, x, off))
1051 bits starting at 'off'.
1055 rn_inithead(void **head, int off) argument
1066 t = rn_newpair(rn_zeros, off, rn
[all...]
/haiku/src/bin/pcmcia-cs/
H A Ddump_cisreg.c111 static int get_reg(int fd, int fn, off_t off) argument
118 arg.conf_reg.Offset = off;
/haiku/src/system/libroot/posix/glibc/include/arch/riscv64/
H A Dasm-syntax.h257 #define CPUVAR(off) _C_LABEL(cpu_info_store)+__CONCAT(CPU_INFO_,off)
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8188e/
H A Dr88e_fw.c192 int off)
197 if (off && vap->iv_state == IEEE80211_S_RUN &&
191 r88e_set_pwrmode(struct rtwn_softc *sc, struct ieee80211vap *vap, int off) argument
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.cpp386 phys_addr_t off = physicalAddress & (B_PAGE_SIZE -1); local
402 return (uint8*)slot.slot->address + off;
415 return (uint8*)slot.slot->address + off;
488 phys_addr_t off = physicalAddress & (B_PAGE_SIZE -1); local
493 return (void*)slot->address + off;
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_crypto_tkip.c100 struct mbuf *m, u_int off, size_t data_len,
668 wep_encrypt(u8 *key, struct mbuf *m0, u_int off, size_t data_len, argument
691 pos = mtod(m, uint8_t *) + off;
692 buflen = m->m_len - off;
729 wep_decrypt(u8 *key, struct mbuf *m, u_int off, size_t data_len) argument
748 pos = mtod(m, uint8_t *) + off;
749 buflen = m->m_len - off;
876 struct mbuf *m, u_int off, size_t data_len,
900 data = mtod(m, const uint8_t *) + off;
901 space = m->m_len - off;
875 michael_mic(struct tkip_ctx *ctx, const u8 *key, struct mbuf *m, u_int off, size_t data_len, u8 mic[IEEE80211_WEP_MICLEN]) argument
[all...]
H A Dieee80211_ht.c543 ampdu_rx_add_slot(struct ieee80211_rx_ampdu *rap, int off, int tid, argument
575 if (mbufq_len(&rap->rxa_mq[off]) != 0) {
576 rxs_final = ieee80211_get_rx_params_ptr(mbufq_last(&rap->rxa_mq[off]));
605 if ((mbufq_len(&rap->rxa_mq[off]) == 0) || (toss_dup == 0)) {
606 if (mbufq_enqueue(&rap->rxa_mq[off], m) != 0) {
610 "seqno %u tid %u BA win <%u:%u> off=%d, qlen=%d, maxqlen=%d",
613 off,
614 mbufq_len(&rap->rxa_mq[off]),
615 rap->rxa_mq[off].mq_maxlen);
859 KASSERT(n == 0, ("%s: lost %d frames, qframes %d off
1012 int off; local
1234 int tid, off; local
[all...]
H A Dieee80211_proto.c604 int off; local
606 off = ieee80211_anyhdrspace(ic, wh);
608 buf[off+0], buf[off+1], buf[off+2]);
609 if (buf[off+IEEE80211_WEP_IVLEN] & IEEE80211_WEP_EXTIV)
611 buf[off+4], buf[off+5], buf[off+6]);
612 printf(" KID %u]", buf[off
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c70 ar5210EepromRead(struct ath_hal *ah, u_int off, uint16_t *data) argument
72 (void) OS_REG_READ(ah, AR_EP_AIR(off)); /* activate read op */
76 __func__, AR_EP_AIR(off));
88 ar5210EepromWrite(struct ath_hal *ah, u_int off, uint16_t data) argument
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs.h87 void SetOffset(uint64 off) { offset = B_HOST_TO_LENDIAN_INT64(off); } argument
153 void SetOffset(uint32 off) { offset = B_HOST_TO_LENDIAN_INT32(off); } argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c70 ar5211EepromRead(struct ath_hal *ah, u_int off, uint16_t *data) argument
72 OS_REG_WRITE(ah, AR_EEPROM_ADDR, off);
79 "%s: read failed for entry 0x%x\n", __func__, off);
91 ar5211EepromWrite(struct ath_hal *ah, u_int off, uint16_t data) argument
/haiku/src/libs/stdc++/legacy/
H A Dstreambuf.cc173 static _IO_pos_t _IO_sb_seek(_IO_FILE *fp, _IO_off_t off, int dir) argument
174 { return ((streambuf*)fp)->sys_seek(off, (_seek_dir)dir); }
/haiku/src/kits/interface/
H A DPictureButton.cpp18 BPicture* off, BPicture* on, BMessage* message,
22 fEnabledOff(new(std::nothrow) BPicture(*off)),
17 BPictureButton(BRect frame, const char* name, BPicture* off, BPicture* on, BMessage* message, uint32 behavior, uint32 resizingMode, uint32 flags) argument
/haiku/src/add-ons/kernel/drivers/network/ether/pegasus/
H A Dif_aue.c183 aue_read_eeprom(pegasus_dev *sc, caddr_t dest, int off, int cnt, int swap) argument
189 aue_eeprom_getword(sc, off + i, &word);
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.c159 malo_bar0_read4(struct malo_softc *sc, bus_size_t off) argument
161 return bus_space_read_4(sc->malo_io0t, sc->malo_io0h, off);
165 malo_bar0_write4(struct malo_softc *sc, bus_size_t off, uint32_t val) argument
167 DPRINTF(sc, MALO_DEBUG_FW, "%s: off 0x%jx val 0x%x\n",
168 __func__, (uintmax_t)off, val);
170 bus_space_write_4(sc->malo_io0t, sc->malo_io0h, off, val);
1640 * turn off the radio
1651 /* turn off the radio. */
1949 int off, len, hdrlen, pktlen, rssi, ntodo; local
2017 off
[all...]
/haiku/src/apps/deskbar/
H A DSwitcher.cpp1910 float off = 0; local
1921 off = roundf((centerRect.Width() - rect.Width()) / 2);
1922 startRect.OffsetTo(off, off);
1923 rect.OffsetTo(off, off);
1926 off = roundf((centerRect.Width() - endRect.Width()) / 2);
1927 endRect.OffsetTo(off, off);
1937 off
[all...]
/haiku/src/bin/unzip/
H A Dcrypt.c230 z->off = n;
321 z->off = offset;
393 /* get header once (turn off "encrypted" flag temporarily so we don't
H A Dcryptf.c233 z->off = n;
324 z->off = offset;
396 /* get header once (turn off "encrypted" flag temporarily so we don't

Completed in 152 milliseconds

12345