/freebsd-src/sys/contrib/device-tree/Bindings/sound/ |
H A D | atmel-classd.txt | 4 - compatible 5 Should be "atmel,sama5d2-classd". 6 - reg 8 - interrupts 10 - dmas 11 One DMA specifiers as described in atmel-dma.txt and dma.txt files. 12 - dma-names 14 - clock-names 17 - clocks 18 Please refer to clock-bindings.txt. [all …]
|
H A D | atmel,sama5d2-classd.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/sound/atmel,sama5d2-classd.yaml# 6 $schema: http://devicetree.org/meta-schema [all...] |
/freebsd-src/usr.sbin/cron/crontab/ |
H A D | crontab.5 | 33 daemon of the general form: ``run this command at this time on this date''. 43 non-space character is a pound-sign (#) are comments, and are ignored. 52 .Bd -literal 56 where the spaces around the equal-sign (=) are optional, and any subsequent 57 non-leading spaces in 128 is defined (and non-empty), mail is 132 is defined (and non-empty), its value will be used as the from address. 147 your mailer when you install cron -- 153 upward-compatible extensions. 155 Each user cron line has five time and date fields, followed by a command. [all …]
|
/freebsd-src/contrib/llvm-project/lld/docs/ |
H A D | ld.lld.1 | 3 .\" SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 25 is a drop-in replacement for the GNU BFD and gold linkers. 30 currently supports i386, x86-64, ARM, AArch64, LoongArch, PowerPC32, 31 PowerPC64, MIPS32, MIPS64, RISC-V, AMDGPU, Hexagon and SPARC V9 targets. 33 acts as a Microsoft link.exe-compatible linker if invoked as 34 .Nm lld-link 43 Many options have both a single-lette [all...] |
/freebsd-src/usr.bin/clang/llvm-profdata/ |
H A D | llvm-profdata.1 | 4 .nr rst2man-indent-level 0 7 \\$1 \\n[an-margin] 8 level \\n[rst2man-indent-level] 9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] 10 - 11 \\n[rst2man-indent0] 12 \\n[rst2man-indent1] 13 \\n[rst2man-indent2] 18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] 19 . nr rst2man-indent-level +1 [all …]
|
/freebsd-src/contrib/nvi/vi/ |
H A D | v_scroll.c | 1 /*- 14 #include <sys/time.h> 35 * ^F -- if the window is fairly small, using physical lines can result in 36 * a half-page scroll repainting the entire screen, which is not what the 38 * lines can make it impossible to display parts of the line -- there aren't 41 * the same time, you lose. This is even worse in the case of the H, L, and 42 * M commands -- for large lines, they may all refer to the same line and 45 * Another issue is that page and half-page scrolling commands historically 46 * moved to the first non-blank character in the new line. If the line is 49 * this implementation, scrolling commands set the cursor to the first non- [all …]
|
/freebsd-src/sys/kern/ |
H A D | kern_lockf.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 29 /*- 92 static MALLOC_DEFINE(M_LOCKF, "lockf", "Byte-range locking structures"); 184 * (s) locked by state->ls_lock 218 * are terminal nodes in the graph (i.e. have no out-going 219 * edges). Pending locks have out-going edges to each blocking active 224 * out-going edges or new active locks which only add in-coming edges) 245 LIST_ENTRY(owner_edge) e_outlink; /* (g) link from's out-edge list */ 246 LIST_ENTRY(owner_edge) e_inlink; /* (g) link to's in-edge list */ [all …]
|
/freebsd-src/share/doc/papers/sysperf/ |
H A D | 2.t | 54 out at 25-35 tps in practice), and the user cpu utilization (us) should 60 be non-zero). It is healthy for the paging demon to free pages when 70 is overloaded or imbalanced. If you have several non-dma 72 that are doing high-speed non-buffered input/output, then the system 73 time may go high (60-80% or higher). 74 It is often possible to pin down the cause of high system time by 94 It also gives the percentage of time the system has 116 attempt to overlap seek operations with I/O transfers. When 118 non-zero average seek times. Most modern disk drives should 119 exhibit an average seek time of 25-35 ms. [all …]
|
/freebsd-src/share/doc/psd/03.iosys/ |
H A D | iosys | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 37 .EH 'PSD:3-%''The UNIX I/O System' 38 .OH 'The UNIX I/O System''PSD:3-%' 61 in the paper ``The UNIX Time-sharing System.'' 79 which work, or can work, with addressible 512-byte blocks. 91 Character-type devices have a much 102 in the low-order 8 bits and the major device number 103 in the next-higher 8 bits; 120 they both start at 0 and therefore overlap. 134 which is stored in the system's per-process [all …]
|
/freebsd-src/bin/pax/ |
H A D | sel_subs.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 37 #include <sys/time.h> 57 static TIME_RNG *trhead = NULL; /* time range list head */ 58 static TIME_RNG *trtail = NULL; /* time range list tail */ 68 * check if this file matches a specified uid, gid or time range 95 * 0 if added ok, -1 otherwise; 110 return(-1); in usr_add() 114 return(-1); in usr_add() 128 return(-1); in usr_add() [all …]
|
/freebsd-src/sys/compat/linuxkpi/common/src/ |
H A D | linux_aperture.c | 1 // SPDX-License-Identifier: MIT 20 * driver can be active at any given time. Many systems load a generic 21 * graphics drivers, such as EFI-GOP or VESA, early during the boot process. 23 * hardware-specific driver. To take over the device, the dedicated driver 25 * ownership of framebuffer memory and hand-over between drivers. 32 * .. code-block:: c 42 * return -ENODEV; 43 * base = mem->start; 61 * The given example reads the platform device's I/O-memor 144 static bool overlap(resource_size_t base1, resource_size_t end1, overlap() function [all...] |
/freebsd-src/contrib/llvm-project/lld/docs/ELF/ |
H A D | linker_script.rst | 12 implementation and have changed over time. 47 section-command 48 section-command 52 Each section-command can be a symbol assignment, an output section description, 61 command is followed by ``INSERT``, LLD applies built-in rules which are similar 64 - Align the first section in a ``PT_LOAD`` segment according to 65 ``-z noseparate-code``, ``-z separate-cod [all...] |
/freebsd-src/contrib/bearssl/src/ |
H A D | inner.h | 36 * unsigned type: it is standard, we do it all the time, and for 46 * 2048-bit RSA keys offer adequate security, and should still do so for 48 * already set their root keys to RSA-4096, so we should be able to 68 * Maximum size for a RSA factor (in bits). This is for RSA private-key 87 * 64-bit types so that we may automatically use implementations that 88 * use 64-bit registers in that case. Future versions may detect, e.g., 91 * If 'unsigned long' is a 64-bit type, then we assume that 64-bit types 94 * as 64-bit means that the 32-bit code will be used, and that code 95 * works also on 64-bit architectures (the 64-bit code may simply be 100 * 32-bit for compatibility with all the legacy code that liberally uses [all …]
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInstrItineraries.h | 1 //===- llvm/MC/MCInstrItineraries.h - Scheduling ----------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 24 //===----------------------------------------------------------------------===// 25 /// These values represent a non-pipelined step in 27 /// discrete time slots needed to complete the stage. Units represent 31 /// the next stage in the itinerary. A value of -1 indicates that the 35 /// { 1, x, -1 } 43 /// overlap in time. [all …]
|
/freebsd-src/share/doc/smm/05.fastfs/ |
H A D | 2.t | 42 located in logical disk partitions that may overlap. This 47 A file system is described by its super-block, 60 time stamps marking last modification and access times for the file, 67 the range 5-13. 85 causing many non-consecutive blocks of inodes 95 limited read-ahead in the system,
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Lint.cpp | 1 //===-- Lint.cpp - Check for common errors in LLVM IR ------- [all...] |
/freebsd-src/share/man/man4/ |
H A D | bridge.4 | 46 .Bd -ragged -offset indent 51 module at boot time, place the following lines in 53 .Bd -literal -offset indent 97 has a non-zero value, the newly created bridge will inherit the MAC 98 address from its first member instead of choosing a random link-level 110 802.11-to-Ethernet bridge for wireless hosts, or traffic isolation. 145 Changing capabilities at run-time may cause NIC reinit and a link flap. 164 variable configures an IPv6 link-local address on 167 .Bd -literal -offset indent 172 .Bd -literal -offset indent [all …]
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 1 //===- llvm-profdata.cpp - LLVM profile data tool ------- 590 overlapInput(const std::string & BaseFilename,const std::string & TestFilename,WriterContext * WC,OverlapStats & Overlap,const OverlapFuncFilters & FuncFilter,raw_fd_ostream & OS,bool IsCS) overlapInput() argument 1668 OverlapStats Overlap; overlapInstrProfile() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 1 //===- InstrProf.h - Instrumented profiling format support ------*- C++ -* 620 CountSumOrPercent Overlap; global() member [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SplitKit.h | 1 //===- SplitKit.h - Toolkit for splitting live ranges -----------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 94 /// SplitAnalysis - Analyze a LiveInterval, looking for live range splitting 107 /// 1. | o---x | Internal to block. Variable is only live in this block. 108 /// 2. |---x | Live-in, kill. 109 /// 3. | o---| Def, live-out. 110 /// 4. |---x o---| Live-in, kill, def, live-out. Counted by NumGapBlocks. 111 /// 5. |---o---o---| Live-through with uses or defs. [all …]
|
/freebsd-src/sys/amd64/amd64/ |
H A D | support.S | 1 /*- 2 * Copyright (c) 2018-2019 The FreeBSD Foundation 118 movq -8(%rdi,%rdx),%r8 119 movq -8(%rsi,%rdx),%r9 130 movl -4(%rdi,%rdx),%r8d 131 movl -4(%rsi,%rdx),%r9d 142 movzwl -2(%rdi,%rdx),%r8d 143 movzwl -2(%rsi,%rdx),%r9d 160 movq -16(%rdi,%rdx),%r8 161 movq -16(%rsi,%rdx),%r9 [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | DeadStoreElimination.cpp | 1 //===- DeadStoreElimination.cpp - MemorySSA Backed Dead Store Elimination -===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===--- [all...] |
/freebsd-src/contrib/wpa/src/utils/ |
H A D | os.h | 3 * Copyright (c) 2005-2009, Jouni Malinen <j@w1.fi> 15 * os_sleep - Sleep (sec, usec) 32 * os_get_time - Get current time (sec, usec) 33 * @t: Pointer to buffer for the time 34 * Returns: 0 on success, -1 on failure 39 * os_get_reltime - Get relative time (sec, usec) 40 * @t: Pointer to buffer for the time 41 * Returns: 0 on success, - [all...] |
/freebsd-src/contrib/diff/doc/ |
H A D | diff.7 | 1 .Dd 2015-03-02 26 normally produces no output; for binary (non-text) files, 36 .Li M-x compare-windows . 80 Vol. 1 No. 2, 1986, pp. 251--266; and in \(lqA File Comparison Program\(rq, Webb Miller 82 .Em Software---Practice and Experience 83 Vol. 15 No. 11, 1985, pp. 1025--1040. The algorithm was independently discovered 86 Vol. 64, 1985, pp. 100--118. Unless the 87 .Op --minimal 97 Elsevier/MIT Press, 1990, pp. 255--300. 192 .Bd -literal -offset indent [all …]
|
/freebsd-src/usr.sbin/rpc.lockd/ |
H A D | lockd_lock.c | 3 /*- 4 * SPDX-License-Identifier: BSD-4-Clause 300 else if (nobj->n_len == 0) { in dump_netobj() 303 dump_static_object(nobj->n_bytes, nobj->n_len, in dump_netobj() 306 nobj->n_len, hbuff, cbuff); in dump_netobj() 327 dump_static_object((unsigned char *)&fl->filehandle, in dump_filelock() 328 sizeof(fl->filehandle), hbuff, sizeof(hbuff), in dump_filelock() 335 fl->client.exclusive, fl->client.svid, in dump_filelock() 336 fl->client.l_offset, fl->client.l_len); in dump_filelock() 340 dump_netobj(&fl->client.oh); in dump_filelock() [all …]
|