Home
last modified time | relevance | path

Searched full:dd (Results 1 – 25 of 1613) sorted by relevance

12345678910>>...65

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_dir.c136 static uint64_t dsl_dir_space_towrite(dsl_dir_t *dd);
146 dsl_dir_t *dd = dbu; in dsl_dir_evict_async() local
148 dsl_pool_t *dp __maybe_unused = dd->dd_pool; in dsl_dir_evict_async()
150 dd->dd_dbuf = NULL; in dsl_dir_evict_async()
153 ASSERT(!txg_list_member(&dp->dp_dirty_dirs, dd, t)); in dsl_dir_evict_async()
154 ASSERT0(dd->dd_tempreserved[t]); in dsl_dir_evict_async()
155 ASSERT0(dd->dd_space_towrite[t]); in dsl_dir_evict_async()
158 if (dd->dd_parent) in dsl_dir_evict_async()
159 dsl_dir_async_rele(dd->dd_parent, dd); in dsl_dir_evict_async()
161 spa_async_close(dd->dd_pool->dp_spa, dd); in dsl_dir_evict_async()
[all …]
/freebsd/sys/contrib/dpdk_rte_lpm/
H A Ddpdk_lpm6.c139 handle_default_change(struct dpdk_lpm6_data *dd, struct rib_cmd_info *rc) in handle_default_change() argument
142 rte_ext = (struct rte_lpm6_external *)dd->lpm6; in handle_default_change()
146 uint32_t nhidx = fib_get_nhop_idx(dd->fd, rc->rc_nh_new); in handle_default_change()
160 handle_ll_change(struct dpdk_lpm6_data *dd, struct rib_cmd_info *rc, in handle_ll_change() argument
168 pack_parent_rule(struct dpdk_lpm6_data *dd, const struct in6_addr *addr6, int plen, in pack_parent_rule() argument
177 rt = rt_get_inet6_parent(dd->fibnum, addr6, plen); in pack_parent_rule()
184 nhop_idx = fib_get_nhop_idx(dd->fd, rt_get_raw_nhop(rt)); in pack_parent_rule()
195 handle_gu_change(struct dpdk_lpm6_data *dd, const struct rib_cmd_info *rc, in handle_gu_change() argument
208 uint32_t nhidx = fib_get_nhop_idx(dd->fd, rc->rc_nh_new); in handle_gu_change()
210 FIB_PRINTF(LOG_INFO, dd->fd, "nhop limit reached, need rebuild"); in handle_gu_change()
[all …]
H A Ddpdk_lpm.c116 handle_default_change(struct dpdk_lpm_data *dd, struct rib_cmd_info *rc) in handle_default_change() argument
119 rte_ext = (struct rte_lpm_external *)dd->lpm; in handle_default_change()
123 uint32_t nhidx = fib_get_nhop_idx(dd->fd, rc->rc_nh_new); in handle_default_change()
137 get_parent_rule(struct dpdk_lpm_data *dd, struct in_addr addr, int plen, in get_parent_rule() argument
142 rt = rt_get_inet_parent(dd->fibnum, addr, plen); in get_parent_rule()
151 *nhop_idx = fib_get_nhop_idx(dd->fd, rt_get_raw_nhop(rt)); in get_parent_rule()
161 handle_gu_change(struct dpdk_lpm_data *dd, const struct rib_cmd_info *rc, in handle_gu_change() argument
178 nhidx = fib_get_nhop_idx(dd->fd, rc->rc_nh_new); in handle_gu_change()
180 FIB_PRINTF(LOG_INFO, dd->fd, "nhop limit reached, need rebuild"); in handle_gu_change()
184 ret = rte_lpm_add(dd->lpm, ip, plen, nhidx); in handle_gu_change()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp30 DeadlockDetectorTLS<DDBV> dd; member
35 struct DD final : public DDetector { struct
37 DeadlockDetector<DDBV> dd; member
40 explicit DD(const DDFlags *flags);
63 void *mem = MmapOrDie(sizeof(DD), "deadlock detector"); in Create()
64 return new(mem) DD(flags); in Create()
67 DD::DD(const DDFlags *flags) in DD() function in __sanitizer::DD
69 dd.clear(); in DD()
72 DDPhysicalThread* DD::CreatePhysicalThread() { in CreatePhysicalThread()
76 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) { in DestroyPhysicalThread()
[all …]
/freebsd/sys/dev/ath/
H A Dif_ath_descdma.c144 struct ath_descdma *dd, ath_bufhead *head, in ath_descdma_alloc_desc() argument
153 dd->dd_descsize = ds_size; in ath_descdma_alloc_desc()
157 __func__, name, ndesc, dd->dd_descsize); in ath_descdma_alloc_desc()
159 dd->dd_name = name; in ath_descdma_alloc_desc()
160 dd->dd_desc_len = dd->dd_descsize * ndesc; in ath_descdma_alloc_desc()
168 int numpages = dd->dd_desc_len / 4096; in ath_descdma_alloc_desc()
169 dd->dd_desc_len += ds_size * numpages; in ath_descdma_alloc_desc()
183 dd->dd_desc_len, /* maxsize */ in ath_descdma_alloc_desc()
185 dd->dd_desc_len, /* maxsegsize */ in ath_descdma_alloc_desc()
189 &dd->dd_dmat); in ath_descdma_alloc_desc()
[all …]
/freebsd/contrib/ntp/html/
H A Dmiscopt.html23dd>In broadcast and multicast modes, means are required to determine the network delay between t…
26dd>This command specifies the complete path and name of the file used to record the frequency of t…
27dd> If the file exists, it is read at startup in order to set the initial frequency and then updat…
28dd>The file format consists of a single line containing a single floating point number, which reco…
30dd>This command specifies the Differentiated Services Code Point (DSCP) value that is used in sent…
34 …<dd>Provides a way to enable or disable various system options. Flags not mentioned are unaffected…
37dd>Enables the server to synchronize with unconfigured peers only if the peer has been correctly a…
39dd>Enables the server to listen for a message from a broadcast or multicast server, as in the <tt>…
41 … <dd>Enables the calibrate feature for reference clocks. The default for this flag is disable.</dd>
43 …<dd>Enables the kernel time discipline, if available. The default for this flag is enable if suppo…
[all …]
H A Dntpdc.html34 <dd>Force DNS resolution of following host names on the command line to the IPv4 namespace.</dd>
36 <dd>Force DNS resolution of following host names on the command line to the IPv6 namespace.</dd>
38dd>The following argument is interpreted as an interactive format command and is added to the list…
40 <dd>Turn on debugging mode.
42 …<dd>Force <tt>ntpdc</tt> to operate in interactive mode. Prompts will be written to the standard o…
44 …<dd>Obtain a list of peers which are known to the server(s). This switch is equivalent to <tt>-c l…
46 …<dd>Output all host addresses in dotted-quad numeric format rather than converting to the canonica…
48 …<dd>Print a list of the peers known to the server as well as a summary of their state. This is equ…
50dd>Print a list of the peers known to the server as well as a summary of their state, but in a sli…
58dd>A <tt>?</tt> by itself will print a list of all the command keywords known to this incarnation …
[all …]
H A Dmsyslog.html29 <dd>Fatal error. An input packet is too long for processing.</dd>
34 …<dd>In <tt>ntpdate</tt> mode no servers have been found. The server(s) and/or network may be down.…
39 <dd>Program error. Bugs can be reported <a href="bugs.html">here</a>.</dd>
41 <dd>Configuration error on the <tt>broadcastclient</tt> command.</dd>
43 <dd>A kiss-o'death packet has been received. The transmit rate is automatically reduced.</dd>
45 <dd>The PPS signal has been detected and enabled.</dd>
47 <dd>The encryption key is not defined or not trusted.</dd>
49 <dd>This reports the precision measured for this machine.</dd>
51 <dd>Gotcha for some machines with dirty rotten clock hardware.</dd>
53 …<dd>The system clock is running on internal batteries. The server(s) and/or network may be down.</
[all …]
H A Daccopt.html36 <dd>Set the parameters of the rate control facility which protects the
44 <dd>Specify the minimum average interpacket spacing (minimum average
45 headway time) in log<sub>2</sub> s with default 3.</dd>
47 <dd>Specify the minimum interpacket spacing (guard time) in seconds
48 with default 2.</dd>
50 <dd>Specify the probability of being recorded for packets that
54 more.</dd>
56 </dd>
63 <dd>The <tt><i>address</i></tt> argument expressed in IPv4 or IPv6 numeric
75 is demobilized.</dd>
[all …]
H A Dmonopt.html37 <dd>The directory path specified in the <tt>statsdir</tt> command.</dd>
39 <dd>The name specified by the <tt>file</tt> option of the <tt>filegen</tt> command.</dd>
41 <dd>A string of elements bdginning with . (dot) followed by a number of elements
42 depending on the file set type.</dd>
51 <dd>
54 <dd>Specifies the file set type from the list in the next section.</dd>
56 <dd>Specifies the filename prefix. The default is the file set type, such as "loopstats".</dd>
58 <dd>Specifies the file set interval. The following intervals are supported
59 with default <tt>day</tt>:</dd>
60 <dd>
[all …]
H A Dauthopt.html32dd>Specifies the interval between regenerations of the session key list used with the Autokey prot…
34 <dd>Specifies the key ID for the <a
38 inclusive.</dd>
40 <dd>This command activates the Autokey public key cryptography
45 …utokey Public Key Authentication</a> page for further information. Following are the options.</dd>
46 <dd>
49 <dd>&nbsp;</dd>
50 <dd>Specify the message digest algorithm, with default MD5. If the OpenSSL library
55 the algorithm must be ether <tt>SHA</tt> or <tt>SHA1</tt>.</dd>
57dd>Specify the cryptographic media names for the host, sign and certificate files. If this optio…
[all …]
H A Dntpd.html38 <dd>Force DNS resolution of host names to the IPv4 namespace.
40 <dd>Force DNS resolution of host names to the IPv6 namespace.
42dd>Require cryptographic authentication for broadcast client, multicast client and symmetric passi…
44dd>Do not require cryptographic authentication for broadcast client, multicast client and symmetri…
46 <dd>Enable the client to synchronize to broadcast servers.</dd>
48 …<dd>Specify the name and path of the configuration file. Without the option the default is <tt>/et…
50dd> Disable switching into daemon mode, so <tt>ntpd</tt> stays attached to the starting terminal…
52 …<dd>Specify debugging level directly, with <tt>level</tt> corresponding to the numbe of <tt>-d</tt…
54 …<dd>Specify the name and path of the frequency file. This is the same operation as the <tt>driftfi…
56dd>Normally, <tt>ntpd</tt> exits with a message to the system log if the offset exceeds the panic …
[all …]
H A Dclockopt.html26 <dd>This command can be used to configure reference clocks in special ways. The options are interpreted as follows:
29 <dd>Marks the reference clock as preferred. All other things being equal, this host will be chosen for synchronization among a set of correctly operating hosts. See the <a href="prefer.html">Mitigation Rules and the <tt>prefer</tt> Keyword</a> page for further information.</dd>
31 <dd>Specifies a mode number which is interpreted in a device-specific fashion. For instance, it selects a dialing protocol in the ACTS driver and a device subtype in the <tt>parse</tt> drivers.</dd>
34 <dd>These options specify the minimum and maximum polling interval for reference clock messages in log<sub>2</sub> seconds. For most directly connected reference clocks, both <tt>minpoll</tt> and <tt>maxpoll</tt> default to 6 (64 s). For modem reference clocks, <tt>minpoll</tt> is ordinarily set to 10 (about 17 m) and <tt>maxpoll</tt> to 15 (about 9 h). The allowable range is 4 (16 s) to 17 (36 h) inclusive.</dd>
36 </dd>
40 <dd>This command can be used to configure reference clocks in special ways. It must immediately follow the <tt>server</tt> command which configures the driver. Note that the same capability is possible at run time using the <tt><a href="ntpdc.html">ntpdc</a></tt> program. The options are interpreted as follows:
43 <dd>Specifie
[all...]
H A Dconfopt.html42 …<dd>These commands specify the remote server name or address to be used and the mode in which to o…
45dd>For type s and r addresses (only), this command mobilizes a persistent client mode association …
47 …<dd>For type s addresses (only), this command mobilizes a persistent symmetric-active mode associa…
49dd>For type b and m addressees (only), this command mobilizes a broadcast or multicast server mode…
51dd>For type m addresses (only), this command mobilizes a preemptable manycast client mode associat…
53dd>For type s addresses (only) this command mobilizes a preemptable pool client mode association f…
55dd>This command removes a previously configured association. An address or association ID can be u…
56 </dl></dd>
61 <dd>Send and receive packets authenticated by the Autokey scheme described
62 …c Key Authentication</a> page. This option is mutually exclusive with the <tt>key</tt> option.</dd>
[all …]
H A Dsntp.html30dd>displays usage information. The short form typically requires shell quoting, such as <tt>-\?</…
32 <dd>When resolving hostnames to IP addresses, use IPv4 addresses only.</dd>
34 <dd>When resolving hostnames to IP addresses, use IPv6 addresses only.</dd>
36dd>Enable authentication with the key ID <i>keynum</i>. <i>keynum</i> is a number specified in th…
38dd>Listen for NTP packets sent to the broadcast or multicast address <i>bcaddress</i>, which can b…
40dd>Wait <i>bctimeout</i> seconds for broadcast or multicast NTP message before terminating. The d…
42dd>Concurrently query all addresses returned for hostname. Requests from an NTP client to a singl…
44 …<dd>Increase debug verbosity level by one. May be specified multiple times. See also the <tt>-D,…
46dd>Set the debug verbosity level to <i>debug-level</i>. The default level is zero. Note that the…
48dd>Specify the <i>delay</i> in milliseconds between outgoing queries, defaulting to 50. <tt>sntp<…
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddsl_dir.h136 dsl_dir_phys(dsl_dir_t *dd) in dsl_dir_phys() argument
138 return (dd->dd_dbuf->db_data); in dsl_dir_phys()
141 void dsl_dir_rele(dsl_dir_t *dd, const void *tag);
142 void dsl_dir_async_rele(dsl_dir_t *dd, const void *tag);
147 void dsl_dir_name(dsl_dir_t *dd, char *buf);
148 int dsl_dir_namelen(dsl_dir_t *dd);
152 uint64_t dsl_dir_get_used(dsl_dir_t *dd);
153 uint64_t dsl_dir_get_compressed(dsl_dir_t *dd);
154 uint64_t dsl_dir_get_quota(dsl_dir_t *dd);
155 uint64_t dsl_dir_get_reservation(dsl_dir_t *dd);
[all …]
/freebsd/crypto/krb5/src/windows/leash/htmlhelp/html/
H A DGlossary.htm13dd> Your default principal is the one whose tickets are used when an application or service asks f…
15 <dd> In Windows, realms are called domains. <br><a href="HTML/Kerberos_Terminology.htm#realm">Abou…
17 <dd> A value that a specific code or algorithm uses to make information unreadable to anyone witho…
19 <dd> The type of encryption used to encode your tickets and session keys. You can show the encrypt…
20 </dd>
22 <dd> Optional audible alarm that warns you 15, 10, and 5 minutes before your tickets expire. Turn t…
23 </dd>
25 <dd> Properties (renewable and/or forwardable) assigned to a ticket when you obtain it. Show or h…
28 </dd>
30 <dd> Tickets flagged as forwardable when you obtain them can be forwarded to the remote host when …
[all …]
/freebsd/contrib/ntp/ntpq/
H A Dntpq.html257 <dd><p>A
266 </p></dd>
271 <dd><p>The arguments to this command consist of a list of
302 </p></dd>
304 <dd><p>Normally
322 </p></dd>
324 <dd><p>Causes output from query commands to be &quot;cooked&quot;, so that
334 </p></dd>
336 <dd><p>With no argument, displays the current debug level.
338 </p></dd>
[all...]
/freebsd/crypto/openssh/regress/
H A Dsftp-cmds.sh27 rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd ${COPY}.dd2
28 mkdir ${COPY}.dd
32 grep copy.dd >/dev/null || fail "lls failed"
36 grep copy.dd >/dev/null || fail "lls w/path failed"
102 rm -f ${COPY}.dd/*
104 echo "get $DATA ${COPY}.dd" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
106 cmp $DATA ${COPY}.dd/${DATANAME} || fail "corrupted copy after get"
108 rm -f ${COPY}.dd/*
110 echo "get /bin/l* ${COPY}.dd" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
113 cmp /bin/$x ${COPY}.dd/$x || fail "corrupted copy after get"
[all …]
/freebsd/sys/fs/devfs/
H A Ddevfs_devs.c191 devfs_find(struct devfs_dirent *dd, const char *name, int namelen, int type) in devfs_find() argument
195 TAILQ_FOREACH(de, &dd->de_dlist, de_list) { in devfs_find()
268 struct devfs_dirent *dd; in devfs_vmkdir() local
272 dd = devfs_newdirent(name, namelen); in devfs_vmkdir()
273 TAILQ_INIT(&dd->de_dlist); in devfs_vmkdir()
274 dd->de_dirent->d_type = DT_DIR; in devfs_vmkdir()
275 dd->de_mode = 0555; in devfs_vmkdir()
276 dd->de_links = 2; in devfs_vmkdir()
277 dd->de_dir = dd; in devfs_vmkdir()
279 dd->de_inode = inode; in devfs_vmkdir()
[all …]
/freebsd/contrib/ntp/ntpd/
H A Dntp.conf.html263 <dd><p>For type s addresses, this command mobilizes a persistent
268 </p></dd>
270 <dd><p>For type s and r addresses, this command mobilizes a persistent
280 </p></dd>
282 <dd><p>For type s addresses (only), this command mobilizes a
293 </p></dd>
295 <dd><p>For type b and m addresses (only), this
321 </p></dd>
323 <dd><p>For type m addresses (only), this command mobilizes a
353 </p></dd>
[all...]
/freebsd/contrib/ntp/html/drivers/
H A Ddriver40-ja.html51 <dd><br>
54 <dd><br></dd>
56 <dd>
71 </dd>
74 </dd>
76 <dd>
79 </dd>
81 <dd><br>
106 <td><code>YYYY/MM/DD WWW{CR}{LF}</code></td>
115 </dd>
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremoval_nopwrite.ksh43 dd if=/dev/urandom of=$TESTDIR/file_8k bs=1024k count=$MEGS oflag=sync \
44 conv=notrunc >/dev/null 2>&1 || log_fail "dd into $TESTDIR/file failed."
46 dd if=/dev/urandom of=$TESTDIR/file_8k_copies bs=1024k count=$MEGS oflag=sync \
47 conv=notrunc >/dev/null 2>&1 || log_fail "dd into $TESTDIR/file failed."
51 dd if=/dev/urandom of=$TESTDIR/file_128k bs=1024k count=$MEGS oflag=sync \
52 conv=notrunc >/dev/null 2>&1 || log_fail "dd into $TESTDIR/file failed."
54 dd if=/dev/urandom of=$TESTDIR/file_128k_copies bs=1024k \
56 log_fail "dd into $TESTDIR/file failed."
66 dd if=/$TESTDIR/file_8k of=/$TESTDIR/clone/file_8k bs=1024k \
67 oflag=sync conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
[all …]
/freebsd/tests/sys/kern/
H A Dgetdirentries_test.c28 int dd, n; in ATF_TC_BODY() local
31 ATF_REQUIRE((dd = open("dir", O_DIRECTORY | O_RDONLY)) >= 0); in ATF_TC_BODY()
32 ATF_REQUIRE((ret = getdirentries(dd, dbuf, sizeof(dbuf), &base)) > 0); in ATF_TC_BODY()
33 ATF_REQUIRE_EQ(0, getdirentries(dd, dbuf, sizeof(dbuf), &base)); in ATF_TC_BODY()
34 ATF_REQUIRE_EQ(base, lseek(dd, 0, SEEK_CUR)); in ATF_TC_BODY()
35 ATF_CHECK_EQ(0, close(dd)); in ATF_TC_BODY()
74 int dd; in ATF_TC_BODY() local
77 ATF_REQUIRE((dd = open("dir", O_DIRECTORY | O_RDONLY)) >= 0); in ATF_TC_BODY()
78 ATF_REQUIRE_EQ(-1, getdirentries(dd, NULL, sizeof(dbuf), &base)); in ATF_TC_BODY()
82 ATF_REQUIRE_EQ(-1, getdirentries(dd, dbuf, sizeof(dbuf), basep)); in ATF_TC_BODY()
[all …]
/freebsd/contrib/bsddialog/lib/
H A Ddatebox.c101 static int week_day(int yy, int mm, int dd) in week_day() argument
105 dd += mm < 3 ? yy-- : yy - 2; in week_day()
106 wd = 23*mm/9 + dd + 4 + yy/4 - yy/100 + yy/400; in week_day()
114 int *mm, int *dd) in init_date() argument
122 *dd = (*day == 0) ? 1 : *day; in init_date()
123 if (*dd > month_days(*yy, *mm)) in init_date()
124 *dd = month_days(*yy, *mm); in init_date()
127 static void datectl(enum operation op, int *yy, int *mm, int *dd) in datectl() argument
135 if (*dd > 7) in datectl()
136 *dd -= 7; in datectl()
[all …]

12345678910>>...65