Home
last modified time | relevance | path

Searched +full:one +full:- +full:to +full:- +full:many (Results 1 – 25 of 1053) sorted by relevance

12345678910>>...43

/freebsd/share/man/man4/
H A Dng_one2many.44 .\" Subject to the following obligations and disclaimer of warranty, use and
10 .\" 2. No rights are granted, in any manner or form, to use Whistle
16 .\" TO THE MAXIMUM EXTENT PERMITTED BY LAW, WHISTLE COMMUNICATIONS MAKES NO
19 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.
48 in a one-to-many (and in the reverse direction, many-to-one) fashion.
50 .Dv one ,
56 .Dv many
58 .Dv one
61 .Dv one
62 hook are forwarded out one or more of the
[all …]
H A Dcd.415 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
31 .Nd SCSI CD-ROM driver
39 .Tn CD-ROM
40 (Compact Disc-Read Only Memory) drive.
41 In an attempt to look like a regular disk, the
43 driver synthesizes a partition table, with one partition covering the entire
44 .Tn CD-ROM .
45 It is possible to modify this partition table using
48 .Tn CD-ROM
[all …]
/freebsd/tests/sys/kern/
H A Dunix_dgram.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
16 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
44 #include <atf-c.h>
48 .it_value = { 1, 0 }, /* one second */
69 * Fill socket to a state when next send(len) would fail.
100 * - fd[0] to send, fd[1] to receive in ATF_TC_BODY()
101 * - buf[maxdgram] for data in ATF_TC_BODY()
105 ATF_REQUIRE(socketpair(PF_UNIX, SOCK_DGRAM, 0, fd) != -1); in ATF_TC_BODY()
[all …]
/freebsd/lib/libc/net/
H A Dsctp_sendmsg.313 .\" may be used to endorse or promote products derived from this software
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
43 .Fa "int s" "const void *msg" "size_t len" "const struct sockaddr *to"
49 .Fa "int s" "const void *msg" "size_t len" "const struct sockaddr *to"
57 is used to transmit a message to another SCTP endpoint.
61 If the socket is a one-to-many type (SOCK_SEQPACKET)
62 socket then an attempt to send to an address that no association exists to will
65 the data being sent on the third leg of the SCTP four-way handshake.
67 the socket is a one-to-one type (SOCK_STREAM) socket then an association must
[all …]
H A Dsctp_send.313 .\" may be used to endorse or promote products derived from this software
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
62 is used to transmit a message to another SCTP endpoint.
65 function is used to specify multiple peer addresses when creating an implicit
70 function is used to transmit a message whose data is gathered from the
74 may be used to send data to an existing association for both
75 one-to-many (SOCK_SEQPACKET) and one-to-one (SOCK_STREAM) socket types.
80 If the message is too long to pass atomically through the
83 is set to
[all …]
/freebsd/sys/netgraph/
H A Dng_one2many.c5 /*-
9 * Subject to the following obligations and disclaimer of warranty, use and
15 * 2. No rights are granted, in any manner or form, to use Whistle
21 * TO THE MAXIMUM EXTENT PERMITTED BY LAW, WHISTLE COMMUNICATIONS MAKES NO
24 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.
44 * Packets received on the "one" hook are sent out each of the
45 * "many" hooks according to an algorithm. Packets received on any
46 * "many" hook are always delivered to the "one" hook.
62 /* Per-link private data */
68 /* Per-node private data */
[all …]
H A Dng_one2many.h5 /*-
9 * Subject to the following obligations and disclaimer of warranty, use and
15 * 2. No rights are granted, in any manner or form, to use Whistle
21 * TO THE MAXIMUM EXTENT PERMITTED BY LAW, WHISTLE COMMUNICATIONS MAKES NO
24 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.
49 #define NG_ONE2MANY_HOOK_ONE "one"
50 #define NG_ONE2MANY_HOOK_MANY_PREFIX "many" /* append decimal integer */
51 #define NG_ONE2MANY_HOOK_MANY_FMT "many%d" /* for use with printf(3) */
53 /* Maximum number of supported "many" links */
56 /* Link number used to indicate the "one" hook */
[all …]
/freebsd/sys/contrib/zlib/doc/
H A Dalgorithm.txt4 LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in
6 pointer to the previous string, in the form of a pair (distance,
7 length). Distances are limited to 32K bytes, and lengths are limited
8 to 258 bytes. When a string does not occur anywhere in the previous
11 and is not restricted to printable characters.)
13 Literals or match lengths are compressed with one Huffman tree, and
16 size (except that the compressed data for one block must fit in
18 it would be useful to start another block with fresh trees. (This is
19 somewhat similar to the behavior of LZW-based _compress_.)
27 The hash chains are searched starting with the most recent strings, to
[all …]
/freebsd/share/doc/usd/12.vi/vi/
H A Dvi.chars17 .\" may be used to endorse or promote products derived from this software
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
41 characters are presented in their order in the \s-2ASCII\s0 character
57 A \fB^@\fR cannot be part of the file due to the editor implementation
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
74 Exposes one more line below the current screen in the file, leaving
81 Equivalent to \fB:f\fR\s-2CR\s0, printing the current file, whether
85 .iP "^H (\fR\s-2BS\s0\fP)" 15
[all …]
/freebsd/share/doc/papers/kernmalloc/
H A Dkernmalloc.t13 .\" may be used to endorse or promote products derived from this software
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
68 pp. 295-303, June 1988.
94 The 4.3BSD UNIX kernel uses many memory allocation mechanisms,
99 patterns in the UNIX kernel and a hybrid strategy that is time-efficient
100 for small allocations and space-efficient for large allocations.
102 with a single easy-to-program interface,
106 relative to the current implementations.
117 and others include information to describe I/O operations.
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A Dratelim-internal.h2 * Copyright (c) 2009-2012 Niels Provos and Nick Mathewson
12 * 3. The name of the author may not be used to endorse or promote products
16 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
35 /** A token bucket is an internal structure that tracks how many bytes we are
36 * currently willing to read or write on a given bufferevent or group of
39 /** How many bytes are we willing to read or write right now? These
43 * relative to the token bucket configuration. */
49 /** How many bytes are we willing to read on average per tick? */
51 /** How many bytes are we willing to read at most in any one tick? */
[all …]
/freebsd/contrib/libevent/
H A Dratelim-internal.h2 * Copyright (c) 2009-2012 Niels Provos and Nick Mathewson
12 * 3. The name of the author may not be used to endorse or promote products
16 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
35 /** A token bucket is an internal structure that tracks how many bytes we are
36 * currently willing to read or write on a given bufferevent or group of
39 /** How many bytes are we willing to read or write right now? These
43 * relative to the token bucket configuration. */
49 /** How many bytes are we willing to read on average per tick? */
51 /** How many bytes are we willing to read at most in any one tick? */
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCaptureTracking.h1 //===----- llvm/Analysis/CaptureTracking.h - Pointer capture ----*
[all...]
/freebsd/share/doc/usd/04.csh/
H A Dcsh.g1 .\"-
14 .\" may be used to endorse or promote products derived from this software
18 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
33 introduction to the
34 shell and gives references to sections of the shell
40 is in the \s-2UNIX\s0 User Reference manual in section 1.
71 Each directory has a file `..' in it which is a reference to its
79 you can return to the parent directory by doing
100 of the entire directory system \- called the
[all …]
H A Dcsh.11 .\"-
14 .\" may be used to endorse or promote products derived from this software
18 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29 .EH 'USD:4-%''An Introduction to the C shell'
30 .OH 'An Introduction to the C shell''USD:4-%'
33 An Introduction to the C shell
52 mechanism similar to the
54 of \s-2INTERLISP\s0.
55 While incorporating many features of other shells which make
[all …]
/freebsd/sys/contrib/device-tree/Bindings/perf/
H A Driscv,pmu.yaml1 # SPDX-License-Identifier: BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: RISC-V SBI PMU events
10 - Atis
[all...]
/freebsd/share/examples/mdoc/
H A Dexample.92 .\" SPDX-License-Identifier: BSD-2-Clause
16 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 .\" Note: The date here should be updated whenever a non-trivial
28 .\" change is made to the manual page.
54 may have one of the following values:
55 .Bl -tag -width "EXAMPLE_ONE"
67 .Bd -literal
94 otherwise one of the values listed in the
96 section is returned, to indicate the error.
[all …]
/freebsd/contrib/ntp/html/
H A Dleap.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
12 <!-- #BeginDate format:En2m -->10-Mar-2014 05:11<!-- #EndDate -->
15Many, but not all, reference clocks recognize these signals and many, but not all, drivers for the…
16to happen in future. So far as is known, there are no provisions in the Unix or Windows libraries
18to determine the leap bits from a reference clock or downstratum server, a leapseconds file can b…
19to arm the kernel for the leap at the end of the day. The kernel automatically inserts one second …
20to determine the number of leap seconds inserted in UTC since UTC began on 1 January 1972. This re…
/freebsd/sbin/ping/
H A Dping.813 .\" may be used to endorse or promote products derived from this software
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
37 packets to network hosts
58 .Ar IPv4-host
77 .Ar IPv4-mcast-group
96 .Op Ar IPv6-hops ...
97 .Ar IPv6-host
102 .Ar ( IPv4-host
104 .Ar IPv4-mcast-group )
[all …]
/freebsd/contrib/googletest/docs/
H A Dgmock_for_dummies.md5 When you write a prototype or test, often it's not feasible or wise to rely on
7 object (so it can be used as one), but lets you specify at run time how it will
9 many times? with what arguments? what will they return? etc).
11 It is easy to confuse the term *fake objects* with mock objects. Fakes and mocks
12 actually mean very different things in the Test-Driven Development (TDD)
16 shortcut (perhaps to make the operations less expensive), which makes them
17 not suitable for production. An in-memory file system would be an example of
19 * **Mocks** are objects pre-programmed with *expectations*, which form a
20 specification of the calls they are expected to receive.
22 If all this seems too abstract for you, don't worry - the most important thing
[all …]
/freebsd/usr.bin/jot/
H A Djot.113 .\" may be used to endorse or promote products derived from this software
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
45 utility is used to print out increasing, decreasing, random,
46 or redundant data, usually numbers, one per line.
49 .Bl -tag -width indent
59 with the generated data appended to it.
63 and right-adjusted representations
77 Do not print the final newline normally appended to the output.
79 Print only as many digits or characters of the data
[all …]
/freebsd/contrib/tcp_wrappers/
H A DREADME9 file gives a complete account of differences with respect to previous
12 Announcements of new releases of this software are posted to Usenet
13 (comp.security.unix, comp.unix.admin), to the cert-tools mailing list,
14 and to a dedicated mailing list. You can subscribe to the dedicated
15 mailing list by sending an email message to majordomo@wzv.win.tue.nl
16 with in the body (not subject): subscribe tcp-wrappers-announce.
19 -----------------
21 1 - Introduction
22 2 - Disclaimer
23 3 - Tutorials
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInsertDelayAlu.cpp1 //===- AMDGPUInsertDelayAlu.cpp - Insert s_delay_alu instructions ---------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// Insert s_delay_alu instructions to avoid stalls on GFX11+.
12 //===----------------------------------------------------------------------===//
22 #define DEBUG_TYPE "amdgpu-insert-delay-alu"
42 // Return true if MI waits for all outstanding VALU instructions to complete.
73 // Information about the last instruction(s) that wrote to a particular
74 // regunit. In straight-line code there will only be one such instruction, but
76 // to represent the union of the worst-case delays of each type.
[all …]
/freebsd/usr.sbin/bsdconfig/networking/include/
H A Dmessages.subr1 # Copyright (c) 2012-2016 Devin Teske
14 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 hline_alnum_punc_tab_enter="Use alpha-numeric, punctuation, TAB or ENTER"
29 msg_activate_default_router="Would you like to activate the new defaultrouter right now?\nIf you ch…
30 msg_activate_hostname="Would you like to activate the new hostname right now?\nIf you choose NO or …
31 msg_activate_hostname_x11warning="WARNING! Activating the new hostname during an X11-Forwarded\n ss…
34 msg_bring_interface_up="Would you like to bring the %s interface up right now?"
51One or more individual labels within the hostname\n(separated by dots) contains one or more invali…
52 msg_hostname_label_exceeds_max_length="ERROR! One or more individual labels within the hostname\n(s…
[all …]
/freebsd/contrib/mandoc/
H A Dmandoc_escape.35 .\" Permission to use, copy, modify, and distribute this software for any
10 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
38 .Bl -dash -compact -width 2n
51 .Bl -tag -width 2n
59 .It Two-character argument short form: Ic \&( Ns Ar ar
64 .It One-character argument short form: Ar a
66 consisting of exactly one character.
84 is expected to point to the escape sequence identifier.
93 escape sequences that require in-place expansion, in particular
94 user-defined strings
[all …]

12345678910>>...43