Home
last modified time | relevance | path

Searched refs:of (Results 1 – 25 of 5141) sorted by relevance

12345678910>>...206

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_open_file_cache.c157 of->err = 0; in ngx_open_cached_file()
223 if (rc != NGX_OK && (of->err == 0 || !of->errors)) { in ngx_open_cached_file()
232 && (of->uniq == 0 || of->uniq == file->uniq) in ngx_open_cached_file()
291 if (rc != NGX_OK && (of->err == 0 || !of->errors)) { in ngx_open_cached_file()
356 if (rc != NGX_OK && (of->err == 0 || !of->errors)) { in ngx_open_cached_file()
399 file->fd = of->fd; in ngx_open_cached_file()
406 if (of->err == 0) { in ngx_open_cached_file()
436 if (of->err == 0) { in ngx_open_cached_file()
869 if (!of->log) { in ngx_open_and_stat_file()
913 of->fd = fd; in ngx_open_and_stat_file()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dmicrel-ksz90x1.txt48 - rxc-skew-ps : Skew control of RXC pad
49 - rxdv-skew-ps : Skew control of RX CTL pad
50 - txc-skew-ps : Skew control of TXC pad
51 - txen-skew-ps : Skew control of TX CTL pad
52 - rxd0-skew-ps : Skew control of RX data 0 pad
53 - rxd1-skew-ps : Skew control of RX data 1 pad
54 - rxd2-skew-ps : Skew control of RX data 2 pad
70 Maximum value of 1860, default value 900:
75 Maximum value of 900, default value 420:
77 - rxdv-skew-ps : Skew control of RX CTL pad
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/display/
H A Dst,stih4xx.txt6 - reg: Physical base address of the IP registers and length of memory mapped region.
14 - reg: Physical base address of the IP registers and length of memory mapped region.
16 number of clocks may depend of the SoC type.
23 of bind them.
32 - reg: Physical base address of the IP registers and length of memory mapped region.
34 number of clocks may depend of the SoC type.
48 - reg: Physical base address of the IP registers and length of memory mapped region.
67 number of clocks may depend of the SoC type.
80 number of clocks may depend of the SoC type.
93 number of clocks may depend of the SoC type.
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/i2c/
H A Drenesas,i2c.txt5 "renesas,i2c-r8a7742" if the device is a part of a R8A7742 SoC.
6 "renesas,i2c-r8a7743" if the device is a part of a R8A7743 SoC.
7 "renesas,i2c-r8a7744" if the device is a part of a R8A7744 SoC.
8 "renesas,i2c-r8a7745" if the device is a part of a R8A7745 SoC.
9 "renesas,i2c-r8a77470" if the device is a part of a R8A77470 SoC.
10 "renesas,i2c-r8a774a1" if the device is a part of a R8A774A1 SoC.
11 "renesas,i2c-r8a774b1" if the device is a part of a R8A774B1 SoC.
14 "renesas,i2c-r8a7778" if the device is a part of a R8A7778 SoC.
15 "renesas,i2c-r8a7779" if the device is a part of a R8A7779 SoC.
16 "renesas,i2c-r8a7790" if the device is a part of a R8A7790 SoC.
[all …]
/f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/modes/
H A DTHIRDPARTYLICENSE.openssl18 control with that entity. For the purposes of this definition,
20 direction or management of such entity, whether by contract or
21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
67 2. Grant of Copyright License. Subject to the terms and conditions of
74 3. Grant of Patent License. Subject to the terms and conditions of
88 as of the date such litigation is filed.
95 (a) You must give any other recipients of the Work or
96 Derivative Works a copy of this License; and
142 origin of the Work and reproducing the content of the NOTICE file.
160 result of this License or out of the use or inability to use the
[all …]
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_index_module.c105 ngx_open_file_info_t of; in ngx_http_index_handler() local
206 of.directio = clcf->directio; in ngx_http_index_handler()
209 of.test_only = 1; in ngx_http_index_handler()
220 if (of.err == 0) { in ngx_http_index_handler()
228 if (of.err == NGX_EMLINK in ngx_http_index_handler()
290 ngx_open_file_info_t of; in ngx_http_index_test_dir() local
307 of.test_dir = 1; in ngx_http_index_test_dir()
308 of.test_only = 1; in ngx_http_index_test_dir()
319 if (of.err) { in ngx_http_index_test_dir()
322 if (of.err == NGX_EMLINK in ngx_http_index_test_dir()
[all …]
H A Dngx_http_flv_module.c73 ngx_open_file_info_t of; in ngx_http_flv_handler() local
106 of.read_ahead = clcf->read_ahead; in ngx_http_flv_handler()
107 of.directio = clcf->directio; in ngx_http_flv_handler()
108 of.valid = clcf->open_file_cache_valid; in ngx_http_flv_handler()
110 of.errors = clcf->open_file_cache_errors; in ngx_http_flv_handler()
120 switch (of.err) { in ngx_http_flv_handler()
158 if (!of.is_file) { in ngx_http_flv_handler()
171 len = of.size; in ngx_http_flv_handler()
239 b->file_last = of.size; in ngx_http_flv_handler()
245 b->file->fd = of.fd; in ngx_http_flv_handler()
[all …]
H A Dngx_http_static_module.c59 ngx_open_file_info_t of; in ngx_http_static_handler() local
91 of.read_ahead = clcf->read_ahead; in ngx_http_static_handler()
92 of.directio = clcf->directio; in ngx_http_static_handler()
93 of.valid = clcf->open_file_cache_valid; in ngx_http_static_handler()
105 switch (of.err) { in ngx_http_static_handler()
147 if (of.is_dir) { in ngx_http_static_handler()
196 if (!of.is_file) { in ngx_http_static_handler()
229 if (r != r->main && of.size == 0) { in ngx_http_static_handler()
254 b->file_last = of.size; in ngx_http_static_handler()
260 b->file->fd = of.fd; in ngx_http_static_handler()
[all …]
H A Dngx_http_gzip_static_module.c94 ngx_open_file_info_t of; in ngx_http_gzip_static_handler() local
145 of.read_ahead = clcf->read_ahead; in ngx_http_gzip_static_handler()
146 of.directio = clcf->directio; in ngx_http_gzip_static_handler()
147 of.valid = clcf->open_file_cache_valid; in ngx_http_gzip_static_handler()
159 switch (of.err) { in ngx_http_gzip_static_handler()
185 ngx_log_error(level, log, of.err, in ngx_http_gzip_static_handler()
201 if (of.is_dir) { in ngx_http_gzip_static_handler()
208 if (!of.is_file) { in ngx_http_gzip_static_handler()
268 b->file_last = of.size; in ngx_http_gzip_static_handler()
274 b->file->fd = of.fd; in ngx_http_gzip_static_handler()
[all …]
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/
H A DLICENSE21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
67 2. Grant of Copyright License. Subject to the terms and conditions of
74 3. Grant of Patent License. Subject to the terms and conditions of
88 as of the date such litigation is filed.
95 (a) You must give any other recipients of the Work or
96 Derivative Works a copy of this License; and
142 origin of the Work and reproducing the content of the NOTICE file.
160 result of this License or out of the use or inability to use the
164 has been advised of the possibility of such damages.
190 Copyright [yyyy] [name of copyright owner]
[all …]
/f-stack/freebsd/contrib/openzfs/
H A DLICENSE45 modification of the contents of a file containing Original
158 the terms of this License. You must include a copy of this
159 License with every copy of the Source Code form of the Covered
202 under the terms of this License or under the terms of a license of
237 Covered Software available under the terms of the version of the
246 the terms of any subsequent version of the License published by
366 indirectly, out of its utilization of rights under this License
370 of liability.
378 be governed by the laws of the State of California (excluding
382 jurisdiction of the Federal Courts of the Northern District of
[all …]
/f-stack/freebsd/contrib/zlib/doc/
H A Drfc1951.txt14 Status of This Memo
17 does not specify an Internet standard of any kind. Distribution of
63 Table of Contents
152 of bytes as a (usually shorter) sequence of bits, and a method for
189 A compressed data set consists of a series of blocks, corresponding
199 Each block consists of two parts: a pair of Huffman code trees that
203 elements of two types: literal bytes (of strings that have not been
288 in below, as a sequence of data elements of various bit
423 bl_count[N] be the number of codes of length N, N >= 1.
850 Redundancy Codes", Proceedings of the Institute of Radio
[all …]
/f-stack/app/redis-5.0.5/
H A DMANIFESTO10 values are different kinds of abstract data types. Every data type
13 essence of a data type isn't just the kind of operations that the data types
19 all kinds of computers, including entry-level servers, is increasing
26 the development of an in-memory database.
35 performed as the sum of the basic operations.
46 usage, one of the fundamental goals of the Redis project is to
65 of code. Most of the time the best way to fight complexity is by not
68 regardless of the license. One of the main Redis goals is to remain
85 8 - Two levels of API. The Redis API has two levels: 1) a subset of the API fits
98 taking paths that will make Redis less of a joy to develop.
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Daspeed-lpc.txt6 peripheral devices, replacing the use of the ISA bus in the age of PCI[0]. The
9 conditions it can also take the role of bus master.
23 physical properties of some LPC pins, configuration of serial IRQs, and
30 * A set of SuperIO[3] scratch registers: Enables implementation of e.g. custom
46 - compatible: One of:
64 - compatible: One of:
68 - reg: contains the physical address and length values of the
74 - compatible: One of:
128 - compatible: One of:
163 in the "host" portion of the Aspeed LPC controller, which must be the parent of
[all …]
/f-stack/dpdk/license/
H A Dlgpl-2.1.txt27 When we speak of free software, we are referring to freedom of use,
98 programs enables a greater number of people to use a large body of
146 on the Library (independent of the use of the Library in a tool for
196 on the Library, the distribution of the whole must be on the terms of
212 License instead of this License to a given copy of the Library. To do
215 instead of to this License. (If a newer version than version 2 of the
224 This option is useful when you wish to copy part of the code of
240 5. A program that contains no derivative of any portion of the
284 of these things:
403 be a consequence of the rest of this License.
[all …]
/f-stack/tools/libxo/tests/xo/saved/
H A Dxo_02.T.out1 The capital of North Carolina is Raleigh
2 The capital of North Carolina is Raleigh
3 The capital of North Carolina is Raleigh
4 The capital of North Carolina is Raleigh
5 The capital of North Carolina is Raleigh
6 The capital of North Carolina is Raleigh
7 The capital of North Carolina is Raleigh
8 The capital of North Carolina is Raleigh
10 Answer:The capital of North Carolina is Raleigh
/f-stack/freebsd/contrib/device-tree/Bindings/net/can/
H A Drcar_can.txt5 - compatible: "renesas,can-r8a7743" if CAN controller is a part of R8A7743 SoC.
6 "renesas,can-r8a7744" if CAN controller is a part of R8A7744 SoC.
7 "renesas,can-r8a7745" if CAN controller is a part of R8A7745 SoC.
8 "renesas,can-r8a77470" if CAN controller is a part of R8A77470 SoC.
9 "renesas,can-r8a774a1" if CAN controller is a part of R8A774A1 SoC.
12 "renesas,can-r8a7778" if CAN controller is a part of R8A7778 SoC.
13 "renesas,can-r8a7779" if CAN controller is a part of R8A7779 SoC.
14 "renesas,can-r8a7790" if CAN controller is a part of R8A7790 SoC.
33 - reg: physical base address and size of the R-Car CAN register map.
47 - assigned-clocks: phandle of clkp2(CANFD) clock.
[all …]
/f-stack/freebsd/contrib/device-tree/src/powerpc/fsl/
H A Db4420qds.dts8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
13 * * Neither the name of Freescale Semiconductor nor the
14 * names of its contributors may be used to endorse or promote products
18 * ALTERNATIVELY, this software may be distributed under the terms of the
20 * Foundation, either version 2 of that License or (at your option) any
25 * warranties of merchantability and fitness for a particular purpose are
30 * on any theory of liability, whether in contract, strict liability, or tort
31 * (including negligence or otherwise) arising in any way out of the use of
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/
H A Ddcsr.txt8 the integration of the block with the rest of the chip.
70 The value of the interrupts property consists of three
91 offset and length of the DCSR space registers of the device
120 offset and length of the DCSR space registers of the device
157 offset and length of the DCSR space registers of the device
182 offset and length of the DCSR space registers of the device
219 offset and length of the DCSR space registers of the device
247 offset and length of the DCSR space registers of the device
278 offset and length of the DCSR space registers of the device
307 offset and length of the DCSR space registers of the device
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/display/exynos/
H A Dexynos_hdmi.txt9 - reg: physical base address of the hdmi and length of memory mapped
13 a) phandle of the gpio controller node.
23 a) hdmi: Gate of HDMI IP bus clock.
24 b) sclk_hdmi: Gate of HDMI special clock.
25 c) sclk_pixel: Pixel special clock, one of the two possible inputs of
27 d) sclk_hdmiphy: HDMI PHY clock output, one of two possible inputs of
38 a) hdmi_pclk: Gate of HDMI IP APB bus.
39 b) hdmi_i_pclk: Gate of HDMI-PHY IP APB bus.
40 d) i_tmds_clk: Gate of HDMI TMDS clock.
41 e) i_pixel_clk: Gate of HDMI pixel clock.
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/mailbox/
H A Dnvidia,tegra186-hsp.txt4 together. It provides a set of hardware synchronization primitives for
15 Array of strings.
16 one of:
19 - reg : Offset and length of the register set for the device.
21 Array of strings.
25 - "sharedN", where 'N' is a number from zero up to the number of
30 Array of interrupt specifiers.
41 For shared mailboxes, the second cell is composed of two fields:
48 consumer of data sent by a producer.
51 The index of the shared mailbox to use. The number of available mailboxes
[all …]
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Deventdev_pipeline.rst8 the usage of the eventdev API using the software PMD. It shows how an
9 application can configure a pipeline and assign a set of worker cores to
12 The application has a range of command line arguments allowing it to be
30 The application has a lot of command line options. This allows specification of
31 the eventdev PMD to use, and a number of attributes of the processing pipeline
43 * ``-c32``: worker dequeue depth of 32
44 * ``-W1000``: do 1000 cycles of work per packet in each stage
79 This provides an overview of the pipeline,
105 At runtime, the statistics of the consumer are printed, stating the number of
116 transmitted, and an overview of the distribution of work across worker cores.
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/gpio/
H A Dnvidia,tegra186-gpio.txt10 read/write the value of, numerous GPIO signals. Routing of GPIO signals to
12 major sets of registers exist:
28 just one of these physical aliases.
36 The number of ports implemented by each GPIO controller varies. The number of
51 of the number of ports it implements. Note that the HW documentation refers to
55 of ports. Each GPIO may be configured to feed into a specific one of the
58 handle subsets of the interrupts within a port. The status of each of these
67 Array of strings.
68 One of:
74 Array of strings.
[all …]
/f-stack/dpdk/doc/guides/prog_guide/
H A Dtraffic_management.rst11 This is the generic API for the Quality of Service (QoS) Traffic Management of
18 * Part of DPDK rte_ethdev API
35 any hierarchical level of the TM and at any node level of the specific
40 parameters such as maximum number of nodes, maximum number of hierarchical
41 levels, maximum number of shapers, maximum number of private shapers, type of
47 such as maximum number of nodes at the level, maximum number of leaf/non-leaf
63 at the level of each node of the scheduling hierarchy, regardless of the node
156 node sits on top of a scheduling queue of the current Ethernet port. Therefore,
158 number of scheduling queues of the current Ethernet port. The non-leaf nodes
170 weights. The WFQ weight of a given child node is relative to the sum of the
[all …]
H A Dmember_lib.rst14 given set, or a group of sets. For the case of a group of sets, the library
39 a lossy hash-based representation of a set of members. It can dramatically
52 provide a small set of examples of using the Membership Library:
68 whether its id is a member of the set of visited nodes, and if it is, then a
91 Vector of Bloom Filters
96 an element is a member of a set) with some probability of false positives and
186 As a result, generally speaking vBF is more adequate for the case of a small limited number of sets
263 sequential search of sub-tables.
282 which is the name of the created set-summary, *type* which is one of the types
344 the number of matches
[all …]

12345678910>>...206