Home
last modified time | relevance | path

Searched full:space (Results 1 – 25 of 5460) sorted by relevance

12345678910>>...219

/freebsd/share/man/man9/
H A Dbus_space.9143 .Nd "bus space manipulation functions"
148 .Fa "bus_space_tag_t space" "bus_addr_t address"
153 .Fa "bus_space_tag_t space" "bus_space_handle_t handle" "bus_size_t size"
157 .Fa "bus_space_tag_t space" "bus_space_handle_t handle"
162 .Fa "bus_space_tag_t space" "bus_addr_t reg_start" "bus_addr_t reg_end"
168 .Fa "bus_space_tag_t space" "bus_space_handle_t handle" "bus_size_t size"
172 .Fa "bus_space_tag_t space" "bus_space_handle_t handle" "bus_size_t offset"
177 .Fa "bus_space_tag_t space" "bus_space_handle_t handle" "bus_size_t offset"
182 .Fa "bus_space_tag_t space" "bus_space_handle_t handle" "bus_size_t offset"
187 .Fa "bus_space_tag_t space" "bus_space_handle_t handle" "bus_size_t offset"
[all …]
H A Dcopy.946 .Nd heterogenous address space copy functions
65 functions are designed to copy contiguous data from one address space
80 bytes of data from the user-space address
82 to the kernel-space address
91 bytes of data from the kernel-space address
93 to the user-space address
100 functions require that the kernel-space and user-space data be
110 bytes long, from kernel-space address
112 to kernel-space address
126 bytes long, from user-space address
[all …]
/freebsd/lib/libsysdecode/
H A Dmktables73 egrep "^#[[:space:]]*define[[:space:]]+"${grep}"[[:space:]]*" \
92 gen_table "accessmode" "[A-Z]_OK[[:space:]]+0?x?[0-9A-Fa-f]+" "sys/unistd.h"
93 gen_table "acltype" "ACL_TYPE_[A-Z4_]+[[:space:]]+0x[0-9]+" "sys/acl.h"
94 gen_table "atflags" "AT_[A-Z_]+[[:space:]]+0x[0-9]+" "sys/fcntl.h"
95 gen_table "capfcntl" "CAP_FCNTL_[A-Z]+[[:space:]]+\(1" "sys/capsicum.h"
96 gen_table "closerangeflags" "CLOSE_RANGE_[A-Z]+[[:space:]]+\([0-9]+<<[0-9]+\)" "sys/unistd.h"
97 gen_table "extattrns" "EXTATTR_NAMESPACE_[A-Z]+[[:space:]]+0x[0-9]+" "sys/extattr.h"
98 gen_table "fadvisebehav" "POSIX_FADV_[A-Z]+[[:space:]]+[0-9]+" "sys/fcntl.h"
99 gen_table "openflags" "O_[A-Z]+[[:space:]]+0x[0-9A-Fa-f]+" "sys/fcntl.h" "O_RDONLY|…
100 gen_table "flockops" "LOCK_[A-Z]+[[:space:]]+0x[0-9]+" "sys/fcntl.h"
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dc-lang17 >>0 regex \^class[[:space:]]+
23 >0 regex \^#[[:space:]]*pragma C source text
26 >0 regex \^#[[:space:]]*(if\|ifn)def
27 >>&0 regex \^#[[:space:]]*endif$ C source text
30 >0 regex \^#[[:space:]]*(if\|ifn)def
31 >>&0 regex \^#[[:space:]]*define C source text
34 >0 regex \^[[:space:]]*char(\ \\*|\\*)(.+)(=.*)?;[[:space:]]*$ C source text
37 >0 regex \^[[:space:]]*double(\ \\*|\\*)(.+)(=.*)?;[[:space:]]*$ C source text
40 >0 regex \^[[:space:]]*extern[[:space:]]+ C source text
43 >0 regex \^[[:space:]]*float(\ \\*|\\*)(.+)(=.*)?;[[:space:]]*$ C source text
[all …]
H A Druby26 >0 regex \^[[:space:]]*require[[:space:]]'[A-Za-z_/.]+'
28 >>>&0 regex \^[[:space:]]*end([[:space:]]+[;#].*)?$ Ruby script text
31 0 regex \^[[:space:]]*(class|module)[[:space:]][A-Z]
33 >>&0 regex \^[[:space:]]*end([[:space:]]+[;#].*)?$ Ruby script text
37 0 regex \^[[:space:]]*(class|module)[[:space:]][A-Z]
38 >&0 regex \^[[:space:]]*end([[:space:]]+[;#if].*)?$ Ruby script text
45 >0 regex \^[[:space:]]*def\ [a-z]|def\ [[:alpha:]]+::[a-z]
46 >>&0 regex \^[[:space:]]*end([[:space:]]+[;#].*)?$ Ruby script text
51 >0 regex \^[[:space:]]*require[[:space:]]'[A-Za-z_/.]+' Ruby script text
54 >0 regex \^[[:space:]]*include\ ([A-Z]+[a-z]*(::))+ Ruby script text
/freebsd/crypto/heimdal/lib/wind/
H A Drfc4518.txt76 spaces are ignored. For printableString, there is only one space
83 view space as referring to only SPACE (U+0020), a second
84 implementation may view any character with the space separator (Zs)
85 property as a space, and another implementation may view any
86 character with the whitespace (WS) category as a space.
245 (U+000D), and NEXT LINE (NEL) (U+0085) are mapped to SPACE (U+0020).
253 ZERO WIDTH SPACE (U+200B) is mapped to nothing. All other code
254 points with Separator (space, line, or paragraph) property (e.g., Zs,
255 Zl, or Zp) are mapped to SPACE (U+0020). The following is a complete
315 2.6.1. Insignificant Space Handling
[all …]
H A Drfc4518.py83 # (U+000D), and NEXT LINE (NEL) (U+0085) are mapped to SPACE (U+0020).
85 t.append(" 0009; 0020 ; Map to SPACE")
86 t.append(" 000A; 0020 ; Map to SPACE")
87 t.append(" 000B; 0020 ; Map to SPACE")
88 t.append(" 000C; 0020 ; Map to SPACE")
89 t.append(" 000D; 0020 ; Map to SPACE")
90 t.append(" 0085; 0020 ; Map to SPACE")
115 # ZERO WIDTH SPACE (U+200B) is mapped to nothing. All other code
116 # points with Separator (space, line, or paragraph) property (e.g., Zs,
117 # Zl, or Zp) are mapped to SPACE (U+0020). The following is a complete
[all …]
/freebsd/usr.bin/sed/
H A Dsed.1111 in situations where disk space is exhausted, etc.
115 still takes place in a single continuous line address space covering
171 .Em "pattern space" ,
175 applies all of the commands with addresses that select that pattern space,
176 copies the pattern space to the standard output, appending a newline, and
177 deletes the pattern space.
180 .Em "hold space"
181 to save all or part of the pattern space for subsequent retrieval.
210 A command line with no addresses selects every pattern space.
217 range starts with the first pattern space that matches the first
[all …]
/freebsd/tests/sys/netpfil/pf/
H A Drules_counter.sh55 …-o match:'Evaluations: [1-9][0-9]*[[:space:]]*Packets: [1-9][0-9]*[[:space:]]*Bytes: [1-9][0-9]*[[…
61 …-o match:'Evaluations: [1-9][0-9]*[[:space:]]*Packets: [1-9][0-9]*[[:space:]]*Bytes: [1-9][0-9]*[[…
66 -o match:'Evaluations: 0[[:space:]]*Packets: 0*[[:space:]]*Bytes: 0*[[:space:]]*' \
98 -o match:'Evaluations: 0[[:space:]]*Packets: 0*[[:space:]]*Bytes: 0*[[:space:]]*' \
106 …-o match:'Evaluations: [1-9][0-9]*[[:space:]]*Packets: [1-9][0-9]*[[:space:]]*Bytes: [1-9][0-9]*[[…
115 -o match:'Evaluations: 0[[:space:]]*Packets: 0*[[:space:]]*Bytes: 0*[[:space:]]*' \
128 …-o match:'Evaluations: [1-9][0-9]*[[:space:]]*Packets: [1-9][0-9]*[[:space:]]*Bytes: [1-9][0-9]*[[…
137 -o match:'Evaluations: 0[[:space:]]*Packets: 0*[[:space:]]*Bytes: 0*[[:space:]]*' \
147 -o match:'Evaluations: 0[[:space:]]*Packets: 0*[[:space:]]*Bytes: 0*[[:space:]]*' \
/freebsd/crypto/openssl/util/
H A Dcheck-format-test-positives.c34 /* X*/ /*@ missing space before comment end , reported unless sloppy-spc */
54 #define X (1 + 1) /*@0 extra space in body, reported unless sloppy-spc */
55 #define Y 1 /*@ extra space before body, reported unless sloppy-spc */ \
57 typedef struct { /*@0 extra space in code, reported unless sloppy-spc */
58 enum { /*@1 extra space in intra-line comment, no more reported */
62 y,z /*@ no space after ',', reported unless sloppy-spc */
63 } e_member ; /*@ space before ';', reported unless sloppy-spc */
66 struct{} s; /*@ no space before '{', reported unless sloppy-spc */
67 }u_member; /*@ no space after '}', reported unless sloppy-spc */
69 int* somefunc(); /*@ no space before '*' in type decl, r unless sloppy-spc */
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp193 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument
198 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument
203 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument
219 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument
227 const char *NL, unsigned int Space, bool IsDot) { in printJson() argument
228 printJson(Pair.first, Out, NL, Space, IsDot) << ", "; in printJson()
229 return printJson(Pair.second, Out, NL, Space, IsDot); in printJson()
235 unsigned int Space, bool IsDot) { in printJsonContainer() argument
240 ++Space; in printJsonContainer()
245 Indent(Out, Space, IsDot) << "{ "; in printJsonContainer()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddsl_synctask.h44 * Normal space check: if there is less than 3.2% free space (bounded
53 * Space check allows use of half the slop space. If there
54 * is less than 1.6% free space, the operation will fail. Most
57 * so that they can be used as part of the space recovery process.
62 * Space check allows use of three quarters of the slop space.
63 * If there is less than 0.8% free space, the operation will
70 * reduction of space, except one. When the pool has a
71 * checkpoint, space freed by "zfs destroy" will not actually
73 * three quarters of the slop space is exceeded.
85 * No space check is performed. This level of space check should
[all …]
H A Dmetaslab_impl.h85 * The metaslab weight is used to encode the amount of free space in a
89 * the free space in the metaslab (a space based weight) or by counting only
91 * the segment based weight because it reflects how the free space is
93 * space map histogram information necessary to determine the largest
94 * contiguous regions. Pools that have the space map histogram determine
96 * determining the free space whose size in bytes is in the range:
101 * Space-based weight:
105 * |PSC1| weighted-free space |
110 * space - the fragmentation-weighted space
188 * updated the MOS config and the space has been added to the pool).
[all …]
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pcireg.h40 * [0x0000+0x1000] dynamic mapped backplane address space (window 0).
52 * [0x0000+0x1000] dynamic mapped backplane address space (window 0).
63 * [0x0000+0x1000] dynamic mapped backplane address space (window 0).
64 * [0x1000+0x1000] dynamic mapped backplane address space (window 1).
74 * [0x0000+0x1000] dynamic mapped backplane address space (window 0).
75 * [0x1000+0x1000] dynamic mapped backplane address space (window 1).
89 * - Mapped GPIO CSRs into the PCI config space. Refer to
93 * - Mapped the clock CSR into the PCI config space. Refer to
128 #define BHNDB_PCI_V0_BAR0_WIN0_CONTROL 0x80 /* backplane address space accessed by BAR0/WIN0 */
129 #define BHNDB_PCI_V0_BAR1_WIN0_CONTROL 0x84 /* backplane address space accessed by BAR1/WIN0. */
[all …]
/freebsd/share/doc/usd/21.troff/
H A Dm166 white space (spaces and/or tabs) for \(aesthetic reasons.
68 space or newline.
124 \fBv\fR Vertical line space \fIV\fR \fIV\fR
187 will space \fIin the required direction\fR to 3.2 centimeters from the top of the page.
294 only on the Special Font and are printed as a 1-em space if that font
389 \fB&ss\fI|N\fR 12\(sl36\|em ignored E Space-character size
394 \fB&cs|\fIF\|N\|M\fR off - P Constant character space
403 are centered in this space, including those with an actual width
404 larger than this space.
498 \fB&ne\fI|N\fR - \fIN\(eq\fR1\|\fIV\fR D,\fBv\fR Need \fIN\fR vertical space.
[all …]
/freebsd/share/doc/smm/05.fastfs/
H A D3.t67 space for inodes,
76 bytes of space in the cylinder group, expecting this
94 the space between the beginning of the cylinder group
107 would have to leave an empty space between the end of
131 A uniformly large block size wastes space.
133 block size on the amount of wasted space in the file system.
138 about 920 megabytes of formatted space.
145 Space used % waste Organization
154 Table 1 \- Amount of wasted space as a function of block size.
157 The space wasted is calculated to be the percentage of space
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineModuleInfo.h29 /// Agent synchronization scope ID (cross address space).
31 /// Workgroup synchronization scope ID (cross address space).
33 /// Wavefront synchronization scope ID (cross address space).
35 /// System synchronization scope ID (single address space).
37 /// Agent synchronization scope ID (single address space).
39 /// Workgroup synchronization scope ID (single address space).
41 /// Wavefront synchronization scope ID (single address space).
43 /// Single thread synchronization scope ID (single address space).
73 /// \returns True if \p SSID is restricted to single address space, false
86 /// \returns Agent synchronization scope ID (cross address space).
[all …]
/freebsd/crypto/heimdal/lib/asn1/
H A Dgen.c504 space(int level) in space() function
549 space (level + 1); in define_asn1()
553 space(level); in define_asn1()
567 space(level); in define_asn1()
573 space(level + 1); in define_asn1()
577 space(level); in define_asn1()
601 space(level + 1); in define_asn1()
615 space(level); in define_asn1()
652 space(level); in define_asn1()
656 space(leve in define_asn1()
[all...]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_log_spacemap.c36 * Log Space Maps
38 * Log space maps are an optimization in ZFS metadata allocations for pools
42 * FREE records to almost every metaslab. With log space maps, we hold their
43 * changes in memory and log them altogether in one pool-wide space map on-disk
44 * for persistence. As more blocks are accumulated in the log space maps and
48 * flush any unflushed changes from memory to disk (i.e. the metaslab's space
49 * map) and saves import time by making old log space maps obsolete and
50 * eventually destroying them. [A log space map is said to be obsolete when all
51 * its entries have made it to their corresponding metaslab space maps].
56 * is activated when we create the first log space map and remains active
[all …]
/freebsd/stand/ficl/softwords/
H A Dsoftcore.awk11 # POSIX [[:space:]] character class.
77 gsub(/\\[[:space:]]+$/, ""); # toss empty comments
87 /^\\[[:space:]]\*\*/ \
89 sub(/^\\[[:space:]]/, "");
97 /^[[:space:]]*$/ \
110 /^\\[[:space:]]#/ \
113 sub(/^\\[[:space:]]/, "");
126 /\\[[:space:]]+/ \
128 sub(/\\[[:space:]]+.*$/, "");
132 /[[:space:]]+\([[:space:]][^)]*\)/ \
[all …]
/freebsd/contrib/one-true-awk/bugs-fixed/
H A Dspace.bad2 " " ~ [[:space:]]
4 \a !~ [[:space:]]
6 \b !~ [[:space:]]
8 \f ~ [[:space:]]
10 \n ~ [[:space:]]
12 \r ~ [[:space:]]
14 \t ~ [[:space:]]
16 \v ~ [[:space:]]
H A Dspace.ok2 " " ~ [[:space:]]
4 \a !~ [[:space:]]
6 \b !~ [[:space:]]
8 \f ~ [[:space:]]
10 \n ~ [[:space:]]
12 \r ~ [[:space:]]
14 \t ~ [[:space:]]
16 \v ~ [[:space:]]
/freebsd/tests/sys/geom/class/eli/
H A Donline_resize_test.sh92 …atf_check -s exit:0 -o match:"^[[:space:]]${esize10}[[:space:]]+# mediasize in bytes" diskinfo -v …
98 …atf_check -s exit:0 -o match:"^[[:space:]]${esize20}[[:space:]]+# mediasize in bytes" diskinfo -v …
110 …atf_check -s exit:0 -o match:"^[[:space:]]${esize30}[[:space:]]+# mediasize in bytes" diskinfo -v …
144 …atf_check -s exit:0 -o match:"^[[:space:]]${osize10}[[:space:]]+# mediasize in bytes" diskinfo -v …
147 …atf_check -s exit:0 -o match:"^[[:space:]]${osize20}[[:space:]]+# mediasize in bytes" diskinfo -v …
149 …atf_check -s exit:0 -o match:"^[[:space:]]${osize30}[[:space:]]+# mediasize in bytes" diskinfo -v …
154 …atf_check -s exit:0 -o match:"^[[:space:]]${osize10}[[:space:]]+# mediasize in bytes" diskinfo -v …
157 …atf_check -s exit:0 -o match:"^[[:space:]]${osize10}[[:space:]]+# mediasize in bytes" diskinfo -v …
159 …atf_check -s exit:0 -o match:"^[[:space:]]${osize10}[[:space:]]+# mediasize in bytes" diskinfo -v …
164 …atf_check -s exit:0 -o match:"^[[:space:]]${osize10}[[:space:]]+# mediasize in bytes" diskinfo -v …
[all …]
/freebsd/share/doc/papers/newvm/
H A D1.t45 virtual address space associated with them.
46 This virtual address space
47 is the combination of the amount of address space with which they initially
49 All requests for address space are allocated from available swap space
51 if there is insufficient swap space left to honor the allocation,
52 the system call requesting the address space fails synchronously.
54 amount of swap space allocated to the system.
62 pushed to the previously allocated swap space so that they can be reused
78 wasting some of the disk space or generating extra disk I/O.
81 system to run individual programs whose address space exceeded
[all …]
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Ddcsr.txt17 debug blocks defined within this memory space.
25 The DCSR space exists in the memory-mapped bus.
44 range of the DCSR space.
57 This node represents the region of DCSR space allocated to the EPU
91 offset and length of the DCSR space registers of the device
107 This node represents the region of DCSR space allocated to the NPC
120 offset and length of the DCSR space registers of the device
122 The Nexus Port controller occupies two regions in the DCSR space
144 This node represents the region of DCSR space allocated to the NXC
157 offset and length of the DCSR space register
[all...]

12345678910>>...219