Home
last modified time | relevance | path

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

12345678910>>...67

/f-stack/app/redis-5.0.5/deps/hiredis/adapters/
H A Dglib.h11 GSource source; member
20 g_return_if_fail(source); in redis_source_add_read()
29 g_return_if_fail(source); in redis_source_del_read()
38 g_return_if_fail(source); in redis_source_add_write()
47 g_return_if_fail(source); in redis_source_del_write()
57 g_return_if_fail(source); in redis_source_cleanup()
132 RedisSource *source; in redis_source_new() local
136 source = (RedisSource *)g_source_new(&source_funcs, sizeof *source); in redis_source_new()
137 source->ac = ac; in redis_source_new()
141 g_source_add_poll((GSource *)source, &source->poll_fd); in redis_source_new()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dsilabs,si5351.txt30 - silabs,pll-source: pair of (number, source) for each pll. Allows
43 - silabs,clock-source: source clock of the output divider stage N, shall be
49 - silabs,multisynth-source: source pll A(0) or B(1) of corresponding multisynth
83 silabs,pll-source = <0 0>, <1 0>;
88 * - pll0 as clock source of multisynth0
96 silabs,multisynth-source = <0>;
97 silabs,clock-source = <0>;
105 * - pll1 as clock source of multisynth1
112 silabs,multisynth-source = <1>;
113 silabs,clock-source = <0>;
[all …]
/f-stack/freebsd/security/mac_lomac/
H A Dmac_lomac.c905 source = SLOT(dlabel); in lomac_bpfdesc_create_mbuf()
1080 source = SLOT(vplabel); in lomac_devfs_update()
1093 source = SLOT(delabel); in lomac_devfs_vnode_associate()
1292 source = SLOT(solabel); in lomac_inpcb_create()
1318 source = SLOT(solabel); in lomac_inpcb_sosetlabel()
1330 source = SLOT(mlabel); in lomac_ip6q_create()
1354 source = SLOT(q6label); in lomac_ip6q_reassemble()
1375 source = SLOT(mlabel); in lomac_ipq_create()
1399 source = SLOT(qlabel); in lomac_ipq_reassemble()
1486 source = SLOT(mlabel); in lomac_netinet_fragment()
[all …]
/f-stack/freebsd/security/mac_biba/
H A Dmac_biba.c809 source = SLOT(dlabel); in biba_bpfdesc_create_mbuf()
995 source = SLOT(vplabel); in biba_devfs_update()
1008 source = SLOT(delabel); in biba_devfs_vnode_associate()
1177 source = SLOT(solabel); in biba_inpcb_create()
1205 source = SLOT(solabel); in biba_inpcb_sosetlabel()
1217 source = SLOT(mlabel); in biba_ip6q_create()
1241 source = SLOT(q6label); in biba_ip6q_reassemble()
1262 source = SLOT(mlabel); in biba_ipq_create()
1286 source = SLOT(qlabel); in biba_ipq_reassemble()
1394 source = SLOT(mlabel); in biba_netinet_fragment()
[all …]
/f-stack/freebsd/security/mac_mls/
H A Dmac_mls.c774 source = SLOT(dlabel); in mls_bpfdesc_create_mbuf()
901 mls_copy(source, dest); in mls_cred_relabel()
961 source = SLOT(vplabel); in mls_devfs_update()
974 source = SLOT(delabel); in mls_devfs_vnode_associate()
1057 mls_copy(source, dest); in mls_ifnet_relabel()
1137 source = SLOT(mlabel); in mls_ip6q_create()
1182 source = SLOT(mlabel); in mls_ipq_create()
1206 source = SLOT(qlabel); in mls_ipq_reassemble()
1290 source = SLOT(mlabel); in mls_netinet_fragment()
1996 source = SLOT(mlabel); in mls_socketpeer_set_from_mbuf()
[all …]
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlobject.c182 void luaO_chunkid (char *out, const char *source, size_t bufflen) { in luaO_chunkid() argument
183 if (*source == '=') { in luaO_chunkid()
184 strncpy(out, source+1, bufflen); /* remove first char */ in luaO_chunkid()
188 if (*source == '@') { in luaO_chunkid()
190 source++; /* skip the `@' */ in luaO_chunkid()
192 l = strlen(source); in luaO_chunkid()
195 source += (l-bufflen); /* get last part of file name */ in luaO_chunkid()
198 strcat(out, source); in luaO_chunkid()
205 if (source[len] != '\0') { /* must truncate? */ in luaO_chunkid()
206 strncat(out, source, len); in luaO_chunkid()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/soc/fsl/cpm_qe/qe/
H A Ducc.txt22 - rx-clock-name: the UCC receive clock source
23 "none": clock source is disabled
26 - tx-clock-name: the UCC transmit clock source
27 "none": clock source is disabled
35 - rx-clock : represents the UCC receive clock source.
36 0x00 : clock source is disabled;
37 0x1~0x10 : clock source is BRG1~BRG16 respectively;
38 0x11~0x28: clock source is QE_CLK1~QE_CLK24 respectively.
39 - tx-clock: represents the UCC transmit clock source;
40 0x00 : clock source is disabled;
[all …]
H A Dusb.txt9 - fsl,fullspeed-clock : specifies the full speed USB clock source:
10 "none": clock source is disabled
11 "brg1" through "brg16": clock source is BRG1-BRG16, respectively
12 "clk1" through "clk24": clock source is CLK1-CLK24, respectively
13 - fsl,lowspeed-clock : specifies the low speed USB clock source:
14 "none": clock source is disabled
15 "brg1" through "brg16": clock source is BRG1-BRG16, respectively
16 "clk1" through "clk24": clock source is CLK1-CLK24, respectively
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-tra.h388 uint64_t source : 5; member
396 uint64_t source : 5;
412 uint64_t source : 5; member
420 uint64_t source : 5;
437 uint64_t source : 4; member
445 uint64_t source : 4;
462 uint64_t source : 4; member
470 uint64_t source : 4;
488 uint64_t source : 5; member
494 uint64_t source : 5;
[all …]
H A Dcvmx-tra.c624 SOURCE_ARRAY[data.cmn.source], in cvmx_tra_decode_text()
637 SOURCE_ARRAY[data.store.source], in cvmx_tra_decode_text()
651 SOURCE_ARRAY[data.iobld.source], in cvmx_tra_decode_text()
662 SOURCE_ARRAY[data.iob.source], in cvmx_tra_decode_text()
716 if (data.cmn2.source <= 7) in cvmx_tra_decode_text()
723 srcId = (data.cmn2.source); in cvmx_tra_decode_text()
755 if (data.store2.source <= 7) in cvmx_tra_decode_text()
789 if (data.iobld2.source <= 7) in cvmx_tra_decode_text()
817 if (data.iob2.source <= 7) in cvmx_tra_decode_text()
824 srcId = data.iob2.source; in cvmx_tra_decode_text()
[all …]
/f-stack/freebsd/contrib/device-tree/src/arm64/nvidia/
H A Dtegra210-p2180.dtsi63 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
72 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
118 maxim,active-fps-source = <MAX77620_FPS_SRC_1>;
129 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
140 maxim,active-fps-source = <MAX77620_FPS_SRC_1>;
153 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
177 maxim,active-fps-source = <MAX77620_FPS_SRC_1>;
214 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
236 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
251 maxim,active-fps-source = <MAX77620_FPS_SRC_1>;
[all …]
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlobject.c247 void luaO_chunkid (char *out, const char *source, size_t bufflen) { in luaO_chunkid() argument
248 size_t l = strlen(source); in luaO_chunkid()
249 if (*source == '=') { /* 'literal' source */ in luaO_chunkid()
251 memcpy(out, source + 1, l * sizeof(char)); in luaO_chunkid()
253 addstr(out, source + 1, bufflen - 1); in luaO_chunkid()
257 else if (*source == '@') { /* file name */ in luaO_chunkid()
259 memcpy(out, source + 1, l * sizeof(char)); in luaO_chunkid()
263 memcpy(out, source + 1 + l - bufflen, bufflen * sizeof(char)); in luaO_chunkid()
271 addstr(out, source, l); /* keep it */ in luaO_chunkid()
274 if (nl != NULL) l = nl - source; /* stop at first newline */ in luaO_chunkid()
[all …]
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dhist.c68 const void* source, size_t sourceSize, in HIST_count_parallel_wksp() argument
72 const BYTE* ip = (const BYTE*)source; in HIST_count_parallel_wksp()
141 const void* source, size_t sourceSize, in HIST_countFast_wksp() argument
145 return HIST_count_simple(count, maxSymbolValuePtr, source, sourceSize); in HIST_countFast_wksp()
148 …return HIST_count_parallel_wksp(count, maxSymbolValuePtr, source, sourceSize, trustInput, (U32*)wo… in HIST_countFast_wksp()
155 const void* source, size_t sourceSize, in HIST_count_wksp() argument
161 …return HIST_count_parallel_wksp(count, maxSymbolValuePtr, source, sourceSize, checkMaxSymbolValue,… in HIST_count_wksp()
163 …return HIST_countFast_wksp(count, maxSymbolValuePtr, source, sourceSize, workSpace, workSpaceSize); in HIST_count_wksp()
169 const void* source, size_t sourceSize) in HIST_countFast() argument
172 …return HIST_countFast_wksp(count, maxSymbolValuePtr, source, sourceSize, tmpCounters, sizeof(tmpCo… in HIST_countFast()
/f-stack/freebsd/contrib/device-tree/Bindings/net/can/
H A Dmpc5xxx-mscan.txt10 also specify which clock source shall be used for the controller:
12 - fsl,mscan-clock-source : a string describing the clock source. Valid values
21 also specify which clock source and divider shall be used for the controller:
23 - fsl,mscan-clock-source : a string describing the clock source. Valid values
28 clock source and frequency based on the system
51 fsl,mscan-clock-source = "ref";
H A Dfsl-flexcan.txt35 - fsl,clk-source: Select the clock source to the CAN Protocol Engine (PE).
38 then driver selects clock source 1 by default.
39 0: clock source 0 (oscillator clock)
40 1: clock source 1 (peripheral clock)
42 - wakeup-source: enable CAN remote wakeup
52 fsl,clk-source = <0>; // select clock source 0 for PE
/f-stack/freebsd/contrib/zlib/
H A Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument
25 const Bytef *source;
46 stream.next_in = (z_const Bytef *)source;
68 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument
71 const Bytef *source;
74 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
H A Duncompr.c27 int ZEXPORT uncompress2 (dest, destLen, source, sourceLen) in uncompress2() argument
30 const Bytef *source;
49 stream.next_in = (z_const Bytef *)source;
86 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() argument
89 const Bytef *source;
92 return uncompress2(dest, destLen, source, &sourceLen);
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Darm,vic.txt20 - interrupts : Interrupt source for parent controllers if the VIC is nested.
22 represents single interrupt source, starting from source 0 at LSb and ending
23 at source 31 at MSb. A bit that is set means that the source is wired and
26 configured as wake up source for the system. Order of bits is the same as for
27 valid-mask property. A set bit means that this interrupt source can be
28 configured as a wake up source for the system. If unspecied, defaults to all
/f-stack/freebsd/contrib/device-tree/Bindings/leds/
H A Dtrigger-source.yaml4 $id: http://devicetree.org/schemas/leds/trigger-source.yaml#
7 title: Trigger source providers
14 Each trigger source provider should be represented by a device tree node. It
18 '#trigger-source-cells':
20 Number of cells in a source trigger. Typically 0 for nodes of simple
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_prop.h97 void dsl_props_set_sync_impl(struct dsl_dataset *ds, zprop_source_t source,
100 zprop_source_t source, int intsz, int numints, const void *value,
102 int dsl_props_set(const char *dsname, zprop_source_t source, nvlist_t *nvl);
104 zprop_source_t source, uint64_t value);
106 zprop_source_t source, const char *value);
108 zprop_source_t source);
111 zprop_source_t source, uint64_t value, uint64_t *newvalp);
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-max77620.txt46 - maxim,active-fps-source: FPS source for the GPIOs to get
50 FPS source is FPS0.
52 FPS source is FPS1
54 FPS source is FPS2
68 This is applicable if FPS source is
75 This is applicable if FPS source is
79 "maxim,active-fps-source" but value
89 FPS source is selected as FPS0, FPS1 or
97 FPS source is selected as FPS0, FPS1 or
118 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
[all …]
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_prop.c393 if (source & ZPROP_SRC_NONE) in dsl_prop_predict()
394 source = ZPROP_SRC_NONE; in dsl_prop_predict()
396 source = ZPROP_SRC_LOCAL; in dsl_prop_predict()
399 switch ((int)source) { in dsl_prop_predict()
688 source = ZPROP_SRC_NONE; in dsl_prop_set_sync_impl()
690 source = ZPROP_SRC_LOCAL; in dsl_prop_set_sync_impl()
696 switch ((int)source) { in dsl_prop_set_sync_impl()
852 zprop_source_t source) in dsl_prop_inherit() argument
963 dpsa.dpsa_source = source; in dsl_props_set()
1001 const char *source; in dsl_prop_get_all_impl() local
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/power/
H A Dwakeup-source.txt7 "wakeup-source" boolean property.
9 Also, if device is marked as a wakeup source, then all the primary
12 However if the devices have dedicated interrupt as the wakeup source
28 7. "nvidia,wakeup-source" Documentation/devicetree/bindings/input/nvidia,tegra20-kbc.txt
40 wakeup-source;
52 wakeup-source;
64 wakeup-source;
/f-stack/freebsd/mips/mips/
H A Dintr_machdep.c96 mips_mask_hard_irq(void *source) in mips_mask_hard_irq() argument
98 uintptr_t irq = (uintptr_t)source; in mips_mask_hard_irq()
104 mips_unmask_hard_irq(void *source) in mips_unmask_hard_irq() argument
106 uintptr_t irq = (uintptr_t)source; in mips_unmask_hard_irq()
112 mips_mask_soft_irq(void *source) in mips_mask_soft_irq() argument
114 uintptr_t irq = (uintptr_t)source; in mips_mask_soft_irq()
120 mips_unmask_soft_irq(void *source) in mips_unmask_soft_irq() argument
122 uintptr_t irq = (uintptr_t)source; in mips_unmask_soft_irq()
/f-stack/dpdk/examples/pipeline/examples/
H A Dl2fwd_pcap.cli8 pipeline PIPELINE0 port in 0 source MEMPOOL0 ./examples/packet.pcap
9 pipeline PIPELINE0 port in 1 source MEMPOOL0 ./examples/packet.pcap
10 pipeline PIPELINE0 port in 2 source MEMPOOL0 ./examples/packet.pcap
11 pipeline PIPELINE0 port in 3 source MEMPOOL0 ./examples/packet.pcap

12345678910>>...67