Searched refs:ds (Results 51 - 75 of 213) sorted by relevance

123456789

/freebsd-9.3-release/sys/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...]
H A Dar5416.h305 extern HAL_BOOL ar5416SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds,
315 extern HAL_BOOL ar5416FillTxDesc(struct ath_hal *ah, struct ath_desc *ds,
327 extern HAL_BOOL ar5416ChainTxDesc(struct ath_hal *ah, struct ath_desc *ds,
331 extern HAL_BOOL ar5416SetupFirstTxDesc(struct ath_hal *ah, struct ath_desc *ds,
334 extern HAL_BOOL ar5416SetupLastTxDesc(struct ath_hal *ah, struct ath_desc *ds,
338 extern void ar5416Set11nRateScenario(struct ath_hal *ah, struct ath_desc *ds,
341 extern void ar5416Set11nAggrMiddle(struct ath_hal *ah, struct ath_desc *ds, u_int numDelims);
342 extern void ar5416Clr11nAggr(struct ath_hal *ah, struct ath_desc *ds);
343 extern void ar5416Set11nBurstDuration(struct ath_hal *ah, struct ath_desc *ds, u_int burstDuration);
/freebsd-9.3-release/sys/boot/i386/common/
H A Ddrv.c44 v86.ds = VTOPSEG(&params);
76 v86.ds = VTOPSEG(&packet);
110 v86.ds = VTOPSEG(&packet);
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2man174 .ds B-Font [CB]
175 .ds I-Font [CI]
176 .ds R-Font [CR]
178 .ds B-Font B
179 .ds I-Font I
180 .ds R-Font R
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/
H A Dmdoc2man200 .ds B-Font [CB]
201 .ds I-Font [CI]
202 .ds R-Font [CR]
204 .ds B-Font B
205 .ds I-Font I
206 .ds R-Font R
/freebsd-9.3-release/sys/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...]
/freebsd-9.3-release/contrib/gdtoa/
H A Ddtoa.c128 double ds; local
256 ds = (dval(&d2)-1.5)*0.289529654602168 + 0.1760912590558 + i*0.301029995663981;
257 k = (int)ds;
258 if (ds < 0. && ds != k)
259 k--; /* want k = floor(ds) */
344 ds = tens[k&0xf];
355 ds *= bigtens[i];
357 dval(&d) /= ds;
440 ds
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dname.c208 DirectoryString *ds = &n->u.rdnSequence.val[i].val[j].value; local
214 switch(ds->element) {
216 ss = ds->u.ia5String;
219 ss = ds->u.printableString;
222 ss = ds->u.utf8String;
225 uint16_t *bmp = ds->u.bmpString.data;
226 size_t bmplen = ds->u.bmpString.length;
238 ss = malloc(ds->u.teletexString.length + 1);
241 memcpy(ss, ds->u.teletexString.data, ds
651 DirectoryString *ds = &n->u.rdnSequence.val[i].val[j].value; local
[all...]
H A Dtest_query.in97 echo "make sure entry is found (cert ds)"
107 echo "make sure entry is found (cert ke + ds)"
113 echo "make sure entry is found (cert-ds ds)"
116 FILE:$srcdir/data/test-ds-only.crt >/dev/null 2>/dev/null || exit 1
118 echo "make sure entry is not found (cert-ds ke)"
121 FILE:$srcdir/data/test-ds-only.crt >/dev/null 2>/dev/null && exit 1
123 echo "make sure entry is not found (cert-ds ke + ds)"
127 FILE:$srcdir/data/test-ds
[all...]
/freebsd-9.3-release/libexec/pppoed/
H A Dpppoed.c88 int cs, int ds, int debug, struct ngm_connect *ngc)
91 * We're going to do this with the passed `ds' & `cs' descriptors:
97 * (orphan) ds cs
254 const char *exec, struct ngm_connect ngc, int cs, int ds, void *request,
281 close(ds);
287 if (NgMkSockNode(NULL, &cs, &ds) == -1) {
365 if (NgSendData(ds, ngc.ourhook, request, sz) == -1) {
438 dup2(ds, STDIN_FILENO);
439 dup2(ds, STDOUT_FILENO);
440 close(ds);
87 ConfigureNode(const char *prog, const char *iface, const char *provider, int cs, int ds, int debug, struct ngm_connect *ngc) argument
253 Spawn(const char *prog, const char *acname, const char *provider, const char *exec, struct ngm_connect ngc, int cs, int ds, void *request, int sz, int debug) argument
505 int ch, cs, ds, ret, optF, optd, optn, sz, f; local
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_traverse.c506 traverse_impl(spa_t *spa, dsl_dataset_t *ds, uint64_t objset, blkptr_t *rootbp, argument
515 ASSERT(ds == NULL || objset == ds->ds_object);
540 if (ds != NULL && !dsl_dataset_is_snapshot(ds) && !BP_IS_HOLE(rootbp)) {
583 traverse_dataset(dsl_dataset_t *ds, uint64_t txg_start, int flags, argument
586 return (traverse_impl(ds->ds_dir->dd_pool->dp_spa, ds, ds->ds_object,
587 &ds
632 dsl_dataset_t *ds; local
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu_traverse.h55 int traverse_dataset(struct dsl_dataset *ds,
H A Ddmu_objset.h142 int dmu_objset_from_ds(struct dsl_dataset *ds, objset_t **osp);
159 objset_t *dmu_objset_create_impl(spa_t *spa, struct dsl_dataset *ds,
161 int dmu_objset_open_impl(spa_t *spa, struct dsl_dataset *ds, blkptr_t *bp,
/freebsd-9.3-release/sys/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);
/freebsd-9.3-release/sys/amd64/amd64/
H A Dmpboot.S45 mov %cs, %ax /* copy %cs to %ds. Remember these */
46 mov %ax, %ds /* are offsets rather than selectors */
91 mov %ax, %ds
190 * We load it into %ds and %ss. The bits for each selector
192 * %ds: +A, +W, -E, DPL=0, +P, +D, +G
195 * For %ds, +D means 'default operand size is 32 bit'.
217 .long gdt-mptramp_start /* Offset plus %ds << 4 */
/freebsd-9.3-release/sys/dev/mwl/
H A Dif_mwl.c2002 uint8_t *ds; local
2060 ds = dd->dd_desc;
2061 memset(ds, 0, dd->dd_desc_len);
2063 __func__, dd->dd_name, ds, (u_long) dd->dd_desc_len,
2118 struct mwl_txdesc *ds; local
2136 ds = txq->dma.dd_desc;
2137 for (i = 0; i < mwl_txbuf; i++, bf++, ds += MWL_TXDESC) {
2138 bf->bf_desc = ds;
2139 bf->bf_daddr = DS2PHYS(&txq->dma, ds);
2182 struct mwl_rxdesc *ds; local
2583 struct mwl_rxdesc *ds; local
2710 struct mwl_rxdesc *ds; local
2941 struct mwl_txdesc *ds; local
3188 struct mwl_txdesc *ds; local
3447 struct mwl_txdesc *ds; local
3863 struct mwl_rxdesc *ds; local
4698 const struct mwl_rxdesc *ds = bf->bf_desc; local
4715 const struct mwl_txdesc *ds = bf->bf_desc; local
[all...]
/freebsd-9.3-release/sys/dev/ath/
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...]
/freebsd-9.3-release/lib/libz/
H A Ddeflate.c1021 deflate_state *ds;
1034 ds = (deflate_state *) ZALLOC(dest, 1, sizeof(deflate_state));
1035 if (ds == Z_NULL) return Z_MEM_ERROR;
1036 dest->state = (struct internal_state FAR *) ds;
1037 zmemcpy((voidpf)ds, (voidpf)ss, sizeof(deflate_state));
1038 ds->strm = dest;
1040 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
1041 ds->prev = (Posf *) ZALLOC(dest, ds
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c907 deflate_state *ds;
920 ds = (deflate_state *) ZALLOC(dest, 1, sizeof(deflate_state));
921 if (ds == Z_NULL) return Z_MEM_ERROR;
922 dest->state = (struct internal_state FAR *) ds;
923 zmemcpy(ds, ss, sizeof(deflate_state));
924 ds->strm = dest;
926 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
927 ds->prev = (Posf *) ZALLOC(dest, ds
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Duserspace.py204 ds = zfs.dataset.Dataset(dsname, types=("filesystem"))
206 if ds.getprop("jailed") and solaris.misc.isglobalzone():
209 if not ds.getprop("useraccounting"):
211 ds.userspace_upgrade()
220 for elem in ds.userspace(prop):
H A Dallow.py234 def hasset(ds, setname):
236 ds (Dataset)."""
238 for raw in ds.get_fsacl().values():
327 ds = zfs.dataset.Dataset(sys.argv[2], snaps=False)
330 for (fs, raw) in ds.get_fsacl().items():
388 ds = zfs.dataset.Dataset(fsname, snaps=False)
392 if p[0] == "@" and not hasset(ds, p):
395 ds.set_fsacl(un, d)
397 for child in ds.descendents():
/freebsd-9.3-release/sys/i386/i386/
H A Dexception.s95 * %ss segment registers, but does not mess with %ds, %es, or %fs. Thus we
161 pushl %ds
237 pushl %ds
263 pushl %ds
401 popl %ds
420 pushl %ds
/freebsd-9.3-release/contrib/gcc/
H A Dlists.c162 alloc_DEPS_LIST (rtx val, rtx next, int ds) argument
172 XINT (r, 2) = ds;
178 r = gen_rtx_DEPS_LIST (VOIDmode, val, next, ds);
/freebsd-9.3-release/sys/amd64/acpica/
H A Dacpi_wakecode.S64 mov %cs, %ax /* copy %cs to %ds. Remember these */
65 mov %ax, %ds /* are offsets rather than selectors */
149 mov %ax, %ds
220 mov %ax, %ds
268 .long bootgdt - wakeup_start /* Offset plus %ds << 4 */
/freebsd-9.3-release/sys/i386/include/
H A Dasmacros.h149 pushl %ds ; /* save data and extra segments ... */ \
156 popl %ds ; \
174 movl %eax, %ds ; \

Completed in 180 milliseconds

123456789