Searched refs:ds (Results 76 - 100 of 338) sorted by relevance

1234567891011>>

/freebsd-12-stable/tests/sys/cddl/zfs/tests/snapshot/
H A Dsnapshot_009_pos.ksh63 typeset ds
66 for ds in $ctr/$TESTVOL1 $ctr/$TESTCLONE; do
67 datasetexists $ds && \
68 log_must $ZFS destroy -f $ds
/freebsd-12-stable/tests/sys/cddl/zfs/tests/rsend/
H A Drsend.kshlib122 for ds in $list ; do
123 if [[ $ds != $pool ]] ; then
124 if datasetexists $ds ; then
125 log_must $ZFS destroy -Rf $ds
259 typeset ds=${snap%%@*}
260 typeset type=$(get_prop "type" $ds)
264 typeset mntpnt=$(get_prop mountpoint $ds)
268 eval random_tree $mntpnt/${snap##$ds}
294 typeset ds=${snap%%@*}
295 typeset type=$(get_prop "type" $ds)
[all...]
H A Drsend_012_pos.ksh74 typeset ds=$2
75 typeset backfile=$TESTDIR/edited_prop_$ds
83 $ZFS get -H -o property,value $item $ds >> \
87 "$item $ds > $backfile"
93 log_fail "$ds need backup properties firstly."
98 eval $ZFS set $prop='$value' $ds
100 log_fail "$ZFS set $prop=$value $ds"
H A Drsend_011_pos.ksh83 for ds in "$POOL/$FS/fs1" "$POOL/$FS/fs1/fs2" "$POOL/$FS/fs1/fclone" ; do
85 $ZFS inherit $prop $ds
87 log_fail "$ZFS inherit $prop $ds"
/freebsd-12-stable/sys/kgssapi/krb5/
H A Dkcrypto_des3.c58 struct des3_state *ds; local
60 ds = malloc(sizeof(struct des3_state), M_GSSAPI, M_WAITOK|M_ZERO);
61 mtx_init(&ds->ds_lock, "gss des3 lock", NULL, MTX_DEF);
62 ks->ks_priv = ds;
70 struct des3_state *ds = ks->ks_priv; local
72 if (ds->ds_session)
73 crypto_freesession(ds->ds_session);
74 mtx_destroy(&ds->ds_lock);
82 struct des3_state *ds = ks->ks_priv; local
88 if (ds
159 struct des3_state *ds = (struct des3_state *) crp->crp_opaque; local
179 struct des3_state *ds = ks->ks_priv; local
236 struct des3_state *ds = ks->ks_priv; local
[all...]
/freebsd-12-stable/contrib/gcc/
H A Dsched-deps.c248 ds_t ds, rtx mem1, rtx mem2,
265 ds, mem1, mem2, changed_linkpp);
274 ds_t ds ATTRIBUTE_UNUSED,
285 check_dep_status (dep_type, ds, mem1 != NULL);
339 if ((present_dep_types | (ds & DEP_TYPES))
383 ds_t new_status = ds | DEP_STATUS (link);
387 if (!(ds & SPECULATIVE)
406 ds = set_dep_weak (ds, BEGIN_DATA, dw);
409 new_status = ds_merge (DEP_STATUS (link), ds);
241 maybe_add_or_update_back_dep_1(rtx insn, rtx elem, enum reg_note dep_type, ds_t ds, rtx mem1, rtx mem2, rtx **changed_linkpp) argument
512 add_back_dep(rtx insn, rtx elem, enum reg_note dep_type, ds_t ds) argument
1978 ds_t ds; local
1996 add_or_update_back_dep(rtx insn, rtx elem, enum reg_note dep_type, ds_t ds) argument
2004 add_or_update_back_forw_dep(rtx insn, rtx elem, enum reg_note dep_type, ds_t ds) argument
2026 add_back_forw_dep(rtx insn, rtx elem, enum reg_note dep_type, ds_t ds) argument
2056 get_dep_weak(ds_t ds, ds_t type) argument
2075 set_dep_weak(ds_t ds, ds_t type, dw_t dw) argument
2095 ds_t ds, t; local
2134 check_dep_status(enum reg_note dt, ds_t ds, bool relaxed_p) argument
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_objset.c110 dsl_dataset_t *ds; local
112 if ((ds = os->os_dsl_dataset) != NULL && ds->ds_dir)
113 return (ds->ds_dir->dd_pool);
139 dsl_dataset_t *ds = os->os_dsl_dataset; local
141 return (ds ? ds->ds_object : 0);
394 dmu_objset_open_impl(spa_t *spa, dsl_dataset_t *ds, blkptr_t *bp, argument
400 ASSERT(ds == NULL || MUTEX_HELD(&ds
608 dmu_objset_from_ds(dsl_dataset_t *ds, objset_t **osp) argument
647 dsl_dataset_t *ds; local
669 dmu_objset_own_impl(dsl_dataset_t *ds, dmu_objset_type_t type, boolean_t readonly, void *tag, objset_t **osp) argument
697 dsl_dataset_t *ds; local
718 dsl_dataset_t *ds; local
748 dmu_objset_refresh_ownership(dsl_dataset_t *ds, dsl_dataset_t **newds, void *tag) argument
825 dsl_dataset_t *ds = os->os_dsl_dataset; local
893 dmu_objset_create_impl(spa_t *spa, dsl_dataset_t *ds, blkptr_t *bp, dmu_objset_type_t type, dmu_tx_t *tx) argument
1034 dsl_dataset_t *ds; local
1142 dsl_dataset_t *origin, *ds; local
1367 dsl_dataset_t *ds = os->os_dsl_dataset; local
1980 dsl_dataset_t *ds = os->os_dsl_dataset; local
1995 dsl_dataset_t *ds = os->os_dsl_dataset; local
2084 dsl_dataset_t *ds; local
2142 dsl_dataset_t *ds; local
2322 dsl_dataset_t *ds; local
2477 dsl_dataset_t *ds = os->os_dsl_dataset; local
[all...]
H A Ddsl_dir.c519 dsl_dataset_t *ds; local
572 dsl_dir_phys(dd)->dd_head_dataset_obj, FTAG, &ds));
574 for (zap_cursor_init(zc, os, dsl_dataset_phys(ds)->ds_snapnames_zapobj);
583 dsl_dataset_rele(ds, FTAG);
601 dsl_dataset_t *ds; local
605 error = dsl_dataset_hold(dp, ddname, FTAG, &ds);
610 dsl_dataset_rele(ds, FTAG);
614 dd = ds->ds_dir;
619 dsl_dataset_rele(ds, FTAG);
623 dsl_dataset_rele(ds, FTA
632 dsl_dataset_t *ds; local
709 dsl_dataset_t *ds; local
1040 dsl_dataset_t *ds; local
1287 dsl_dataset_t *ds = tx->tx_objset->os_dsl_dataset; local
1583 dsl_dataset_t *ds; local
1626 dsl_dataset_t *ds; local
1670 dsl_dataset_t *ds; local
1749 dsl_dataset_t *ds; local
1830 dsl_valid_rename(dsl_pool_t *dp, dsl_dataset_t *ds, void *arg) argument
[all...]
/freebsd-12-stable/contrib/elftoolchain/libelf/
H A Dgelf_dyn.c97 gelf_update_dyn(Elf_Data *ed, int ndx, GElf_Dyn *ds) argument
110 if (d == NULL || ndx < 0 || ds == NULL ||
143 LIBELF_COPY_S32(dyn32, ds, d_tag);
144 LIBELF_COPY_U32(dyn32, ds, d_un.d_val);
148 *dyn64 = *ds;
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_unmount/
H A Dzfs_unmount_008_neg.ksh69 for ds in $vol $fs1; do
70 if datasetexists $ds; then
71 log_must $ZFS destroy -f $ds
114 for ds in $snap $vol "blah"; do
116 log_mustnot eval "$ZFS unmount $opt $ds >/dev/null 2>&1"
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_get/
H A Dzfs_get_004_pos.ksh166 ds=`$ZFS list -H -r -o name -t filesystem,volume $pool`
187 for ds in $allds; do
188 $GREP $ds $propfile >/dev/null 2>&1
191 "dataset $ds in 'get all' output."
194 $GREP "${ds}$" | $WC -l`
195 ds_type=`$ZFS get -H -o value type $ds`
213 "all properties for dataset $ds."
227 typeset ds="$2"
230 ds=`$ZFS get -H -o name $prop`
232 [[ "$ds" !
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_mac.cpp143 void dispatch_source_set_cancel_handler(dispatch_source_t ds,
145 void dispatch_source_set_event_handler(dispatch_source_t ds,
174 INTERCEPTOR(void, dispatch_source_set_cancel_handler, dispatch_source_t ds, argument
177 REAL(dispatch_source_set_cancel_handler)(ds, work);
181 REAL(dispatch_source_set_cancel_handler)(ds, lsan_block);
184 INTERCEPTOR(void, dispatch_source_set_event_handler, dispatch_source_t ds, argument
187 REAL(dispatch_source_set_event_handler)(ds, lsan_block);
/freebsd-12-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_frame.c176 _dwarf_frame_add_cie(Dwarf_Debug dbg, Dwarf_FrameSec fs, Dwarf_Section *ds, argument
200 length = dbg->read(ds->ds_data, off, 4);
203 length = dbg->read(ds->ds_data, off, 8);
207 if (length > ds->ds_size - *off) {
212 (void) dbg->read(ds->ds_data, off, dwarf_size); /* Skip CIE id. */
215 cie->cie_version = dbg->read(ds->ds_data, off, 1);
222 cie->cie_augment = ds->ds_data + *off;
223 p = (char *) ds->ds_data;
236 cie->cie_ehdata = dbg->read(ds->ds_data, off,
241 cie->cie_addrsize = dbg->read(ds
303 _dwarf_frame_add_fde(Dwarf_Debug dbg, Dwarf_FrameSec fs, Dwarf_Section *ds, Dwarf_Unsigned *off, int eh_frame, Dwarf_Error *error) argument
440 _dwarf_frame_section_init(Dwarf_Debug dbg, Dwarf_FrameSec *frame_sec, Dwarf_Section *ds, int eh_frame, Dwarf_Error *error) argument
1268 Dwarf_Section *ds; local
1281 Dwarf_Section *ds; local
1340 #define ds macro
1421 #undef ds macro
1428 _dwarf_frame_gen_cie(Dwarf_P_Debug dbg, Dwarf_P_Section ds, Dwarf_P_Cie cie, Dwarf_Error *error) argument
1482 _dwarf_frame_gen_fde(Dwarf_P_Debug dbg, Dwarf_P_Section ds, Dwarf_Rel_Section drs, Dwarf_P_Fde fde, Dwarf_Error *error) argument
1541 Dwarf_P_Section ds; local
[all...]
H A Dlibdwarf_die.c83 Dwarf_Section *ds; local
91 ds = cu->cu_is_info ? dbg->dbg_info_sec : dbg->dbg_types_sec;
93 ret = _dwarf_die_parse(dbg, ds, cu, cu->cu_dwarf_size, off,
103 _dwarf_die_parse(Dwarf_Debug dbg, Dwarf_Section *ds, Dwarf_CU cu, argument
119 while (offset < next_offset && offset < ds->ds_size) {
123 abnum = _dwarf_read_uleb128(ds->ds_data, &offset);
145 if ((ret = _dwarf_attr_init(dbg, ds, &offset,
279 Dwarf_P_Section ds; local
285 ds = dbg->dbgp_info;
286 assert(ds !
[all...]
/freebsd-12-stable/contrib/gdtoa/
H A Dgdtoa.c161 double d2, ds; local
236 ds = (dval(&d)-1.5)*0.289529654602168 + 0.1760912590558 + i*0.301029995663981;
242 ds += j * 7e-17;
244 k = (int)ds;
245 if (ds < 0. && ds != k)
246 k--; /* want k = floor(ds) */
345 ds = tens[k&0xf];
356 ds *= bigtens[i];
360 ds
[all...]
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c323 ar5416SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
339 struct ar5416_desc *ads = AR5416DESC(ds);
431 ar5416SetupXTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
436 struct ar5416_desc *ads = AR5416DESC(ds);
461 ar5416FillTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
466 struct ar5416_desc *ads = AR5416DESC(ds);
471 ds->ds_data = bufAddrList[0];
525 ar5416ChainTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
538 struct ar5416_desc *ads = AR5416DESC(ds);
550 ds
620 ar5416SetupFirstTxDesc(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
681 ar5416SetupLastTxDesc(struct ath_hal *ah, struct ath_desc *ds, const struct ath_desc *ds0) argument
703 ar5416SwapTxDesc(struct ath_desc *ds) argument
719 ar5416ProcTxDesc(struct ath_hal *ah, struct ath_desc *ds, struct ath_tx_status *ts) argument
875 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
979 ar5416Set11nAggrFirst(struct ath_hal *ah, struct ath_desc *ds, u_int aggrLen, u_int numDelims) argument
1014 ar5416Set11nAggrMiddle(struct ath_hal *ah, struct ath_desc *ds, u_int numDelims) argument
1033 ar5416Set11nAggrLast(struct ath_hal *ah, struct ath_desc *ds) argument
1043 ar5416Clr11nAggr(struct ath_hal *ah, struct ath_desc *ds) argument
1053 ar5416Set11nVirtualMoreFrag(struct ath_hal *ah, struct ath_desc *ds, u_int vmf) argument
1068 ar5416Set11nBurstDuration(struct ath_hal *ah, struct ath_desc *ds, u_int burstDuration) argument
[all...]
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs/
H A Dzfs_002_pos.ksh67 for ds in $fs1 $fs $ctr; do
68 if datasetexists $ds; then
69 log_must $ZFS destroy -rRf $ds
/freebsd-12-stable/contrib/ldns/drill/
H A Ddrill_util.h29 * print all the ds of the keys in the packet
42 * print some rdfs of a ds
44 void print_ds_abbr(FILE *fp, ldns_rr *ds);
/freebsd-12-stable/tests/sys/cddl/zfs/tests/history/
H A Dhistory_008_pos.ksh90 for ds in $fs1 $fs2 $fs3 ; do
91 log_must verify_history $ADD_HISTORY "snapshot" ${ds}@snap
119 for ds in $fs1 $fs2 $fs3 $root_testfs; do
120 log_must verify_history $ADD_HISTORY "inherit" $ds
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp881 if (TerminateThread(th->th.th_info.ds.ds_thread, (DWORD)-1) == FALSE) {
884 __kmp_free_handle(th->th.th_info.ds.ds_thread);
951 gtid = this_thr->th.th_info.ds.ds_gtid;
977 KMP_FSYNC_RELEASING(&this_thr->th.th_info.ds.ds_alive);
978 this_thr->th.th_info.ds.ds_thread_id = GetCurrentThreadId();
979 TCW_4(this_thr->th.th_info.ds.ds_alive, TRUE);
983 TCW_PTR(this_thr->th.th_info.ds.ds_stackbase, &stack_data);
984 KMP_ASSERT(this_thr->th.th_info.ds.ds_stackgrow == FALSE);
989 KMP_FSYNC_RELEASING(&this_thr->th.th_info.ds.ds_alive);
990 TCW_4(this_thr->th.th_info.ds
[all...]
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c36 static void ar5212SwapTxDesc(struct ath_desc *ds);
690 ar5212SetupTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
706 struct ar5212_desc *ads = AR5212DESC(ds);
762 ar5212SetupXTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
767 struct ar5212_desc *ads = AR5212DESC(ds);
794 ar5212IntrReqTxDesc(struct ath_hal *ah, struct ath_desc *ds) argument
796 struct ar5212_desc *ads = AR5212DESC(ds);
806 ar5212FillTxDesc(struct ath_hal *ah, struct ath_desc *ds, argument
811 struct ar5212_desc *ads = AR5212DESC(ds);
816 ds
862 ar5212SwapTxDesc(struct ath_desc *ds) argument
878 ar5212ProcTxDesc(struct ath_hal *ah, struct ath_desc *ds, struct ath_tx_status *ts) argument
982 ar5212SetTxDescLink(struct ath_hal *ah, void *ds, uint32_t link) argument
990 ar5212GetTxDescLink(struct ath_hal *ah, void *ds, uint32_t *link) argument
998 ar5212GetTxDescLinkPtr(struct ath_hal *ah, void *ds, uint32_t **linkptr) argument
[all...]
/freebsd-12-stable/crypto/heimdal/lib/hx509/
H A Dname.c216 DirectoryString *ds = &n->u.rdnSequence.val[i].val[j].value; local
222 switch(ds->element) {
224 ss = ds->u.ia5String.data;
225 len = ds->u.ia5String.length;
228 ss = ds->u.printableString.data;
229 len = ds->u.printableString.length;
232 ss = ds->u.utf8String;
236 const uint16_t *bmp = ds->u.bmpString.data;
237 size_t bmplen = ds->u.bmpString.length;
257 ss = ds
332 dsstringprep(const DirectoryString *ds, uint32_t **rname, size_t *rlen) argument
756 DirectoryString *ds = &n->u.rdnSequence.val[i].val[j].value; local
[all...]
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300desc.h512 extern void ar9300_tx_req_intr_desc(struct ath_hal *ah, void *ds);
513 extern HAL_BOOL ar9300_fill_tx_desc(struct ath_hal *ah, void *ds, HAL_DMA_ADDR *buf_addr,
516 extern void ar9300_set_desc_link(struct ath_hal *, void *ds, u_int32_t link);
517 extern void ar9300_get_desc_link_ptr(struct ath_hal *, void *ds, u_int32_t **link);
518 extern void ar9300_clear_tx_desc_status(struct ath_hal *ah, void *ds);
520 extern void ar9300_clear_dest_mask(struct ath_hal *ah, void *ds);
528 extern void ar9300_set_paprd_tx_desc(struct ath_hal *ah, void *ds, int chain_num);
530 extern void ar9300_set_11n_tx_desc(struct ath_hal *ah, void *ds,
537 #define ar9300_set_11n_txbf_cal(ah, ds, cal_pos, code_rate, cec, opt)
540 extern void ar9300_set_11n_rate_scenario(struct ath_hal *ah, void *ds,
[all...]
/freebsd-12-stable/tests/sys/netgraph/
H A Dutil.c45 static int cs = -1, ds = -1; variable
152 CHECK(, -1 != NgSendData(ds, hook, data, len));
183 ATF_REQUIRE(0 < (len = NgAllocRecvData(ds, &data, hook)));
200 int maxfd = (ds < cs) ? cs : ds;
205 FD_SET(ds, &fds);
217 if (FD_ISSET(ds, &fds))
255 CHECK(, 0 == NgMkSockNode(NULL, &cs, &ds));
/freebsd-12-stable/stand/i386/gptboot/
H A Dgptldr.S66 mov %cx,%ds # data
81 dec %si # Set %ds:%si to point at the
86 mov %ax,%ds #
92 add $COPY_BLK_SZ,%si # Adjust %ds:%si to point at
93 mov %ds,%ax # the end of the next 32k to
95 mov %ax,%ds
105 mov %cx,%ds # Reset %ds and %es

Completed in 364 milliseconds

1234567891011>>