Home
last modified time | relevance | path

Searched refs:which (Results 26 – 50 of 3860) sorted by relevance

12345678910>>...155

/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dexynos5433-clock.txt13 which generates clocks for LLI (Low Latency Interface) IP.
15 which generates clocks for DRAM Memory Controller domain.
21 which generates clocks for USB/UFS/SDMMC/TSI/PDMA IPs.
23 which generates clocks for G2D/MDMA IPs.
27 which generates clocks for Cortex-A5/BUS/AUDIO clocks.
32 which generates clocks for 3D Graphics Engine IP.
34 which generates clocks for GSCALER IPs.
36 which generates clocks for Cortex-A53 Quad-core processor.
43 which generates clocks for MFC(Multi-Format Codec) IP.
47 which generates clocks for FIMC-ISP/DRC/SCLC/DIS/3DNR IPs.
[all …]
H A Dux500.txt10 CLKRST4, which does not exist.
14 reset, control unit) clocks. The cell indicates which PRCMU
18 The first cell indicates which PRCC block the consumer
20 cell indicates which clock inside the PRCC block it wants,
24 The first cell indicates which PRCC block the consumer
26 cell indicates which clock inside the PRCC block it wants,
H A Dstericsson,u8500-clks.yaml39 management unit) clocks. The cell indicates which PRCMU clock in the
52 which PRCC block the consumer wants to use, possible values are 1, 2, 3,
53 5, 6. The second cell indicates which clock inside the PRCC block it
65 and clock controller) kernel clocks. The first cell indicates which PRCC
67 second cell indicates which clock inside the PRCC block it wants, possible
80 which PRCC block the consumer wants to use, possible values are 1, 2, 3
81 5 and 6. The second cell indicates which reset line inside the PRCC block
121 The first cell indicates which output clock we are using,
123 The second cell indicates which clock we want to use as source,
H A Dsamsung,exynos5433-clock.yaml26 # CMU_TOP which generates clocks for
30 # CMU_CPIF which generates clocks for LLI (Low Latency Interface) IP
32 # CMU_MIF which generates clocks for DRAM Memory Controller domain
34 # CMU_PERIC which generates clocks for
39 # CMU_FSYS which generates clocks for USB/UFS/SDMMC/TSI/PDMA IPs
51 # CMU_ATLAS which generates clocks for Cortex-A57 Quad-core processor,
54 # CMU_MSCL which generates clocks for M2M (Memory to Memory) scaler and
59 # CMU_ISP which generates clocks for FIMC-ISP/DRC/SCLC/DIS/3DNR IPs
61 # CMU_CAM0 which generates clocks for
64 # CMU_CAM1 which generates clocks for
[all …]
/freebsd/share/examples/ipfilter/rules/
H A Dfirewall8 rules which:
9 a) blocks all packets which might belong to an IP Spoofing attack;
11 c) blocks all packets which have a length which is too short for
17 Draw up a list of which services you want to allow users to use on the
36 * "ext-service" is the service to which you wish to connect or if it doesn't
/freebsd/sys/contrib/xen/arch-x86/
H A Dxen-x86_64.h135 #define __DECL_REG_LOHI(which) union { \ argument
136 uint64_t r ## which ## x; \
137 uint32_t e ## which ## x; \
138 uint16_t which ## x; \
140 uint8_t which ## l; \
141 uint8_t which ## h; \
/freebsd/sys/contrib/device-tree/Bindings/iommu/
H A Dmediatek,iommu.txt54 smi-common. GALS can been seen as a "asynchronous fifo" which could help
59 "mediatek,mt2701-m4u" for mt2701 which uses generation one m4u HW.
60 "mediatek,mt2712-m4u" for mt2712 which uses generation two m4u HW.
61 "mediatek,mt6779-m4u" for mt6779 which uses generation two m4u HW.
62 "mediatek,mt7623-m4u", "mediatek,mt2701-m4u" for mt7623 which uses
64 "mediatek,mt8167-m4u" for mt8167 which uses generation two m4u HW.
65 "mediatek,mt8173-m4u" for mt8173 which uses generation two m4u HW.
66 "mediatek,mt8183-m4u" for mt8183 which uses generation two m4u HW.
72 Here is the list which require this "bclk":
74 Note that m4u use the EMI clock which always has been enabled before kernel
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c813 switch (which) { in wlan_config_snmp2ioctl()
961 switch (which) { in wlan_regdomain_to_snmp()
1028 int which; in wlan_snmp_to_regdomain() local
1032 which = SKU_FCC; in wlan_snmp_to_regdomain()
1035 which = SKU_CA; in wlan_snmp_to_regdomain()
1065 which = SKU_ROW; in wlan_snmp_to_regdomain()
1074 which = SKU_SR9; in wlan_snmp_to_regdomain()
1088 return (which); in wlan_snmp_to_regdomain()
1604 switch (which) { in wlan_config_snmp2value()
2031 switch (which) { in wlan_config_get_ioctl()
[all …]
H A Dwlan_snmp.h235 int wlan_config_get_ioctl(struct wlan_iface *wif, int which);
236 int wlan_config_set_ioctl(struct wlan_iface *wif, int which, int val,
254 int32_t wlan_do_sysctl(struct wlan_config *cfg, enum wlan_syscl which, int set);
255 int wlan_mesh_config_get(struct wlan_iface *wif, int which);
256 int wlan_mesh_config_set(struct wlan_iface *wif, int which);
261 int wlan_hwmp_config_get(struct wlan_iface *wif, int which);
262 int wlan_hwmp_config_set(struct wlan_iface *wif, int which);
/freebsd/crypto/openssl/ssl/
H A Dtls13_enc.c445 if (which & SSL3_CC_READ) { in tls13_change_cipher_state()
476 if (((which & SSL3_CC_CLIENT) && (which & SSL3_CC_WRITE)) in tls13_change_cipher_state()
477 || ((which & SSL3_CC_SERVER) && (which & SSL3_CC_READ))) { in tls13_change_cipher_state()
478 if (which & SSL3_CC_EARLY) { in tls13_change_cipher_state()
612 if (!(which & SSL3_CC_EARLY)) { in tls13_change_cipher_state()
696 if (!(which & SSL3_CC_APPLICATION) in tls13_change_cipher_state()
712 if (which & SSL3_CC_WRITE) in tls13_change_cipher_state()
723 if (which & SSL3_CC_WRITE) { in tls13_change_cipher_state()
729 if (which & SSL3_CC_WRITE) in tls13_change_cipher_state()
740 if (which & SSL3_CC_WRITE) in tls13_change_cipher_state()
[all …]
H A Dt1_enc.c150 int tls1_change_cipher_state(SSL *s, int which) in tls1_change_cipher_state() argument
179 if (which & SSL3_CC_READ) { in tls1_change_cipher_state()
298 if ((which == SSL3_CHANGE_CIPHER_CLIENT_WRITE) || in tls1_change_cipher_state()
299 (which == SSL3_CHANGE_CIPHER_SERVER_READ)) { in tls1_change_cipher_state()
349 BIO_printf(trc_out, "which = %04X, mac key:\n", which); in tls1_change_cipher_state()
412 if (which & SSL3_CC_WRITE) in tls1_change_cipher_state()
423 if (which & SSL3_CC_WRITE) { in tls1_change_cipher_state()
430 (BIO_get_ktls_recv(s->rbio) && (which & SSL3_CC_READ))) { in tls1_change_cipher_state()
435 if (which & SSL3_CC_WRITE) in tls1_change_cipher_state()
447 if (which & SSL3_CC_WRITE) in tls1_change_cipher_state()
[all …]
/freebsd/contrib/libpcap/testprogs/
H A Dfindalldevstest.c325 static short which; in iptos() local
329 which = (which + 1 == IPTOSBUFFERS ? 0 : which + 1); in iptos()
330 snprintf(output[which], sizeof(output[which]), "%d.%d.%d.%d", p[0], p[1], p[2], p[3]); in iptos()
331 return output[which]; in iptos()
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmediatek,mt6797-pinctrl.yaml111 0: (R1, R0) = (0, 0) which means R1 disabled and R0 disabled.
112 1: (R1, R0) = (0, 1) which means R1 disabled and R0 enabled.
113 2: (R1, R0) = (1, 0) which means R1 enabled and R0 disabled.
114 3: (R1, R0) = (1, 1) which means R1 enabled and R0 enabled.
122 0: (R1, R0) = (0, 0) which means R1 disabled and R0 disabled.
123 1: (R1, R0) = (0, 1) which means R1 disabled and R0 enabled.
124 2: (R1, R0) = (1, 0) which means R1 enabled and R0 disabled.
125 3: (R1, R0) = (1, 1) which means R1 enabled and R0 enabled.
H A Dmediatek,mt6779-pinctrl.yaml165 0: (R1, R0) = (0, 0) which means R1 disabled and R0 disabled.
166 1: (R1, R0) = (0, 1) which means R1 disabled and R0 enabled.
167 2: (R1, R0) = (1, 0) which means R1 enabled and R0 disabled.
168 3: (R1, R0) = (1, 1) which means R1 enabled and R0 enabled.
177 0: (R1, R0) = (0, 0) which means R1 disabled and R0 disabled.
178 1: (R1, R0) = (0, 1) which means R1 disabled and R0 enabled.
179 2: (R1, R0) = (1, 0) which means R1 enabled and R0 disabled.
180 3: (R1, R0) = (1, 1) which means R1 enabled and R0 enabled.
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c167 switch (which) { in pf_status()
206 switch (which) { in pf_counter()
249 switch (which) { in pf_statetable()
289 switch (which) { in pf_srcnodes()
327 switch (which) { in pf_limits()
369 switch (which) { in pf_timeouts()
460 switch (which) { in pf_logif()
581 switch (which) { in pf_iftable()
728 switch (which) { in pf_tbltable()
841 switch (which) { in pf_tbladdr()
[all …]
/freebsd/sys/sys/
H A Dsocketvar.h275 #define SOCK_BUF_LOCK(so, which) \ argument
276 mtx_lock(soeventmtx(so, which))
277 #define SOCK_BUF_UNLOCK(so, which) \ argument
278 mtx_unlock(soeventmtx(so, which))
279 #define SOCK_BUF_LOCK_ASSERT(so, which) \ argument
280 mtx_assert(soeventmtx(so, which), MA_OWNED)
281 #define SOCK_BUF_UNLOCK_ASSERT(so, which) \ argument
282 mtx_assert(soeventmtx(so, which), MA_NOTOWNED)
285 sobuf(struct socket *so, const sb_which which) in sobuf() argument
287 return (which == SO_RCV ? &so->so_rcv : &so->so_snd); in sobuf()
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-rw.m43 dnl # kernel_write() which was introduced in 3.9 was updated to take
4 dnl # the offset as a pointer which is needed by vn_rdwr().
33 dnl # kernel_read() which has existed for forever was updated to take
34 dnl # the offset as a pointer which is needed by vn_rdwr().
/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_datagram.pod32 which provide datagram semantics, such as UDP sockets. It is suitable for use
47 connected socket is a network socket which has had L<BIO_connect(3)> or a
94 APIs which do not specify peer addresses (for example, send(3) and recv(3) or
100 which specify peer addresses (for example, sendto(3) and recvfrom(3)).
104 This outputs a B<BIO_ADDR> which specifies one of the following values,
140 Returns a quantity in bytes which is a rough estimate of the number of bytes of
142 estimate the final size of the Layer 3 (e.g. IP) packet which will contain the
143 datagram. In most cases, the maximum datagram payload size which can be
157 Fragment mode, in which datagrams will be set with the IP Don't Fragment (DF)
162 Queries the OS for its assessment of the Path MTU for the destination to which
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Diqs5xx.txt12 - interrupts : GPIO to which the device's active-high RDY
15 - reset-gpios : GPIO to which the device's active-low NRST
46 which may already be specified by the device's
50 which may already be specified by the device's
54 which may already be specified by the device's
/freebsd/contrib/bmake/
H A DREADME12 which generally represents the date it was last merged with NetBSD's
23 there are a number of args - most of which get passed to configure,
37 insensitive filesystem. It depends on a generated ``makefile`` which
41 portable *.mk macros which are included with bmake since 20121212
53 Even a report of unit tests which fail is appreciated.
/freebsd/sys/kern/
H A Duipc_sockbuf.c454 SOCK_BUF_LOCK_ASSERT(so, which); in sbwait()
456 sb = sobuf(so, which); in sbwait()
481 SOCK_BUF_LOCK_ASSERT(so, which); in sowakeup()
483 sb = sobuf(so, which); in sowakeup()
502 sowakeup_aio(so, which); in sowakeup()
503 SOCK_BUF_UNLOCK(so, which); in sowakeup()
770 sbrelease_internal(so, which); in sbrelease_locked()
777 SOCK_BUF_LOCK(so, which); in sbrelease()
778 sbrelease_locked(so, which); in sbrelease()
779 SOCK_BUF_UNLOCK(so, which); in sbrelease()
[all …]
H A Dbus_if.m114 * @param _child the child device which failed to probe
186 * @param _child the child device which is being deleted
200 * @param _child the child device which changed state
216 * @param _driver the new driver which was added
541 * @param _child the device which owns the resource
563 * @param _child the device which owns the resource
587 * @param _child the device which owns the resource
644 * @param _child the device which is being examined
664 * @param _child the device which is being examined
686 * @param _child the device which is being examined
[all …]
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dnvidia,tegra20-emc.txt59 next level of nodes below the emc table are used to specify which settings
60 apply for which ram-code settings.
69 for which this node (and children) are valid.
79 There are two ways of specifying which tables to use:
82 and they will always be used (based on which frequency is used).
92 used to select which tables to use.
98 the valid frequency for which the table should be used (in kHz).
99 - clock-frequency : the clock frequency for the EMC at which this
/freebsd/sys/dev/acpica/
H A Dacpi_pcib_pci.c69 int which, uintptr_t *result);
143 acpi_pcib_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) in acpi_pcib_read_ivar() argument
147 switch (which) { in acpi_pcib_read_ivar()
152 return (pcib_read_ivar(dev, child, which, result)); in acpi_pcib_read_ivar()
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Darm,arch_timer.yaml13 ARM cores may have a per-core architected timer, which provides per-cpu timers,
14 or a memory mapped architected timer, which provides up to 8 frames with a
62 only where necessary to work around broken firmware which does not configure
79 description: Indicates the presence of QorIQ erratum A-008585, which says
86 description: Indicates the presence of Hisilicon erratum 161010101, which
94 registers, which contain their architecturally-defined reset values. Only
95 supported for 32-bit systems which follow the ARMv7 architected reset

12345678910>>...155