Home
last modified time | relevance | path

Searched refs:ds1 (Results 1 – 25 of 26) sorted by relevance

12

/NextBSD/sys/boot/fdt/dts/arm/
HDsam9260ek.dts16 ds1 {
17 label = "ds1";
HDhl201.dts21 ds1 {
22 label = "ds1";
/NextBSD/sys/gnu/dts/arm/
HDat91sam9g20ek.dts18 ds1 {
19 label = "ds1";
HDat91sam9g20ek_2mmc.dts44 ds1 {
45 label = "ds1";
HDat91sam9rlek.dts199 ds1 {
200 label = "ds1";
HDat91sam9261ek.dts181 ds1 {
182 label = "ds1";
/NextBSD/contrib/binutils/libiberty/
HDdyn-string.c390 dyn_string_eq (dyn_string_t ds1, dyn_string_t ds2) in dyn_string_eq() argument
393 if (ds1->length != ds2->length) in dyn_string_eq()
396 return !strcmp (ds1->s, ds2->s); in dyn_string_eq()
/NextBSD/contrib/gcclibs/libiberty/
HDdyn-string.c390 dyn_string_eq (dyn_string_t ds1, dyn_string_t ds2) in dyn_string_eq() argument
393 if (ds1->length != ds2->length) in dyn_string_eq()
396 return !strcmp (ds1->s, ds2->s); in dyn_string_eq()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDdsl_scan.c936 dsl_scan_ds_clone_swapped(dsl_dataset_t *ds1, dsl_dataset_t *ds2, dmu_tx_t *tx) in dsl_scan_ds_clone_swapped() argument
938 dsl_pool_t *dp = ds1->ds_dir->dd_pool; in dsl_scan_ds_clone_swapped()
945 if (scn->scn_phys.scn_bookmark.zb_objset == ds1->ds_object) { in dsl_scan_ds_clone_swapped()
949 (u_longlong_t)ds1->ds_object, in dsl_scan_ds_clone_swapped()
952 scn->scn_phys.scn_bookmark.zb_objset = ds1->ds_object; in dsl_scan_ds_clone_swapped()
956 (u_longlong_t)ds1->ds_object); in dsl_scan_ds_clone_swapped()
960 ds1->ds_object, &mintxg) == 0) { in dsl_scan_ds_clone_swapped()
963 ASSERT3U(mintxg, ==, dsl_dataset_phys(ds1)->ds_prev_snap_txg); in dsl_scan_ds_clone_swapped()
966 scn->scn_phys.scn_queue_obj, ds1->ds_object, tx)); in dsl_scan_ds_clone_swapped()
974 ds1->ds_object, mintxg, tx)); in dsl_scan_ds_clone_swapped()
[all …]
HDdsl_dir.c1649 closest_common_ancestor(dsl_dir_t *ds1, dsl_dir_t *ds2) in closest_common_ancestor() argument
1651 for (; ds1; ds1 = ds1->dd_parent) { in closest_common_ancestor()
1654 if (ds1 == dd) in closest_common_ancestor()
/NextBSD/sys/modules/sound/driver/ds1/
HDMakefile7 SRCS+= ds1.c
/NextBSD/sys/modules/sound/driver/
HDMakefile16 _ds1= ds1
/NextBSD/sys/conf/
HDWITHOUT_SOURCELESS_UCODE34 nodevice ds1
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDdsl_scan.h137 void dsl_scan_ds_clone_swapped(struct dsl_dataset *ds1, struct dsl_dataset *ds2,
/NextBSD/contrib/gcc/
HDsched-deps.c2093 ds_merge (ds_t ds1, ds_t ds2) in ds_merge() argument
2097 gcc_assert ((ds1 & SPECULATIVE) && (ds2 & SPECULATIVE)); in ds_merge()
2099 ds = (ds1 & DEP_TYPES) | (ds2 & DEP_TYPES); in ds_merge()
2104 if ((ds1 & t) && !(ds2 & t)) in ds_merge()
2105 ds |= ds1 & t; in ds_merge()
2106 else if (!(ds1 & t) && (ds2 & t)) in ds_merge()
2108 else if ((ds1 & t) && (ds2 & t)) in ds_merge()
2112 dw = ((ds_t) get_dep_weak (ds1, t)) * ((ds_t) get_dep_weak (ds2, t)); in ds_merge()
HDhaifa-sched.c837 ds_t ds1, ds2; in rank_for_schedule() local
841 ds1 = TODO_SPEC (tmp) & SPECULATIVE; in rank_for_schedule()
842 if (ds1) in rank_for_schedule()
843 dw1 = dep_weak (ds1); in rank_for_schedule()
/NextBSD/crypto/heimdal/lib/hx509/
HDname.c409 _hx509_name_ds_cmp(const DirectoryString *ds1, in _hx509_name_ds_cmp() argument
417 ret = dsstringprep(ds1, &ds1lp, &ds1len); in _hx509_name_ds_cmp()
/NextBSD/sys/powerpc/aim/
HDtrap_subr32.S514 ds1: label
517 bdnzf 2, ds1 /* dec count br if cmp ne and if
/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_dataset.c2977 is_descendant(const char *ds1, const char *ds2) in is_descendant() argument
2979 size_t d1len = strlen(ds1); in is_descendant()
2986 return (ds2[d1len] == '/' && (strncmp(ds1, ds2, d1len) == 0)); in is_descendant()
/NextBSD/contrib/groff/doc/
HDgroff-3666 * ds, ds1 requests, and comments: Comments. (line 16)
667 * ds, ds1 requests, and warnings: Warnings. (line 54)
HDgroff-17710 -- Request: .ds1 name [string]
7775 The `ds1' request turns off compatibility mode while interpreting
7783 .ds1 bb The value of xxx ix \\n[xxx].
HDgroff.texinfo5777 @cindex @code{ds}, @code{ds1} requests, and comments
10182 @DefreqItem {ds1, name [@Var{string}]}
10269 The @code{ds1} request turns off compatibility mode
10277 .ds1 bb The value of xxx ix \\n[xxx].
13679 @cindex @code{ds}, @code{ds1} requests, and warnings
HDgroff-23955 * ds1: Strings. (line 12)
/NextBSD/contrib/groff/
HDNEWS708 o Two new requests `ds1' and `as1' which are similar to `ds' and `as' but
HDChangeLog.1182346 Added three new requests `ds1', `as1', and `ami'. The former two

12