Searched refs:ds (Results 101 - 125 of 338) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_send.c96 dsl_dataset_t *ds; /* Dataset to traverse */ member in struct:send_thread_arg
116 dsl_dataset_t *ds = dmu_objset_ds(dsp->dsa_os); local
152 mutex_enter(&ds->ds_sendstream_lock);
154 mutex_exit(&ds->ds_sendstream_lock);
603 if (st_arg->ds != NULL) {
604 err = traverse_dataset_resume(st_arg->ds,
625 dsl_dataset_t *ds = dmu_objset_ds(dsa->dsa_os); local
630 spa_t *spa = ds->ds_dir->dd_pool->dp_spa;
936 to_arg.ds = to_ds;
1011 dsl_dataset_t *ds; local
1064 dsl_dataset_t *ds; local
1143 dmu_adjust_send_estimate_for_indirects(dsl_dataset_t *ds, uint64_t uncompressed, uint64_t compressed, boolean_t stream_compressed, uint64_t *sizep) argument
1198 dmu_send_estimate(dsl_dataset_t *ds, dsl_dataset_t *fromds, boolean_t stream_compressed, uint64_t *sizep) argument
1271 dmu_send_estimate_from_txg(dsl_dataset_t *ds, uint64_t from_txg, boolean_t stream_compressed, uint64_t *sizep) argument
1311 recv_begin_check_existing_impl(dmu_recv_begin_arg_t *drba, dsl_dataset_t *ds, uint64_t fromguid) argument
1420 dsl_dataset_t *ds; local
1575 dsl_dataset_t *ds, *newds; local
1681 dsl_dataset_t *ds; local
1796 dsl_dataset_t *ds; local
3419 dsl_dataset_t *ds = drc->drc_ds; local
[all...]
H A Ddsl_scan.c1624 dnode_phys_t *dnp, dsl_dataset_t *ds, dsl_scan_t *scn,
1627 dsl_scan_t *, dsl_dataset_t *ds, dmu_objset_type_t ostype,
1635 dsl_scan_recurse(dsl_scan_t *scn, dsl_dataset_t *ds, dmu_objset_type_t ostype, argument
1663 ds, scn, ostype, tx);
1682 dsl_scan_visitdnode(scn, ds, ostype,
1701 dsl_scan_visitdnode(scn, ds, osp->os_type,
1711 dsl_scan_visitdnode(scn, ds, osp->os_type,
1714 dsl_scan_visitdnode(scn, ds, osp->os_type,
1725 dsl_scan_visitdnode(dsl_scan_t *scn, dsl_dataset_t *ds, argument
1734 SET_BOOKMARK(&czb, ds
1745 &czb, dnp, ds, scn, ostype, tx); local
1754 dsl_scan_visitbp(blkptr_t *bp, const zbookmark_phys_t *zb, dnode_phys_t *dnp, dsl_dataset_t *ds, dsl_scan_t *scn, dmu_objset_type_t ostype, dmu_tx_t *tx) argument
1820 dsl_scan_visit_rootbp(dsl_scan_t *scn, dsl_dataset_t *ds, blkptr_t *bp, dmu_tx_t *tx) argument
1848 ds_destroyed_scn_phys(dsl_dataset_t *ds, dsl_scan_phys_t *scn_phys) argument
1892 dsl_scan_ds_destroyed(dsl_dataset_t *ds, dmu_tx_t *tx) argument
1945 ds_snapshotted_bookmark(dsl_dataset_t *ds, zbookmark_phys_t *scn_bookmark) argument
1964 dsl_scan_ds_snapshotted(dsl_dataset_t *ds, dmu_tx_t *tx) argument
2127 dsl_dataset_t *ds; local
2158 dsl_dataset_t *ds; local
2310 dsl_dataset_t *ds; local
2457 dsl_scan_ds_maxtxg(dsl_dataset_t *ds) argument
2524 dsl_dataset_t *ds; local
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Ddataset.py164 ds = Dataset(name, props)
165 yield ds
166 for child in ds.descendents():
220 ds = Dataset(dsname)
221 yield ds
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):
/freebsd-12-stable/sys/dev/mwl/
H A Dif_mwl.c1922 uint8_t *ds; local
1973 ds = dd->dd_desc;
1974 memset(ds, 0, dd->dd_desc_len);
1977 __func__, dd->dd_name, ds, (u_long) dd->dd_desc_len,
2028 struct mwl_txdesc *ds; local
2046 ds = txq->dma.dd_desc;
2047 for (i = 0; i < mwl_txbuf; i++, bf++, ds += MWL_TXDESC) {
2048 bf->bf_desc = ds;
2049 bf->bf_daddr = DS2PHYS(&txq->dma, ds);
2091 struct mwl_rxdesc *ds; local
2487 struct mwl_rxdesc *ds; local
2611 struct mwl_rxdesc *ds; local
2830 struct mwl_txdesc *ds; local
3076 struct mwl_txdesc *ds; local
3326 struct mwl_txdesc *ds; local
3726 struct mwl_rxdesc *ds; local
4486 const struct mwl_rxdesc *ds = bf->bf_desc; local
4502 const struct mwl_txdesc *ds = bf->bf_desc; local
[all...]
/freebsd-12-stable/contrib/elftoolchain/libdwarf/
H A D_libdwarf.h68 dbg->write_alloc(&ds->ds_data, &ds->ds_cap, &ds->ds_size, \
71 _dwarf_write_uleb128_alloc(&ds->ds_data, &ds->ds_cap, \
72 &ds->ds_size, (value), error)
74 _dwarf_write_sleb128_alloc(&ds->ds_data, &ds->ds_cap, \
75 &ds->ds_size, (value), error)
77 _dwarf_write_string_alloc(&ds
[all...]
H A Ddwarf_die.c36 Dwarf_Section *ds; local
52 ds = cu->cu_is_info ? dbg->dbg_info_sec : dbg->dbg_types_sec;
53 ret = _dwarf_die_parse(die->die_dbg, ds, cu, cu->cu_dwarf_size,
71 Dwarf_Section *ds; local
80 ds = is_info ? dbg->dbg_info_sec : dbg->dbg_types_sec;
125 ret = _dwarf_die_parse(die->die_dbg, ds, cu, cu->cu_dwarf_size, offset,
161 Dwarf_Section *ds; local
170 ds = is_info ? dbg->dbg_info_sec : dbg->dbg_types_sec;
176 ret = _dwarf_search_die_within_cu(dbg, ds, cu, offset,
197 ret = _dwarf_search_die_within_cu(dbg, ds, c
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_mac.cpp277 void dispatch_source_set_cancel_handler(dispatch_source_t ds,
279 void dispatch_source_set_event_handler(dispatch_source_t ds, void(^work)(void));
313 dispatch_source_t ds, void(^work)(void)) {
315 REAL(dispatch_source_set_cancel_handler)(ds, work);
320 REAL(dispatch_source_set_cancel_handler)(ds, asan_block);
324 dispatch_source_t ds, void(^work)(void)) {
327 REAL(dispatch_source_set_event_handler)(ds, asan_block);
312 INTERCEPTOR(void, dispatch_source_set_cancel_handler, dispatch_source_t ds, void(^work)(void)) argument
323 INTERCEPTOR(void, dispatch_source_set_event_handler, dispatch_source_t ds, void(^work)(void)) argument
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_scan.h171 boolean_t dsl_dataset_unstable(struct dsl_dataset *ds);
174 void dsl_scan_ds_destroyed(struct dsl_dataset *ds, struct dmu_tx *tx);
175 void dsl_scan_ds_snapshotted(struct dsl_dataset *ds, struct dmu_tx *tx);
H A Ddmu_send.h51 int dmu_send_estimate(struct dsl_dataset *ds, struct dsl_dataset *fromds,
53 int dmu_send_estimate_from_txg(struct dsl_dataset *ds, uint64_t fromtxg,
/freebsd-12-stable/tests/sys/cddl/zfs/tests/userquota/
H A Duserquota_011_pos.ksh65 for ds in $TESTPOOL/fs $TESTPOOL/fs-rename $TESTPOOL/fs-clone; do
66 if datasetexists $ds; then
67 log_must $ZFS destroy -rRf $ds
/freebsd-12-stable/stand/i386/common/
H A Ddrv.c40 v86.ds = VTOPSEG(&params);
68 v86.ds = VTOPSEG(&packet);
93 v86.ds = VTOPSEG(&packet);
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c479 ar5210SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
494 struct ar5210_desc *ads = AR5210DESC(ds);
530 ar5210SetupXTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
535 (void) ah; (void) ds;
543 ar5210IntrReqTxDesc(struct ath_hal *ah, struct ath_desc *ds) argument
545 struct ar5210_desc *ads = AR5210DESC(ds);
551 ar5210FillTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
556 struct ar5210_desc *ads = AR5210DESC(ds);
561 ds->ds_data = bufAddrList[0];
593 struct ath_desc *ds, struc
592 ar5210ProcTxDesc(struct ath_hal *ah, struct ath_desc *ds, struct ath_tx_status *ts) argument
645 ar5210SetTxDescLink(struct ath_hal *ah, void *ds, uint32_t link) argument
656 ar5210GetTxDescLink(struct ath_hal *ah, void *ds, uint32_t *link) argument
667 ar5210GetTxDescLinkPtr(struct ath_hal *ah, void *ds, uint32_t **linkptr) argument
[all...]
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c511 ar5211SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
526 struct ar5211_desc *ads = AR5211DESC(ds);
559 ar5211SetupXTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
564 (void) ah; (void) ds;
572 ar5211IntrReqTxDesc(struct ath_hal *ah, struct ath_desc *ds) argument
574 struct ar5211_desc *ads = AR5211DESC(ds);
580 ar5211FillTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
585 struct ar5211_desc *ads = AR5211DESC(ds);
588 ds->ds_data = bufAddrList[0];
622 struct ath_desc *ds, struc
621 ar5211ProcTxDesc(struct ath_hal *ah, struct ath_desc *ds, struct ath_tx_status *ts) argument
680 ar5211SetTxDescLink(struct ath_hal *ah, void *ds, uint32_t link) argument
688 ar5211GetTxDescLink(struct ath_hal *ah, void *ds, uint32_t *link) argument
696 ar5211GetTxDescLinkPtr(struct ath_hal *ah, void *ds, uint32_t **linkptr) argument
[all...]
H A Dar5211_recv.c180 ar5211SetupRxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
183 struct ar5211_desc *ads = AR5211DESC(ds);
208 ar5211ProcRxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
212 struct ar5211_desc *ads = AR5211DESC(ds);
/freebsd-12-stable/contrib/ntp/libntp/
H A Dntp_calendar.c1116 const ntpcal_split *ds,
1120 dof += ntpcal_daysec_to_date(jd, ds->lo);
1121 return ntpcal_rd_to_date(jd, ds->hi + dof);
1137 const ntpcal_split *ds ,
1141 dof += ntpcal_daysec_to_tm(utm, ds->lo);
1143 return ntpcal_rd_to_tm(utm, ds->hi + dof);
1157 ntpcal_split ds; local
1159 ds = ntpcal_daysplit(ts);
1160 ds.hi += ntpcal_daysec_to_date(jd, ds
1114 ntpcal_daysplit_to_date( struct calendar *jd, const ntpcal_split *ds, int32_t dof ) argument
1611 ntpcal_split ds; local
1903 ntpcal_split ds; local
[all...]
/freebsd-12-stable/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-12-stable/crypto/heimdal/lib/ipc/
H A Dhi_locl.h74 dispatch_mig_server(dispatch_source_t ds, size_t maxmsgsz, dispatch_mig_callback_t callback);
/freebsd-12-stable/libexec/pppoed/
H A Dpppoed.c90 int cs, int ds, int debug, struct ngm_connect *ngc)
93 * We're going to do this with the passed `ds' & `cs' descriptors:
99 * (orphan) ds cs
256 const char *exec, struct ngm_connect ngc, int cs, int ds, void *request,
283 close(ds);
289 if (NgMkSockNode(NULL, &cs, &ds) == -1) {
367 if (NgSendData(ds, ngc.ourhook, request, sz) == -1) {
440 dup2(ds, STDIN_FILENO);
441 dup2(ds, STDOUT_FILENO);
442 close(ds);
89 ConfigureNode(const char *prog, const char *iface, const char *provider, int cs, int ds, int debug, struct ngm_connect *ngc) argument
255 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
507 int ch, cs, ds, ret, optF, optd, optn, sz, f; local
[all...]
/freebsd-12-stable/stand/i386/libi386/
H A Drelocater_tramp.S92 movw %ax, %ds
139 movw %ax, %ds
156 movw %ax, %ds
221 movw %ax, %ds
229 movb %ds:(%si), %dl
233 movb %dh, %ds:(%si)
239 movb %dl, %ds:(%si)
252 movw %ax, %ds
/freebsd-12-stable/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-12-stable/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-12-stable/sys/vm/
H A Dvm_domainset.c66 vm_domainset_iter_init(struct vm_domainset_iter *di, struct domainset *ds, argument
70 di->di_domain = ds;
72 di->di_policy = ds->ds_policy;
274 struct domainset *ds, int *domain, int *flags)
277 vm_domainset_iter_init(di, ds, &curthread->td_domain.dr_iter, NULL, 0);
348 struct domainset *ds, int *domain, int *flags)
273 vm_domainset_iter_policy_init(struct vm_domainset_iter *di, struct domainset *ds, int *domain, int *flags) argument
347 vm_domainset_iter_policy_init(struct vm_domainset_iter *di, struct domainset *ds, int *domain, int *flags) argument
/freebsd-12-stable/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-12-stable/sys/contrib/dev/ath/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...]

Completed in 382 milliseconds

1234567891011>>