Searched refs:ds (Results 226 - 250 of 338) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/contrib/zstd/lib/common/
H A Dcpu.h170 D(ds, 21)
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_history.c582 spa_history_log_internal_ds(dsl_dataset_t *ds, const char *operation, argument
591 dsl_dataset_name(ds, namebuf);
593 fnvlist_add_uint64(nvl, ZPOOL_HIST_DSID, ds->ds_object);
596 log_internal(nvl, operation, dsl_dataset_get_spa(ds), tx, fmt, adx);
H A Dzcp.c630 dsl_dataset_t *ds; local
631 int error = dsl_dataset_hold(dp, dsname, tag, &ds);
633 return (ds);
689 dsl_dataset_t *ds; local
690 int error = dsl_dataset_hold(dp, dsname, FTAG, &ds);
692 dsl_dataset_rele(ds, FTAG);
H A Dzfs_ctldir.c1123 dsl_dataset_t *ds; local
1129 ds = dmu_objset_ds(zfsvfs->z_os);
1134 if (dsl_dataset_phys(ds)->ds_snapnames_zapobj != 0) {
1135 err = zap_count(dmu_objset_pool(ds->ds_objset)->dp_meta_objset,
1136 dsl_dataset_phys(ds)->ds_snapnames_zapobj, &snap_count);
/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_srq.c203 int ds; local
220 ds = max(64UL,
224 if (!mthca_is_memfree(dev) && (ds > dev->limits.max_desc_sz))
227 srq->wqe_shift = ilog2(ds);
/freebsd-12-stable/stand/i386/pxeldr/
H A Dpxeldr.S93 movw %ax, %ds # setup the
100 movw $welcome_msg, %si # %ds:(%si) -> welcome message
105 movw $bootinfo_msg, %si # %ds:(%si) -> boot args message
107 movw $MEM_ARG, %bx # %ds:(%bx) -> boot args
157 movw %ax, %ds # %ds and
181 movw %ax, %ds # %ds and
193 movw %ax, %ds # %ds an
[all...]
/freebsd-12-stable/contrib/openresolv/
H A Dresolvconf.in226 ds=
228 ds="$ds${ds:+ }$d:$newns"
230 echo "DOMAINS=\"\$DOMAINS $ds\""
/freebsd-12-stable/contrib/unbound/validator/
H A Dval_sigcrypt.c318 uint8_t* ds; /* DS digest */ local
334 ds_get_sigdata(ds_rrset, ds_idx, &ds, &dslen);
335 if(!ds || dslen != digestlen) {
351 if(memcmp(digest, ds, dslen) != 0) {
425 void algo_needs_init_ds(struct algo_needs* n, struct ub_packed_rrset_key* ds, argument
430 size_t num = rrset_get_count(ds);
434 if(ds_get_digest_algo(ds, i) != fav_ds_algo)
436 algo = (uint8_t)ds_get_key_algo(ds, i);
/freebsd-12-stable/sys/dev/mwl/
H A Dif_mwlvar.h143 #define MWL_TXDESC_SYNC(txq, ds, how) do { \
170 #define MWL_RXDESC_SYNC(sc, ds, how) do { \
/freebsd-12-stable/lib/libbe/
H A Dbe.c726 be_clone_cb(zfs_handle_t *ds, void *data) argument
738 dspath = zfs_get_name(ds);
762 dccb.zhp = ds;
776 err = zfs_iter_filesystems(ds, be_clone_cb, ldc);
1255 be_deactivate(libbe_handle_t *lbh, const char *ds) argument
1259 if ((zfs = zfs_open(lbh->lzh, ds, ZFS_TYPE_DATASET)) == NULL)
/freebsd-12-stable/sys/vm/
H A Dvm_kern.c259 kmem_alloc_attr_domainset(struct domainset *ds, vm_size_t size, int flags, argument
266 vm_domainset_iter_policy_init(&di, ds, &domain, &flags);
340 kmem_alloc_contig_domainset(struct domainset *ds, vm_size_t size, int flags, argument
348 vm_domainset_iter_policy_init(&di, ds, &domain, &flags);
432 kmem_malloc_domainset(struct domainset *ds, vm_size_t size, int flags) argument
438 vm_domainset_iter_policy_init(&di, ds, &domain, &flags);
/freebsd-12-stable/sys/dev/ath/
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...]
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp458 for (InputSection *ds : s->dependentSections)
459 discard(ds);
1169 if (auto *ds = dyn_cast<Defined>(sym))
1170 return {ds->section, false, ds->value, loc};
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wait_release.h125 int ds_tid = this_thr->th.th_info.ds.ds_tid;
187 th_gtid = this_thr->th.th_info.ds.ds_gtid;
259 KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)) {
343 KMP_DEBUG_ASSERT(!KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid));
503 int wait_gtid = waiter->th.th_info.ds.ds_gtid;
/freebsd-12-stable/contrib/gcc/
H A Dhaifa-sched.c3364 ds_t ds;
3369 ds = DEP_STATUS (link);
3374 && (ds & DEP_TYPES) == DEP_TRUE)
3376 gcc_assert (!(ds & BE_IN_SPEC));
3379 ds & BEGIN_SPEC)
3387 dep_weak (ds) <= dep_weak (fs))
3389 ds = (ds & ~BEGIN_SPEC) | fs;
3393 ds |= fs;
3396 add_back_forw_dep (consumer, twin, REG_NOTE_KIND (link), ds);
3359 ds_t ds; local
3545 dep_weak(ds_t ds) argument
3853 ds_t ds; local
[all...]
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212.h602 extern HAL_BOOL ar5212SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds,
612 extern HAL_BOOL ar5212FillTxDesc(struct ath_hal *ah, struct ath_desc *ds,
622 extern void ar5212SetTxDescLink(struct ath_hal *ah, void *ds,
624 extern void ar5212GetTxDescLink(struct ath_hal *ah, void *ds,
626 extern void ar5212GetTxDescLinkPtr(struct ath_hal *ah, void *ds,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_x86_64.h224 DEFINE_GPR(ds, nullptr, dwarf_ds_x86_64, dwarf_ds_x86_64, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM),
382 UPDATE_GPR_INFO(ds, ds);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp761 DataSym ds(sym.kind());
762 llvm::cantFail(SymbolDeserializer::deserializeAs<DataSym>(sym, ds));
763 ti = ds.Type;
766 name = ds.Name;
767 section = ds.Segment;
768 offset = ds.DataOffset;
769 addr = m_index->MakeVirtualAddress(ds.Segment, ds.DataOffset);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql249 FROM nodes ds
250 WHERE ds.wc_id=n.wc_id AND ds.op_depth=s.op_depth
251 AND ds.local_relpath=dn.local_relpath))
/freebsd-12-stable/sys/dev/malo/
H A Dif_malo.h412 #define MALO_TXDESC_SYNC(txq, ds, how) do { \
443 #define MALO_RXDESC_SYNC(sc, ds, how) do { \
/freebsd-12-stable/sys/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
/freebsd-12-stable/sys/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
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub_funcs.h176 extern HAL_BOOL ar9300_Stub_SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds,
186 extern HAL_BOOL ar9300_Stub_FillTxDesc(struct ath_hal *ah, struct ath_desc *ds,
/freebsd-12-stable/sys/i386/i386/
H A Dexception.s91 * %ss segment registers, but does not mess with %ds, %es, or %fs. Thus we
546 popl %ds
580 movw %ds,(%esp)
H A Dswtch.s378 mov %ds,PCB_DS(%ecx)
402 mov %ax,%ds

Completed in 511 milliseconds

1234567891011>>