Searched refs:ds (Results 1 - 25 of 76) sorted by last modified time

1234

/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp636 CHECK_DEBUG_VARIABLE("ds", frame->ds, false);
1288 // rip, rflags, cs, ss, ds, es, fs, gs
1314 // cs, ss, ds, es, fs, gs
1325 { B_UINT32_TYPE, frame->cs }, { B_UINT32_TYPE, frame->ds },
1326 // assume ss == ds
1327 { B_UINT32_TYPE, frame->ds }, { B_UINT32_TYPE, frame->es },
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Drunlist.c509 int di, si; /* Current index into @[ds]rl. */
512 int dend, send; /* Last index into @[ds]rl. */
513 int dfinal, sfinal; /* The last index into @[ds]rl with
601 int ds = dend + 1; /* Number of elements in drl & srl */ local
619 ntfs_log_debug("ds = %i, ss = %i, dins = %i\n", ds, ss, dins);
623 drl = ntfs_rl_replace(drl, ds, srl + sstart, ss, dins);
625 drl = ntfs_rl_insert(drl, ds, srl + sstart, ss, dins);
628 drl = ntfs_rl_append(drl, ds, srl + sstart, ss, dins);
630 drl = ntfs_rl_split(drl, ds, sr
[all...]
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DSettings.cpp65 const driver_settings *ds = get_driver_settings(settings); local
66 if (ds && volumeName)
67 volume = _FindVolumeParameter(ds, volumeName);
69 _Init(ds, volume);
85 const driver_settings *ds = get_driver_settings(settings); local
86 if (ds)
87 volume = _FindVolumeParameter(ds, volumeOffset, volumeSize);
89 _Init(ds, volume);
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Dlong_smp_trampoline.S53 mov %ax, %ds
99 mov %ax, %ds
/haiku/src/system/boot/platform/efi/arch/x86/
H A Dsmp_trampoline.S59 movw %ax, %ds
H A Dentry.S67 movw %ax, %ds
/haiku/src/add-ons/kernel/generic/bios/
H A Dbios.cpp297 M.x86.R_DS = regs->ds;
319 regs->ds = M.x86.R_DS;
/haiku/src/system/libroot/posix/stdlib/
H A Dstrtod.c1838 double d2, ds, eps;
1938 ds = (d2-1.5)*0.289529654602168 + 0.1760912590558 + i*0.301029995663981;
1939 k = (int)ds;
1940 if (ds < 0. && ds != k)
1941 k--; /* want k = floor(ds) */
2011 ds = tens[k&0xf];
2022 ds *= bigtens[i];
2024 d /= ds;
2104 ds
[all...]
/haiku/src/system/kernel/arch/x86/32/
H A Dthread.cpp251 frame.ds = USER_DATA_SELECTOR;
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c1925 uint8_t *ds; local
1976 ds = dd->dd_desc;
1977 memset(ds, 0, dd->dd_desc_len);
1980 __func__, dd->dd_name, ds, (u_long) dd->dd_desc_len,
2031 struct mwl_txdesc *ds; local
2049 ds = txq->dma.dd_desc;
2050 for (i = 0; i < mwl_txbuf; i++, bf++, ds += MWL_TXDESC) {
2051 bf->bf_desc = ds;
2052 bf->bf_daddr = DS2PHYS(&txq->dma, ds);
2094 struct mwl_rxdesc *ds; local
2490 struct mwl_rxdesc *ds; local
2614 struct mwl_rxdesc *ds; local
2833 struct mwl_txdesc *ds; local
3079 struct mwl_txdesc *ds; local
3329 struct mwl_txdesc *ds; local
3729 struct mwl_rxdesc *ds; local
4489 const struct mwl_rxdesc *ds = bf->bf_desc; local
4505 const struct mwl_txdesc *ds = bf->bf_desc; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.c440 uint8_t *ds; local
491 ds = dd->dd_desc;
492 memset(ds, 0, dd->dd_desc_len);
495 __func__, dd->dd_name, ds, (u_long) dd->dd_desc_len,
515 struct malo_rxdesc *ds; local
536 ds = sc->malo_rxdma.dd_desc;
537 for (i = 0; i < malo_rxbuf; i++, bf++, ds++) {
538 bf->bf_desc = ds;
539 bf->bf_daddr = DS2PHYS(&sc->malo_rxdma, ds);
559 struct malo_txdesc *ds; local
747 struct malo_txdesc *ds; local
859 const struct malo_rxdesc *ds = bf->bf_desc; local
876 const struct malo_txdesc *ds = bf->bf_desc; local
928 struct malo_txdesc *ds; local
1040 struct malo_txdesc *ds; local
1371 struct malo_rxdesc *ds; local
1410 struct malo_rxdesc *ds; local
1945 struct malo_rxdesc *ds; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx_ht.c747 struct ath_desc *ds = bf->bf_desc; local
768 ath_hal_set11nratescenario(ah, ds,
784 //ath_hal_set11nburstduration(ah, ds, 8192);
H A Dif_ath_tx.c143 const char *ds; local
153 for (i = 0, ds = (const char *) bf->bf_desc;
155 i++, ds += sc->sc_tx_desclen) {
159 ds);
370 char *ds; local
398 ds = (char *) bf->bf_desc;
420 ath_hal_settxdesclink(ah, (struct ath_desc *) ds, 0);
422 ath_hal_settxdesclink(ah, (struct ath_desc *) ds,
431 ath_hal_filltxdesc(ah, (struct ath_desc *) ds
451 ath_hal_clr11n_aggr(sc->sc_ah, (struct ath_desc *) ds);
1333 struct ath_desc *ds = bf->bf_desc; local
1563 struct ath_desc *ds; local
2152 struct ath_desc *ds; local
[all...]
H A Dif_ath_rx_edma.c416 struct ath_desc *ds; local
457 ds = bf->bf_desc;
466 bf->bf_rxstatus = ath_hal_rxprocdesc(ah, ds, bf->bf_daddr,
477 sc->sc_rx_statuslen, (char *) ds);
H A Dif_ath_rx.c253 struct ath_desc *ds; local
314 ds = bf->bf_desc;
316 ds->ds_link = bf->bf_daddr; /* link to self */
318 ds->ds_link = 0; /* terminate the list */
319 ds->ds_data = bf->bf_segs[0].ds_addr;
320 ath_hal_setuprxdesc(ah, ds
327 sc->sc_rxlink = &ds->ds_link;
1081 struct ath_desc *ds; local
1143 ds = bf->bf_desc;
1144 if (ds
1421 struct ath_desc *ds = bf->bf_desc; local
[all...]
H A Dif_ath_beacon.c277 struct ath_desc *ds; local
289 ds = bf->bf_desc;
291 bf->bf_lastds = ds;
296 ath_hal_settxdesclink(sc->sc_ah, ds, bf->bf_daddr);
303 ath_hal_settxdesclink(sc->sc_ah, ds, 0);
328 ath_hal_setuptxdesc(ah, ds
357 ath_hal_set11nratescenario(ah, ds, 0, 0, rc, 4, flags);
365 ath_hal_filltxdesc(ah, ds
372 , ds /* first descriptor */
375 ath_desc_swap(ds);
[all...]
H A Dif_ath.c4394 struct ath_desc *ds; local
4424 ds = bf->bf_lastds; /* XXX must be setup correctly! */
4427 status = ath_hal_txprocdesc(ah, ds, ts);
4441 (char *) ds);
4447 "ath_tx_processq: txq=%u, bf=%p ds=%p, HAL_EINPROGRESS",
4448 txq->axq_qnum, bf, ds);
4497 "ath_tx_processq: txq=%u, bf=%p, ds=%p, ni=%p, ts_status=0x%08x",
4498 txq->axq_qnum, bf, ds, ni, ts->ts_status);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/sample/
H A Dsample.c928 struct ath_desc *ds, int shortPreamble, u_int8_t rix)
945 ath_hal_setupxtxdesc(sc->sc_ah, ds,
927 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an, struct ath_desc *ds, int shortPreamble, u_int8_t rix) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/onoe/
H A Donoe.c158 struct ath_desc *ds, int shortPreamble, u_int8_t rix)
162 ath_hal_setupxtxdesc(sc->sc_ah, ds
157 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an, struct ath_desc *ds, int shortPreamble, u_int8_t rix) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/amrr/
H A Damrr.c150 struct ath_desc *ds, int shortPreamble, u_int8_t rix)
154 ath_hal_setupxtxdesc(sc->sc_ah, ds
149 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an, struct ath_desc *ds, int shortPreamble, u_int8_t rix) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c323 ar5416SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
339 struct ar5416_desc *ads = AR5416DESC(ds);
431 ar5416SetupXTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
436 struct ar5416_desc *ads = AR5416DESC(ds);
461 ar5416FillTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
466 struct ar5416_desc *ads = AR5416DESC(ds);
471 ds->ds_data = bufAddrList[0];
525 ar5416ChainTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
538 struct ar5416_desc *ads = AR5416DESC(ds);
550 ds
620 ar5416SetupFirstTxDesc(struct ath_hal *ah, struct ath_desc *ds, u_int aggrLen, u_int flags, u_int txPower, u_int txRate0, u_int txTries0, u_int antMode, u_int rtsctsRate, u_int rtsctsDuration) argument
681 ar5416SetupLastTxDesc(struct ath_hal *ah, struct ath_desc *ds, const struct ath_desc *ds0) argument
703 ar5416SwapTxDesc(struct ath_desc *ds) argument
719 ar5416ProcTxDesc(struct ath_hal *ah, struct ath_desc *ds, struct ath_tx_status *ts) argument
875 ar5416Set11nRateScenario(struct ath_hal *ah, struct ath_desc *ds, u_int durUpdateEn, u_int rtsctsRate, HAL_11N_RATE_SERIES series[], u_int nseries, u_int flags) argument
979 ar5416Set11nAggrFirst(struct ath_hal *ah, struct ath_desc *ds, u_int aggrLen, u_int numDelims) argument
1014 ar5416Set11nAggrMiddle(struct ath_hal *ah, struct ath_desc *ds, u_int numDelims) argument
1033 ar5416Set11nAggrLast(struct ath_hal *ah, struct ath_desc *ds) argument
1043 ar5416Clr11nAggr(struct ath_hal *ah, struct ath_desc *ds) argument
1053 ar5416Set11nVirtualMoreFrag(struct ath_hal *ah, struct ath_desc *ds, u_int vmf) argument
1068 ar5416Set11nBurstDuration(struct ath_hal *ah, struct ath_desc *ds, u_int burstDuration) argument
[all...]
H A Dar5416_recv.c142 ar5416SetupRxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
145 struct ar5416_desc *ads = AR5416DESC(ds);
171 ar5416ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
175 struct ar5416_desc *ads = AR5416DESC(ds);
H A Dar5416.h373 extern HAL_BOOL ar5416SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds,
383 extern HAL_BOOL ar5416FillTxDesc(struct ath_hal *ah, struct ath_desc *ds,
396 extern HAL_BOOL ar5416ChainTxDesc(struct ath_hal *ah, struct ath_desc *ds,
401 extern HAL_BOOL ar5416SetupFirstTxDesc(struct ath_hal *ah, struct ath_desc *ds,
404 extern HAL_BOOL ar5416SetupLastTxDesc(struct ath_hal *ah, struct ath_desc *ds,
408 extern void ar5416Set11nRateScenario(struct ath_hal *ah, struct ath_desc *ds,
412 extern void ar5416Set11nAggrFirst(struct ath_hal *ah, struct ath_desc *ds,
414 extern void ar5416Set11nAggrMiddle(struct ath_hal *ah, struct ath_desc *ds, u_int numDelims);
415 extern void ar5416Set11nAggrLast(struct ath_hal *ah, struct ath_desc *ds);
416 extern void ar5416Clr11nAggr(struct ath_hal *ah, struct ath_desc *ds);
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c36 static void ar5212SwapTxDesc(struct ath_desc *ds);
690 ar5212SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
706 struct ar5212_desc *ads = AR5212DESC(ds);
762 ar5212SetupXTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
767 struct ar5212_desc *ads = AR5212DESC(ds);
794 ar5212IntrReqTxDesc(struct ath_hal *ah, struct ath_desc *ds) argument
796 struct ar5212_desc *ads = AR5212DESC(ds);
806 ar5212FillTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
811 struct ar5212_desc *ads = AR5212DESC(ds);
816 ds
862 ar5212SwapTxDesc(struct ath_desc *ds) argument
878 ar5212ProcTxDesc(struct ath_hal *ah, struct ath_desc *ds, struct ath_tx_status *ts) argument
982 ar5212SetTxDescLink(struct ath_hal *ah, void *ds, uint32_t link) argument
990 ar5212GetTxDescLink(struct ath_hal *ah, void *ds, uint32_t *link) argument
998 ar5212GetTxDescLinkPtr(struct ath_hal *ah, void *ds, uint32_t **linkptr) argument
[all...]
H A Dar5212_recv.c222 ar5212SetupRxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
225 struct ar5212_desc *ads = AR5212DESC(ds);
248 ar5212ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
252 struct ar5212_desc *ads = AR5212DESC(ds);

Completed in 207 milliseconds

1234