Home
last modified time | relevance | path

Searched +full:slot +full:- +full:size (Results 1 – 25 of 1063) sorted by relevance

12345678910>>...43

/freebsd/sys/dev/evdev/
H A Devdev_mt.c1 /*-
26 /*-
63 for ((i) = ffs(v) - 1; (i) != -1; (i) = ffs((v) & (~1 << (i))) - 1)
102 return (ffs(~slots & ((2U << MAXIMAL_MT_SLOT(evdev)) - 1)) - 1); in ffc_slot()
109 size_t size = offsetof(struct evdev_mt, slots); in evdev_mt_init() local
110 int slot, slots; in evdev_mt_init() local
113 type_a = !bit_test(evdev->ev_abs_flags, ABS_MT_SLOT); in evdev_mt_init()
117 ABS_MT_SLOT, 0, MAX_MT_SLOTS - 1, 0, 0, 0); in evdev_mt_init()
119 ABS_MT_TRACKING_ID, -1, MAX_MT_SLOTS - 1, 0, 0, 0); in evdev_mt_init()
123 size += sizeof(mt->slots[0]) * slots; in evdev_mt_init()
[all …]
/freebsd/sbin/nvmecontrol/
H A Dfirmware.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
7 * Copyright (C) 2012-2013 Intel Corporation
58 uint32_t slot; member
63 .slot = NONE,
72 OPT("slot", 's', arg_uint32, opt, slot,
99 slot_has_valid_firmware(int fd,int slot) slot_has_valid_firmware() argument
114 read_image_file(const char * path,void ** buf,int32_t * size) read_image_file() argument
161 uint32_t resid, size; update_firmware() local
200 activate_firmware(int fd,int slot,int activate_action) activate_firmware() argument
234 int32_t size = 0, nsid; firmware() local
[all...]
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp1 //===-- tsan_rtl.cpp ------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 // Main file (entry points) for the TSan run-time.
12 //===----------------------------------------------------------------------===//
52 "initial-exec"))) char cur_thread_placeholder[sizeof(ThreadState)];
57 // Can be overriden by a front-end.
83 Lock lock(&ctx->slot_mtx); in TracePartAlloc()
84 uptr max_parts = Trace::kMinParts + flags()->history_size; in TracePartAlloc()
85 Trace* trace = &thr->tctx->trace; in TracePartAlloc()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-lx2160a-qds.dts1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
7 /dts-v1/;
9 #include "fsl-lx2160a.dtsi"
13 compatible = "fsl,lx2160a-qds", "fsl,lx2160a";
23 stdout-path = "serial0:115200n8";
26 sb_3v3: regulator-sb3v3 {
27 compatible = "regulator-fixed";
28 regulator-name = "MC34717-3.3VSB";
29 regulator-min-microvolt = <3300000>;
30 regulator-max-microvolt = <3300000>;
[all …]
H A Dfsl-lx2162a-qds.dts1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
7 /dts-v1/;
9 #include "fsl-lx2160a.dtsi"
13 compatible = "fsl,lx2162a-qds", "fsl,lx2160a";
23 stdout-path = "serial0:115200n8";
26 sb_3v3: regulator-sb3v3 {
27 compatible = "regulator-fixed";
28 regulator-name = "LTM4619-3.3VSB";
29 regulator-min-microvolt = <3300000>;
30 regulator-max-microvolt = <3300000>;
[all …]
/freebsd/sys/x86/pci/
H A Dpci_early_quirks.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
64 "Size of the intel graphics stolen memory.");
70 intel_stolen_base_gen3(int domain, int bus, int slot, int func) in intel_stolen_base_gen3() argument
75 ctrl = pci_cfgregread(domain, bus, slot, func, INTEL_BSM, 4); in intel_stolen_base_gen3()
81 intel_stolen_base_gen11(int domain, int bus, int slot, int func) in intel_stolen_base_gen11() argument
86 ctrl = pci_cfgregread(domain, bus, slot, fun in intel_stolen_base_gen11()
94 intel_stolen_size_gen3(int domain,int bus,int slot,int func) intel_stolen_size_gen3() argument
134 intel_stolen_size_gen6(int domain,int bus,int slot,int func) intel_stolen_size_gen6() argument
145 intel_stolen_size_gen8(int domain,int bus,int slot,int func) intel_stolen_size_gen8() argument
156 intel_stolen_size_chv(int domain,int bus,int slot,int func) intel_stolen_size_chv() argument
178 intel_stolen_size_gen9(int domain,int bus,int slot,int func) intel_stolen_size_gen9() argument
195 vm_paddr_t (*size)(int domain, int bus, int slot, int func); global() member
283 const int slot = 2; intel_graphics_stolen() local
[all...]
/freebsd/usr.sbin/bhyve/
H A Dpci_emul.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
116 uint64_t size; member
162 static void pci_cfgrw(int in, int bus, int slot, int func, int coff,
206 * Slot options are in the form:
208 * <bus>:<slot>:<func>,<emul>[,<config>]
209 * <slot>[:<func>],<emul>[,<config>]
211 * slot is 0..31
213 * emul is a string describing the type of PCI device e.g. virtio-net
217 * 1,virtio-net,tap0
[all …]
H A Dpci_ahci.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
5 * Copyright (c) 2015-2016 Alexander Motin <mav@FreeBSD.org>
70 FIS_TYPE_REGH2D = 0x27, /* Register FIS - host to device */
71 FIS_TYPE_REGD2H = 0x34, /* Register FIS - device to host */
72 FIS_TYPE_DMAACT = 0x39, /* DMA activate FIS - device to host */
73 FIS_TYPE_DMASETUP = 0x41, /* DMA setup FIS - bidirectional */
74 FIS_TYPE_DATA = 0x46, /* Data FIS - bidirectional */
75 FIS_TYPE_BIST = 0x58, /* BIST activate FIS - bidirectional */
76 FIS_TYPE_PIOSETUP = 0x5F, /* PIO setup FIS - device to host */
[all …]
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/
H A Dintel-ixp4xx-reference-design.dtsi1 // SPDX-License-Identifier: ISC
5 * set-up for IXDP425, IXCDP1100, KIXRP435 and IXDP465.
20 stdout-path = "uart0:115200n8";
28 compatible = "i2c-gpio";
29 sda-gpios = <&gpio0 7 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
30 scl-gpios = <&gpio0 6 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
31 #address-cells = <1>;
32 #size-cells = <0>;
36 * Philips PCF8582C-2T/03 512byte I2C EEPROM
42 size = <512>;
[all …]
H A Dintel-ixp43x-gateworks-gw2358.dts1 // SPDX-License-Identifier: ISC
3 * Device Tree file for Gateworks IXP43x-based Cambria GW2358
6 /dts-v1/;
8 #include "intel-ixp43x.dtsi"
13 #address-cells = <1>;
14 #size-cells = <1>;
24 stdout-path = "uart0:115200n8";
32 compatible = "gpio-leds";
33 led-user {
36 default-state = "on";
[all …]
H A Dintel-ixp42x-gateworks-gw2348.dts1 // SPDX-License-Identifier: ISC
7 /dts-v1/;
9 #include "intel-ixp42x.dtsi"
10 #include <dt-bindings/input/input.h>
15 #address-cells = <1>;
16 #size-cells = <1>;
25 stdout-path = "uart0:115200n8";
33 compatible = "gpio-leds";
34 led-user {
37 default-state = "on";
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.h1 //===- ABIInfoImpl.h --------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
17 /// DefaultABIInfo - The default implementation for ABI specific
19 /// self-consistent and sensible LLVM IR generation, but does not
33 AggValueSlot Slot) const override;
37 // array of the same size (including padding) and alignment. This alternate
41 // RenderScript assumes that the size of the argument / return value in the IR
42 // is the same as the size of the corresponding qualified type. This helper
43 // coerces the aggregate type into an array of the same size (including
[all …]
/freebsd/sys/contrib/device-tree/src/arm/arm/
H A Dintegratorap.dts1 // SPDX-License-Identifier: GPL-2.0
6 /dts-v1/;
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
13 compatible = "arm,integrator-ap";
16 #address-cells = <1>;
17 #size-cells = <0>;
27 /* compatible = "arm,arm926ej-s"; */
30 * The documentation in ARM DUI 0138E page 3-12 states
32 * but painful trial-and-error has proved to me that it
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Datmel-hsmci.txt7 by mmc.txt and the properties used by the atmel-mci driver.
12 - compatible: should be "atmel,hsmci"
13 - #address-cells: should be one. The cell is the slot id.
14 - #size-cells: should be zero.
15 - at least one slot node
16 - clock-names: tuple listing input clock names.
18 - clocks: phandles to input clocks.
20 The node contains child nodes for each slot that the platform uses
28 #address-cells = <1>;
29 #size-cells = <0>;
[all …]
H A Damlogic,meson-mx-sdio.txt10 to be controlled. Only one slot can be accessed at a time.
13 - compatible : must be one of
14 - "amlogic,meson8-sdio"
15 - "amlogic,meson8b-sdio"
16 along with the generic "amlogic,meson-mx-sdio"
17 - reg : mmc controller base registers
18 - interrupts : mmc controller interrupt
19 - #address-cells : must be 1
20 - size-cells : must be 0
21 - clocks : phandle to clock providers
[all …]
/freebsd/contrib/mandoc/
H A Dmandoc_dbg.c49 size_t size; member
85 if (ret == -1) in mandoc_dbg_asprintf()
95 mandoc_dbg_calloc(size_t num, size_t size, const char *file, int line) in mandoc_dbg_calloc() argument
97 void *ptr = mandoc_calloc(num, size); in mandoc_dbg_calloc()
98 dhash_register(file, line, "calloc", num, size, ptr, NULL); in mandoc_dbg_calloc()
103 mandoc_dbg_malloc(size_t size, const char *file, int line) in mandoc_dbg_malloc() argument
105 void *ptr = mandoc_malloc(size); in mandoc_dbg_malloc()
106 dhash_register(file, line, "malloc", 1, size, ptr, NULL); in mandoc_dbg_malloc()
111 mandoc_dbg_realloc(void *ptr, size_t size, const char *file, int line) in mandoc_dbg_realloc() argument
114 ptr = mandoc_realloc(ptr, size); in mandoc_dbg_realloc()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dv3-v360epc-pci.txt6 - compatible: should be one of:
7 "v3,v360epc-pci"
8 "arm,integrator-ap-pci", "v3,v360epc-pci"
9 - reg: should contain two register areas:
12 - interrupts: should contain a reference to the V3 error interrupt
14 - bus-range: see pci.txt
15 - ranges: this follows the standard PCI bindings in the IEEE Std
16 1275-1994 (see pci.txt) with the following restriction:
17 - The non-prefetchable and prefetchable memory windows must
18 each be exactly 256MB (0x10000000) in size.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dfsl,qmc-audio.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/fsl,qmc-audio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Herve Codina <herve.codina@bootlin.com>
16 if only one QMC channel is used by the DAI or it is working in non-interleaved
20 - $ref: dai-common.yaml#
24 const: fsl,qmc-audio
26 '#address-cells':
28 '#size-cells':
[all …]
H A Dtas2562.txt3 The TAS2562 is a mono, digital input Class-D audio amplifier optimized for
9 - #address-cells - Should be <1>.
10 - #size-cells - Should be <0>.
11 - compatible: - Should contain "ti,tas2562", "ti,tas2563".
12 - reg: - The i2c address. Should be 0x4c, 0x4d, 0x4e or 0x4f.
13 - ti,imon-slot-no:- TDM TX current sense time slot.
14 - ti,vmon-slot-no:- TDM TX voltage sense time slot. This slot must always be
15 greater then ti,imon-slot-no.
18 - interrupt-parent: phandle to the interrupt controller which provides
20 - interrupts: (GPIO) interrupt to which the chip is connected.
[all …]
/freebsd/share/man/man9/
H A Dosd.957 .Fa "u_int slot"
63 .Fa "u_int slot"
68 .Fa "u_int slot"
74 .Fa "u_int slot"
86 .Fa "u_int slot"
92 .Fa "u_int slot"
110 run-time with any kernel data structure which has been suitably modified for use
113 The one-off modification required involves embedding a
133 framework using a type/slot identifier pair.
136 and provide a high-level grouping for slots to be registered under.
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.h1 //===-- guarded_pool_allocator.h --------
[all...]
/freebsd/sys/contrib/ck/src/
H A Dck_hs.c2 * Copyright 2012-2015 Samy Al Bahra.
43 #define CK_HS_PROBE_L1_MASK (CK_HS_PROBE_L1 - 1)
49 #define CK_HS_VMA_MASK ((uintptr_t)((1ULL << CK_MD_VMA_BITS) - 1))
56 #define CK_HS_G_MASK (CK_HS_G - 1)
79 CK_HS_PROBE_TOMBSTONE, /* Short-circuit on tombstone. */
80 CK_HS_PROBE_INSERT /* Short-circuit on probe bound if tombstone found. */
92 unsigned long size; member
102 ck_pr_store_uint(&map->generation[h], in ck_hs_map_signal()
103 map->generation[h] + 1); in ck_hs_map_signal()
114 if (i->offset >= map->capacity) in _ck_hs_next()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-quanta-q71l.dts1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
3 #include "aspeed-g4.dtsi"
4 #include <dt-bindings/gpio/aspeed-gpio.h>
8 compatible = "quanta,q71l-bmc", "aspeed,ast2400";
30 stdout-path = &uart5;
38 reserved-memor
[all...]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp1 //===-- StackFrameLayoutAnalysisPass.cpp
2 //------------------------------------===//
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 //===----------------------------------------------------------------------===//
13 // values that occupy a stack slot using any available debug information. Since
17 //===----------------------------------------------------------------------===//
41 #define DEBUG_TYPE "stack-frame-layout"
45 /// StackFrameLayoutAnalysisPass - This is a pass to dump the stack frame of a
53 Spill, // a Spill slot
54 Fixed, // a Fixed slot (e.g. arguments passed on the stack)
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_disk_set_standard_lookup.c1 /*-
2 * Copyright (c) 2003-2007 Tim Kientzle
53 archive_set_error(a, -1, "Standard lookups not available on Windows"); in archive_read_disk_set_standard_lookup()
67 size_t size;
81 * Installs functions that use getpwuid()/getgrgid()---along with
82 * a simple cache to accelerate such lookups---int
68 size_t size; global() member
146 int slot; lookup_name() local
[all...]

12345678910>>...43