Searched refs:ds (Results 26 - 50 of 76) sorted by relevance

1234

/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/busses/scsi/usb/
H A Dsettings.c314 const driver_settings *ds = get_driver_settings(sh); local
315 if(ds){
317 for(i = 0; i < ds->parameter_count; i++){
318 if(SK_EQUAL(ds->parameters[i].name, skkVendor)){
321 &ds->parameters[i], uds);
328 } /* if(ds) */
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_freebsd.c691 ar9300_proc_rx_desc_freebsd(struct ath_hal *ah, struct ath_desc *ds, argument
696 return (ar9300_proc_rx_desc_fast(ah, ds, 0, ds_next, rxs,
697 (void *) ds));
713 ar9300_freebsd_get_desc_link(struct ath_hal *ah, void *ds, uint32_t *link) argument
715 struct ar9300_txc *ads = AR9300TXC(ds);
726 ar9300_freebsd_setup_tx_desc(struct ath_hal *ah, struct ath_desc *ds, argument
740 ar9300_set_11n_tx_desc(ah, ds, pktLen, type, txPower, keyIx,
747 ar9300_freebsd_setup_x_tx_desc(struct ath_hal *ah, struct ath_desc *ds, argument
766 ar9300_freebsd_fill_tx_desc(struct ath_hal *ah, struct ath_desc *ds, argument
782 return ar9300_fill_tx_desc(ah, ds, bufListPt
800 ar9300_freebsd_set_11n_rate_scenario(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
812 ar9300_freebsd_chain_tx_desc(struct ath_hal *ah, struct ath_desc *ds, HAL_DMA_ADDR *bufLenList, uint32_t *segLenList, u_int pktLen, u_int hdrLen, HAL_PKT_TYPE type, u_int keyIx, HAL_CIPHER cipher, uint8_t numDelims, HAL_BOOL firstSeg, HAL_BOOL lastSeg, HAL_BOOL lastAggr) argument
825 ar9300_freebsd_setup_first_tx_desc(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
840 ar9300_freebsd_setup_last_tx_desc(struct ath_hal *ah, struct ath_desc *ds, const struct ath_desc *ds0) argument
849 ar9300_freebsd_setup_11n_desc(struct ath_hal *ah, void *ds, u_int pktLen, HAL_PKT_TYPE type, u_int txPower, u_int keyIx, u_int flags) argument
868 ar9300_freebsd_proc_tx_desc(struct ath_hal *ah, struct ath_desc *ds, struct ath_tx_status *ts) argument
[all...]
H A Dar9300_recv_ds.c37 ar9300_proc_rx_desc_fast(struct ath_hal *ah, struct ath_desc *ds, argument
199 ar9300_proc_rx_desc(struct ath_hal *ah, struct ath_desc *ds, argument
215 ar9300_get_rx_key_idx(struct ath_hal *ah, struct ath_desc *ds, u_int8_t *keyix, argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
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...]
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);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_descdma.c246 uint8_t *ds; local
259 ds = (uint8_t *) dd->dd_desc;
273 for (i = 0; i < nbuf; i++, bf++, ds += (ndesc * dd->dd_descsize)) {
274 bf->bf_desc = (struct ath_desc *) ds;
275 bf->bf_daddr = DS2PHYS(dd, ds);
285 ds += 0x1000 - (bf->bf_daddr & 0xFFF);
286 bf->bf_desc = (struct ath_desc *) ds;
287 bf->bf_daddr = DS2PHYS(dd, ds);
304 * XXX TODO: ensure that ds doesn't overflow the descriptor
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_debug.h113 const uint32_t *ds, u_int qnum, u_int ix, int done);
/haiku/src/system/boot/platform/efi/arch/x86/
H A Dentry.S67 movw %ax, %ds
H A Dsmp_trampoline.S59 movw %ax, %ds
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Dlong_smp_trampoline.S53 mov %ax, %ds
99 mov %ax, %ds
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DSettings.cpp194 const driver_settings *ds = get_driver_settings(settings); local
195 if (!ds) {
202 fsParameter = _FindFSParameter(ds, fsName);
206 _Init(ds, fsParameter);
/haiku/src/system/boot/platform/bios_ia32/
H A Dshell.S68 pop %ds
95 // %ds is 0x7c0 right now, but the symbol were loaded
253 pop %ds
254 push %ds
289 mov %ax, %ds
H A Dlong_asm.S74 mov %ax, %ds
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210_recv.c184 ar5210SetupRxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
187 struct ar5210_desc *ads = AR5210DESC(ds);
214 ar5210ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
218 struct ar5210_desc *ads = AR5210DESC(ds);
H A Dar5210.h187 extern void ar5210SetTxDescLink(struct ath_hal *ah, void *ds,
189 extern void ar5210GetTxDescLink(struct ath_hal *ah, void *ds,
191 extern void ar5210GetTxDescLinkPtr(struct ath_hal *ah, void *ds,
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
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);
/haiku/src/bin/pcmcia-cs/
H A Ddump_cis.c50 #include <pcmcia/ds.h>
518 cistpl_data_serv_t *ds; local
583 ds = (cistpl_data_serv_t *)(funce->data);
586 75*((ds->max_data_0<<8) + ds->max_data_1));
589 if (((ds->modulation_1<<8) + ds->modulation_0) & (1<<i)) {
595 if (ds->error_control) {
597 if (ds->error_control & CISTPL_SERIAL_ERR_MNP2_4)
599 if (ds
[all...]
/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 Dinterrupts.S101 push %ds; \
122 pop %ds; \
548 movl %eax,%ds
615 movl %eax,%ds
799 pop %ds
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211.h210 extern void ar5211SetTxDescLink(struct ath_hal *ah, void *ds,
212 extern void ar5211GetTxDescLink(struct ath_hal *ah, void *ds,
214 extern void ar5211GetTxDescLinkPtr(struct ath_hal *ah, void *ds,
/haiku/headers/private/kernel/arch/x86/32/
H A Ddescriptors.h84 uint32 es, cs, ss, ds, fs, gs; member in struct:tss
/haiku/src/kits/debugger/arch/x86/
H A DCpuStateX86.cpp39 SetIntRegister(X86_REGISTER_DS, state.ds);
131 x86State->ds = IntRegisterValue(X86_REGISTER_DS);

Completed in 344 milliseconds

1234