| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dsl_dir.c | 136 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 D | dpdk_lpm6.c | 139 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 D | dpdk_lpm.c | 116 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 D | sanitizer_deadlock_detector1.cpp | 30 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 D | if_ath_descdma.c | 144 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 D | miscopt.html | 23 …dd>In broadcast and multicast modes, means are required to determine the network delay between t… 26 …dd>This command specifies the complete path and name of the file used to record the frequency of t… 27 …dd> If the file exists, it is read at startup in order to set the initial frequency and then updat… 28 …dd>The file format consists of a single line containing a single floating point number, which reco… 30 …dd>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… 37 …dd>Enables the server to synchronize with unconfigured peers only if the peer has been correctly a… 39 …dd>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 D | ntpdc.html | 34 <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> 38 …dd>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… 50 …dd>Print a list of the peers known to the server as well as a summary of their state, but in a sli… 58 …dd>A <tt>?</tt> by itself will print a list of all the command keywords known to this incarnation … [all …]
|
| H A D | msyslog.html | 29 <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 D | accopt.html | 36 <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 D | monopt.html | 37 <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 D | authopt.html | 32 …dd>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> </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> 57 …dd>Specify the cryptographic media names for the host, sign and certificate files. If this optio… [all …]
|
| H A D | ntpd.html | 38 <dd>Force DNS resolution of host names to the IPv4 namespace. 40 <dd>Force DNS resolution of host names to the IPv6 namespace. 42 …dd>Require cryptographic authentication for broadcast client, multicast client and symmetric passi… 44 …dd>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… 50 …dd> 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… 56 …dd>Normally, <tt>ntpd</tt> exits with a message to the system log if the offset exceeds the panic … [all …]
|
| H A D | clockopt.html | 26 <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 D | confopt.html | 42 …<dd>These commands specify the remote server name or address to be used and the mode in which to o… 45 …dd>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… 49 …dd>For type b and m addressees (only), this command mobilizes a broadcast or multicast server mode… 51 …dd>For type m addresses (only), this command mobilizes a preemptable manycast client mode associat… 53 …dd>For type s addresses (only) this command mobilizes a preemptable pool client mode association f… 55 …dd>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 D | sntp.html | 30 …dd>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> 36 …dd>Enable authentication with the key ID <i>keynum</i>. <i>keynum</i> is a number specified in th… 38 …dd>Listen for NTP packets sent to the broadcast or multicast address <i>bcaddress</i>, which can b… 40 …dd>Wait <i>bctimeout</i> seconds for broadcast or multicast NTP message before terminating. The d… 42 …dd>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,… 46 …dd>Set the debug verbosity level to <i>debug-level</i>. The default level is zero. Note that the… 48 …dd>Specify the <i>delay</i> in milliseconds between outgoing queries, defaulting to 50. <tt>sntp<… [all …]
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | dsl_dir.h | 136 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 D | Glossary.htm | 13 …dd> 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 D | ntpq.html | 257 <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 "cooked", 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 D | sftp-cmds.sh | 27 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 D | devfs_devs.c | 191 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 D | ntp.conf.html | 263 <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 D | driver40-ja.html | 51 <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 D | removal_nopwrite.ksh | 43 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 D | getdirentries_test.c | 28 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 D | datebox.c | 101 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 …]
|