Searched refs:ds (Results 1 - 25 of 87) sorted by relevance

1234

/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_debug.c105 const struct ath_desc *ds; local
108 for (i = 0, ds = bf->bf_desc; i < bf->bf_nseg; i++, ds++) {
111 ix, ds, (const struct ath_desc *)bf->bf_daddr + i,
112 ds->ds_link, ds->ds_data,
114 ds->ds_ctl0, ds->ds_ctl1,
115 ds->ds_hw[0], ds
131 const struct ath_desc *ds; local
[all...]
H A Dif_ath_tx.c232 struct ath_desc *ds, *ds0; local
238 ds0 = ds = bf->bf_desc;
239 for (i = 0; i < bf->bf_nseg; i++, ds++) {
240 ds->ds_data = bf->bf_segs[i].ds_addr;
242 ds->ds_link = 0;
244 ds->ds_link = bf->bf_daddr + sizeof(*ds) * (i + 1);
245 ath_hal_filltxdesc(ah, ds
253 __func__, i, ds->ds_link, ds
505 struct ath_desc *ds; local
888 struct ath_desc *ds; local
[all...]
/haiku-fatelf/src/bin/gdb/libiberty/
H A Ddyn-string.c111 dyn_string_delete (ds)
112 dyn_string_t ds;
114 free (ds->s);
115 free (ds);
123 dyn_string_release (ds)
124 dyn_string_t ds;
127 char* result = ds->s;
129 ds->s = NULL;
131 free (ds);
144 dyn_string_resize (ds, spac
[all...]
/haiku-fatelf/src/libs/agg/src/
H A Dagg_vcgen_dash.cpp67 void vcgen_dash::dash_start(double ds) argument
69 m_dash_start = ds;
70 calc_dash_start(fabs(ds));
75 void vcgen_dash::calc_dash_start(double ds) argument
79 while(ds > 0.0)
81 if(ds > m_dashes[m_curr_dash])
83 ds -= m_dashes[m_curr_dash];
90 m_curr_dash_start = ds;
91 ds = 0.0;
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Ddevsw.c245 * In/Out: ds State structure to be initialised
251 static int initialise_read(DevSWState *ds) argument
259 if ((ds->ds_nextreadpacket = DevSW_AllocatePacket(allocsize)) == NULL)
267 dp = &ds->ds_activeread.dc_packet;
269 dp->data = ds->ds_nextreadpacket->pk_buffer;
271 ds->ds_activeread.dc_context = NULL;
309 * In/Out: ds State structure with new packet
313 static void enqueue_packet(DevSWState *ds) argument
315 struct data_packet *dp = &ds->ds_activeread.dc_packet;
316 Packet *packet = ds
400 DevSWState *ds; local
446 DevSWState *ds = (DevSWState *)(device->SwitcherState); local
480 DevSWState *ds = device->SwitcherState; local
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ddosincos.c52 sn,ssn,cs,ccs,ds,dss,dc,dcc; local
70 MUL2(d2,dd2,s7.x,ss7.x,ds,dss,p,hx,tx,hy,ty,q,c,cc); /* Taylor */
71 ADD2(ds,dss,s5.x,ss5.x,ds,dss,r,s);
72 MUL2(d2,dd2,ds,dss,ds,dss,p,hx,tx,hy,ty,q,c,cc); /* series */
73 ADD2(ds,dss,s3.x,ss3.x,ds,dss,r,s);
74 MUL2(d2,dd2,ds,dss,ds,ds
103 sn,ssn,cs,ccs,ds,dss,dc,dcc; local
[all...]
/haiku-fatelf/headers/libs/agg/
H A Dagg_conv_dash.h51 void dash_start(double ds) argument
53 base_type::generator().dash_start(ds);
H A Dagg_vcgen_dash.h54 void dash_start(double ds);
71 void calc_dash_start(double ds);
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.c467 uint8_t *ds; local
522 ds = dd->dd_desc;
523 memset(ds, 0, dd->dd_desc_len);
525 __func__, dd->dd_name, ds, (u_long) dd->dd_desc_len,
548 struct malo_rxdesc *ds; local
568 ds = sc->malo_rxdma.dd_desc;
569 for (i = 0; i < malo_rxbuf; i++, bf++, ds++) {
570 bf->bf_desc = ds;
571 bf->bf_daddr = DS2PHYS(&sc->malo_rxdma, ds);
591 struct malo_txdesc *ds; local
779 struct malo_txdesc *ds; local
891 const struct malo_rxdesc *ds = bf->bf_desc; local
909 const struct malo_txdesc *ds = bf->bf_desc; local
970 struct malo_txdesc *ds; local
1098 struct malo_txdesc *ds; local
1422 struct malo_rxdesc *ds; local
1461 struct malo_rxdesc *ds; local
2040 struct malo_rxdesc *ds; local
[all...]
/haiku-fatelf/headers/private/kernel/arch/x86/32/
H A Diframe.h17 uint32 ds; member in struct:iframe
/haiku-fatelf/headers/os/arch/x86/
H A Darch_debugger.h30 uint16 ds; member in struct:x86_extended_registers
49 uint32 ds; member in struct:x86_debug_cpu_state
/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A DSettings.cpp64 const driver_settings *ds = get_driver_settings(settings); local
65 if (ds && volumeName)
66 volume = _FindVolumeParameter(ds, volumeName);
68 _Init(ds, volume);
83 const driver_settings *ds = get_driver_settings(settings); local
84 if (ds)
85 volume = _FindVolumeParameter(ds, volumeOffset, volumeSize);
87 _Init(ds, volume);
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dsmp_trampoline.S23 mov %ax,%ds
38 mov %ax, %ds
H A Dbios_asm.S54 movw %ax, %ds
125 movw %ax, %ds
145 movw %ax, %ds // data in segment 0x1000,
255 push %ds
257 mov %ax, %ds
273 pop %ds
/haiku-fatelf/src/system/boot/platform/pxe_ia32/
H A Dsmp_trampoline.S23 mov %ax,%ds
38 mov %ax, %ds
H A Dpxe_stage2.S35 movw %ax, %ds
95 mov %ax, %ds
131 go_unreal: pushw %ds
143 movw %bx, %ds
149 popw %ds
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A DSettings.cpp70 const driver_settings *ds = get_driver_settings(settings); local
71 if (ds && volumeName)
72 volume = _FindVolumeParameter(ds, volumeName);
74 _Init(ds, volume);
89 const driver_settings *ds = get_driver_settings(settings); local
90 if (ds)
91 volume = _FindVolumeParameter(ds, volumeOffset, volumeSize);
93 _Init(ds, volume);
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c158 ar5416SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
174 struct ar5416_desc *ads = AR5416DESC(ds);
252 ar5416SetupXTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
257 struct ar5416_desc *ads = AR5416DESC(ds);
278 ar5416FillTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
282 struct ar5416_desc *ads = AR5416DESC(ds);
322 ar5416ChainTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
333 struct ar5416_desc *ads = AR5416DESC(ds);
351 OS_MEMZERO(ds->ds_hw, AR5416_DESC_TX_CTL_SZ);
389 ar5416SetupFirstTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
450 ar5416SetupLastTxDesc(struct ath_hal *ah, struct ath_desc *ds, const struct ath_desc *ds0) argument
473 ar5416SwapTxDesc(struct ath_desc *ds) argument
489 ar5416ProcTxDesc(struct ath_hal *ah, struct ath_desc *ds, struct ath_tx_status *ts) argument
624 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
695 ar5416Set11nAggrMiddle(struct ath_hal *ah, struct ath_desc *ds, u_int numDelims) argument
714 ar5416Clr11nAggr(struct ath_hal *ah, struct ath_desc *ds) argument
724 ar5416Set11nBurstDuration(struct ath_hal *ah, struct ath_desc *ds, u_int burstDuration) argument
[all...]
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Ddeflate.c40 * Available in ftp://ds.internic.net/rfc/rfc1951.txt
613 deflate_state *ds;
626 ds = (deflate_state *) ZALLOC(dest, 1, sizeof(deflate_state));
627 if (ds == Z_NULL) return Z_MEM_ERROR;
628 dest->state = (struct internal_state FAR *) ds;
629 *ds = *ss;
630 ds->strm = dest;
632 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
633 ds
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c33 static void ar5212SwapTxDesc(struct ath_desc *ds);
663 ar5212SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
679 struct ar5212_desc *ads = AR5212DESC(ds);
735 ar5212SetupXTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
740 struct ar5212_desc *ads = AR5212DESC(ds);
767 ar5212IntrReqTxDesc(struct ath_hal *ah, struct ath_desc *ds) argument
769 struct ar5212_desc *ads = AR5212DESC(ds);
779 ar5212FillTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
783 struct ar5212_desc *ads = AR5212DESC(ds);
824 ar5212SwapTxDesc(struct ath_desc *ds) argument
840 ar5212ProcTxDesc(struct ath_hal *ah, struct ath_desc *ds, struct ath_tx_status *ts) argument
[all...]
/haiku-fatelf/headers/os/drivers/
H A Dbios.h49 uint32 ds; member in struct:bios_regs
/haiku-fatelf/headers/os/drivers/pcmcia/
H A Dcb_enabler.h42 #include <pcmcia/ds.h>
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_recv.c175 ar5211SetupRxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
178 struct ar5211_desc *ads = AR5211DESC(ds);
203 ar5211ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
207 struct ar5211_desc *ads = AR5211DESC(ds);
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c2004 uint8_t *ds; local
2062 ds = dd->dd_desc;
2063 memset(ds, 0, dd->dd_desc_len);
2065 __func__, dd->dd_name, ds, (u_long) dd->dd_desc_len,
2120 struct mwl_txdesc *ds; local
2138 ds = txq->dma.dd_desc;
2139 for (i = 0; i < mwl_txbuf; i++, bf++, ds += MWL_TXDESC) {
2140 bf->bf_desc = ds;
2141 bf->bf_daddr = DS2PHYS(&txq->dma, ds);
2184 struct mwl_rxdesc *ds; local
2585 struct mwl_rxdesc *ds; local
2712 struct mwl_rxdesc *ds; local
2943 struct mwl_txdesc *ds; local
3190 struct mwl_txdesc *ds; local
3449 struct mwl_txdesc *ds; local
3865 struct mwl_rxdesc *ds; local
4700 const struct mwl_rxdesc *ds = bf->bf_desc; local
4717 const struct mwl_txdesc *ds = bf->bf_desc; local
[all...]
/haiku-fatelf/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...]

Completed in 135 milliseconds

1234