| /freebsd-src/sys/contrib/device-tree/Bindings/sound/ |
| H A D | tlv320adcx140.yaml | 1 # SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Texas Instruments TLV320ADCX140 Quad Channel Analog-to-Digital Converter 11 - Andrew Davis <afd@ti.com> 14 The TLV320ADCX140 are multichannel (4-ch analog recording or 8-ch digital 15 PDM microphones recording), high-performance audio, analog-to-digital 28 - ti,tlv320adc3140 29 - ti,tlv320adc5140 30 - ti,tlv320adc6140 [all …]
|
| /freebsd-src/contrib/file/doc/ |
| H A D | magic.man | 5 .\" install as magic.4 on USG, magic.5 on V7, Berkeley and Linux systems. 10 This manual page documents the format of magic files as 22 is usually located in a binary file in 27 MIME type to print if a particular pattern is found, 31 is as follows: 35 If the test succeeds, a message is printed. 37 .Bl -tag -width ".Dv message" 40 which is t [all...] |
| /freebsd-src/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBTypeDocstrings.i | 14 to compile the target program. See the language-specific notes in the 20 information. For some languages such as C, C++ and Objective-C it is possible 26 accurately queried for certain information such as byte size. 45 Task *task_head = new Task(-1, NULL); 52 task_head->next = task1; 53 task1->next = task2; 54 task2->next = task4; 55 task4->next = task5; 60 if (t->id >= 0) 62 t = t->next; [all …]
|
| /freebsd-src/contrib/less/ |
| H A D | less.nro | 4 less \- display the contents of a file in a terminal 6 .B "less \-?" 8 .B "less \-\-help" 10 .B "less \-V" 12 .B "less \-\-version" 14 .B "less [\-[+]aABcCdeEfFgGiIJKLmMnNqQrRsSuUVwWX\(ti]" 16 .B " [\-b \fIspace\/\fP] [\- [all...] |
| /freebsd-src/contrib/tzcode/ |
| H A D | newstrftime.3 | 7 .\" This code is derived from software contributed to Berkeley by 23 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" AND 40 strftime \- format date and time 43 .ie \n(.g .ds - \f(CR-\fP 44 .el .ds - \- 50 .B cc ... \-lt [all...] |
| /freebsd-src/share/doc/usd/13.viref/ |
| H A D | vi.cmd.roff | 13 The bottom line of the screen is used to enter 18 If no other information is being displayed, 30 the file are displayed as a single tilde 39 have also displayed some lines as single asterisk 56 first starts, it is in command mode. 62 character is used to resolve the text input into the file, 66 command mode, the cursor is always positioned on the last column of 70 text insert mode, the cursor is positioned on the first column of 74 the type of movement is defined by the distance to the new cursor position. 75 If the new position is close, [all …]
|
| /freebsd-src/share/doc/papers/jail/ |
| H A D | paper.ms | 14 …stration and Networking Conference "SANE 2000" May 22-25, 2000 in Maastricht, The Netherlands and … 17 Poul-Henning Kamp <phk@FreeBSD.org> 25 OS. FreeBSD 4.0-RELEASE was the first release including this 27 Follow-on work was sponsored by Safeport Network Services, 31 The traditional UNIX security model is simple but inexpressive. 32 Adding fine-grained access control improves the expressiveness, 39 Where multiple mutually un-trusting parties are introduced, 57 The UNIX access control mechanism is designed for an environment with two 59 Within this framework, every attempt is made to provide an open 60 system, allowing easy sharing of files and inter-process communication. [all …]
|
| /freebsd-src/sys/contrib/openzfs/module/zfs/ |
| H A D | aggsum.c | 10 * source. A copy of the CDDL is also available via the Internet at 23 * Aggregate-sum counters are a form of fanned-out counter, used when atomic 27 * where the write rate (increment/decrement) is much higher than the read rate 31 * buckets. The core counter contains a lock for the entire counter, as well 32 * as the current upper and lower bounds on the value of the counter. The 33 * aggsum_bucket structure contains a per-bucket lock to protect the contents of 38 * The basic operation of an aggsum is simple. Threads that wish to modify the 44 * large), and borrow more from the core counter. Borrowing is done by adding to 47 * subtracted). Clearing the bucket is the opposite; we add the current delta 51 * core counter; since all other operations access CPU-local resources, [all …]
|
| /freebsd-src/share/termcap/ |
| H A D | termcap.5 | 16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 31 .\" * ncurses is copyright (C) 1992-1995 * 32 .\" * Zeyd M. Ben-Halim * 37 .\" * Permission is hereby granted to reproduce and distribute ncurses * 38 .\" * by any means and for any fee, whether alone or as part of a * 40 .\" * this notice is included with any such distribution, and is not * 42 .\" * applications linked with it is highly appreciated. * 44 .\" * ncurses comes AS IS with no warranty, implied or expressed. * 77 consist of a number of `:'-separated fields. 80 The first name given is the most common abbreviation for the terminal. [all …]
|
| /freebsd-src/share/doc/usd/05.dc/ |
| H A D | dc | 3 .\" Copyright (C) Caldera International Inc. 2001-2002. 23 .\" INTERNATIONAL, INC. AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR 35 .EH 'USD:5-%''DC \- An Interactive Desk Calculator' 36 .OH 'DC \- An Interactive Desk Calculator''USD:5-%' 38 .\" ....TM 75-1271-8 39199 39199-11 41 DC \- An Interactive Desk Calculator 42 .AU "MH 2C-524" 3878 49 DC is an interactive desk calculator program implemented 52 time-sharing system to do arbitrary-precision 54 It has provision for manipulating scaled fixed-point numbers and [all …]
|
| /freebsd-src/contrib/bmake/ |
| H A D | make.1 | 18 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 56 is a program designed to simplify the maintenance of other programs. 57 Its input is a list of specifications as to the files upon which programs 61 option is given, 70 exists, it is read, see 73 This manual page is intended as [all...] |
| H A D | bmake.1 | 18 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 56 is a program designed to simplify the maintenance of other programs. 57 Its input is a list of specifications as to the files upon which programs 61 option is given, 70 exists, it is read, see 73 This manual page is intended as [all...] |
| /freebsd-src/contrib/ncurses/man/ |
| H A D | terminfo.tail | 2 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 3 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. * 5 .\" Permission is hereby granted, free of charge, to any person obtaining a * 10 .\" copies of the Software, and to permit persons to whom the Software is * 16 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * 24 .\" Except as contained in this notice, the name(s) of the above copyright * 32 .SS "User-Defined Capabilities" 41 \fI\%ncurses\fP addresses this limitation by allowing user-defined 44 the \fB\-x\fP option for this purpose. 45 When \fB\-x\fP is set, [all …]
|
| /freebsd-src/share/doc/psd/25.xdrrfc/ |
| H A D | xdr.rfc.ms | 2 .\" Must use -- tbl -- with this one 31 XDR is a standard for the description and encoding of data. It is 34 diverse machines as the Sun Workstation, VAX, IBM-PC, and Cray. 35 XDR fits into the ISO presentation layer, and is roughly analogous in 37 between these two is that XDR uses implicit typing, while X.409 uses 41 be used only to describe data; it is not a programming language. 45 faced with complexity. The XDR language itself is similar to the C 46 language [1], just as Courier [4] is similar to Mesa. Protocols such 51 octets) are portable, where a byte is defined to be 8 bits of data. 55 suggests that bytes be encoded in "little-endian" style [2], or least [all …]
|
| /freebsd-src/usr.bin/find/ |
| H A D | find.1 | 4 .\" This code is derived from software contributed to Berkeley by 19 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 64 The options are as follows: 65 .Bl -tag -width indent 68 .Ic -regex 70 .Ic -iregex 71 primaries as extende [all...] |
| /freebsd-src/usr.sbin/ppp/ |
| H A D | ppp.8 | 14 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 31 .Nd Point to Point Protocol (a.k.a. user-ppp) 40 This is a user process 45 is implemented as a part of the kernel (e.g., as managed by 47 and it is thus somewhat hard to debug and/or modify its behaviour. 50 is don [all...] |
| /freebsd-src/crypto/openssl/doc/man1/ |
| H A D | openssl-verification-options.pod | 5 openssl-verification-options - generic X.509 certificate verification options 19 Certificate verification is implemented by L<X509_verify_cert(3)>. 20 It is a complicated process consisting of a number of steps 25 starting from the I<target certificate> that is to be verified 26 and ending in a certificate that due to some policy is trusted. 27 Verification is done relative to the given I<purpose>, which is the intended use 28 of the target certificate, such as SS [all...] |
| /freebsd-src/contrib/bmake/unit-tests/ |
| H A D | directive-include-guard.mk | 1 # $NetBSD: directive-include-guard.mk,v 1.16 2023/12/17 14:07:22 rillig Exp $ 3 # Tests for multiple-inclusion guards in makefiles. 5 # A file that is guarded by a multiple-inclusion guard has one of the 14 # .if !target(guard-target) 17 # When such a file is included for the second or later time, and the guard 18 # variable or the guard target is defined, the file is skipped completely, as 20 # '.MAKE.MAKEFILES', as that variable skips duplicate pathnames. 23 # https://gcc.gnu.org/onlinedocs/cppinternals/Guard-Macros.html 26 # test case and writes some lines of text to that file. That file is then 27 # included twice, to see whether the second '.include' is skipped. [all …]
|
| H A D | varmod-match-escape.mk | 1 # $NetBSD: varmod-match-escape.mk,v 1.17 2024/07/09 17:07:23 rillig Exp $ 3 # As of 2020-08-01, the :M and :N modifiers interpret backslashes differently, 7 # Apart from the different and possibly confusing debug output, there is no 9 # are unescaped, and in the pattern matching these have the same meaning as 13 .MAKEFLAGS: -dcv 21 # as well as a [all...] |
| /freebsd-src/share/man/man4/ |
| H A D | keyboard.4 | 9 The PC keyboard is used as the console character input device. 16 virtual console with the same number as the function key is then 17 selected as the current virtual console and given exclusive use of 23 then enter a decimal number from 0-255 via the numerical keypad, then 25 The entered value is then used as the ASCII value for one 27 This way it is possible to enter any ASCII value, not present 30 It is activated by 31 pressing the scroll-lock key. 35 The keyboard is configurable to suit the individual user and the different 40 .Bl -tag -width "Modifier Key" -compact [all …]
|
| /freebsd-src/share/doc/psd/17.m4/ |
| H A D | m4.ms | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 25 .\" INTERNATIONAL, INC. AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR 40 .EH 'PSD:17-%''The M4 Macro Processor' 41 .OH 'The M4 Macro Processor''PSD:17-%' 46 \&\\$3\s-1\\$1\\s0\&\\$2 73 .tr --||''^^!! 80 .hw semi-colon 81 .hw estab-lished 83 . \"2=not last lines; 4= no -xx; 8=no xx- 88 .\" .....TM 77-1273-6 39199 39199-11 [all …]
|
| /freebsd-src/share/doc/usd/12.vi/vi/ |
| H A D | vi.chars | 20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 41 characters are presented in their order in the \s-2ASCII\s0 character 45 For each character we tell a meaning it has as a command and any meaning it 47 If it has only meaning as a command, then only this is discussed. 48 Section numbers in parentheses indicate where the character is discussed; 49 a `f' after the section number means that the character is mentioned 53 If typed as the first character of an insertion it is replaced with the 68 As a command, scrolls down a half-window of text. 69 A count gives the number of (logical) lines to scroll, and is remembered 75 the cursor where it is if possible. [all …]
|
| /freebsd-src/usr.bin/finger/ |
| H A D | finger.1 | 16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 45 .Bl -tag -width indent 56 status (as a ``*'' before the terminal name if write permission is 61 is given, the office location and office phone number is printed 65 is given, the remote host is printed instead. 67 Idle time is in minutes if it is a single integer, hours and minutes 68 if a ``:'' is present, or days if a ``d'' is present. 69 If it is an 72 Login time is displayed as the day name if less than 6 days, else month, day; 76 Unknown devices as well as nonexistent idle and login times are [all …]
|
| /freebsd-src/usr.bin/clang/llvm-as/ |
| H A D | llvm-as.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/sbin/mount_nfs/ |
| H A D | mount_nfs.8 | 16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 57 This command is normally executed by 60 it implements the mount protocol as described in RFC 1094, Appendix A and 62 For NFSv4, it uses the NFSv4 protocol as described in RFC 7530, RFC 5661 and 68 This behaviour is intended for file systems listed in 71 For non-critical file systems, the 76 if the server is unavailable. 78 If the server becomes unresponsive while an NFS file system is [all...] |