| /freebsd/share/man/man4/ |
| H A D | ppbus.4 | 4 .\" Redistribution and use in source and binary forms, with or without 9 .\" 2. Redistributions in binary form must reproduce the above copyright 10 .\" notice, this list of conditions and the following disclaimer in the 16 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 21 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 30 .Nd Parallel Port Bus system 42 system provides a uniform, modular and architecture-independent 43 system for the implementation of drivers to control various parallel devices, 44 and to utilize different parallel port chipsets. [all …]
|
| H A D | lpt.4 | 7 .\" Redistribution and use in source and binary forms, with or without 12 .\" 2. Redistributions in binary form must reproduce the above copyright 13 .\" notice, this list of conditions and the following disclaimer in the 19 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 45 One purpose of this port was to allow parallel port sharing with other 46 parallel devices. 49 lpt is now arch-independent thanks to the ppbus interface. 54 The parallel port bus is allocated by lpt when the printer device is opened [all …]
|
| /freebsd/share/man/man9/ |
| H A D | microseq.9 | 4 .\" Redistribution and use in source and binary forms, with or without 9 .\" 2. Redistributions in binary form must reproduce the above copyright 10 .\" notice, this list of conditions and the following disclaimer in the 16 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 21 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 41 microsequencer mechanism in order to have: 42 .Bl -enum -offset indent 51 microsequencer implementation and an example of how using it in 55 The parallel port model chosen for ppbus is the PC parallel port model. [all …]
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | radix.sh | 7 # Redistribution and use in source and binary forms, with or without 12 # 2. Redistributions in binary form must reproduce the above copyright 13 # notice, this list of conditions and the following disclaimer in the 19 # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 23 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24 # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 34 # "panic: ASan: Invalid access, 8-byte read at ..., MallocRedZone(fb)" seen 36 [ `sysctl vm.swap_total | sed 's/.* //'` -eq 0 ] && exit 0 45 mycc -o radix -Wall -Wextra radix.c || exit 1 46 rm -f radix.c [all …]
|
| H A D | killpg3.sh | 4 # SPDX-License-Identifier: BSD-2-Clause 8 # Redistribution and use in source and binary forms, with or without 13 # 2. Redistributions in binary form must reproduce the above copyright 14 # notice, this list of conditions and the following disclaimer in the 20 # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 24 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 25 # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 54 #define PARALLEL 10 64 innerloop(int parallel) 71 for (i = 0; i < parallel; i++) { [all …]
|
| H A D | getrandom2.sh | 4 # SPDX-License-Identifier: BSD-2-Clause 8 # Redistribution and use in source and binary forms, with or without 13 # 2. Redistributions in binary form must reproduce the above copyright 14 # notice, this list of conditions and the following disclaimer in the 20 # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 24 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 25 # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 55 # --- syscall (563, FreeBSD ELF64, sys_getrandom), rip = 0x80041899a, rsp = 0x7ffffffc3cb8, rbp = 0… 60 # version: FreeBSD 13.0-CURRENT #0 r358094: Wed Feb 19 06:25:16 CET 2020\012 pho@t2.osted… 69 mycc -o getrandom2 -Wall -Wextra -O0 -g getrandom2.c || exit 1 [all …]
|
| H A D | burnin.sh | 7 # Redistribution and use in source and binary forms, with or without 12 # 2. Redistributions in binary form must reproduce the above copyright 13 # notice, this list of conditions and the following disclaimer in the 19 # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 23 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24 # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 32 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1 37 [ $# -eq 1 ] && runtime=$1 41 mycc -o burnin -Wall -Wextra -O0 -g burnin.c || exit 1 42 rm -f burnin.c [all …]
|
| H A D | kevent15.sh | 4 # SPDX-License-Identifier: BSD-2-Clause 8 # Redistribution and use in source and binary forms, with or without 13 # 2. Redistributions in binary form must reproduce the above copyright 14 # notice, this list of conditions and the following disclaimer in the 20 # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 24 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 25 # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 38 mycc -o kevent15 -Wall -Wextra -O0 -g kevent15.c || exit 1 39 rm -f kevent15.c 42 (cd ../testcases/swap; ./swap -t 3m -i 20 -l 80) & [all …]
|
| H A D | select.sh | 7 # Redistribution and use in source and binary forms, with or without 12 # 2. Redistributions in binary form must reproduce the above copyright 13 # notice, this list of conditions and the following disclaimer in the 19 # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 23 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24 # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 44 mycc -o select -Wall -Wextra -O0 -g select.c -lpthread || exit 1 45 rm -f select.c 51 rm -f /tmp/select 76 #define PARALLEL 16 /* Fails seen with 1 - 16 */ [all …]
|
| H A D | write.sh | 7 # Redistribution and use in source and binary forms, with or without 12 # 2. Redistributions in binary form must reproduce the above copyright 13 # notice, this list of conditions and the following disclaimer in the 19 # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 23 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24 # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 29 # Parallel write test. 57 mycc -o write -Wall -Wextra -O2 -g write.c || exit 1 58 rm -f write.c 62 [ `df -k $(dirname $diskimage) | tail -1 | awk '{print int($4 / 1024)}'` \ [all …]
|
| H A D | freepages.sh | 7 # Redistribution and use in source and binary forms, with or without 12 # 2. Redistributions in binary form must reproduce the above copyright 13 # notice, this list of conditions and the following disclaimer in the 19 # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 23 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24 # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 33 [ `id -u` -ne 0 ] && echo "Must be root!" && exit 1 39 mycc -o freepages -Wall -Wextra -O0 -g freepages.c || exit 1 40 rm -f freepages.c 43 $dir/freepages `sysctl -n hw.usermem` [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Parallel.cpp | 1 //===- llvm/Support/Parallel.cpp - Parallel algorithms --------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 #include "llvm/Support/Parallel.h" 10 #include "llvm/Config/llvm-config.h" 19 llvm::ThreadPoolStrategy llvm::parallel::strategy; 22 namespace parallel { namespace 48 /// in filo order. 53 // Spawn all but one of the threads in another thread as spawning threads in ThreadPoolExecutor() 58 // Use operator[] before creating the thread to avoid data race in .size() in ThreadPoolExecutor() [all …]
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | varname-make_stack_trace.mk | 1 # $NetBSD: varname-make_stack_trace.mk,v 1.1 2025/06/13 03:51:18 rillig Exp $ 4 # to print inter-process stack traces that are useful to narrow down where an 7 # While inter-process stack traces are useful to narrow down errors, they are 8 # disabled by default since the stack trace is stored in an environment 9 # variable and a stack trace can grow large depending on the shell commands in 10 # the sub-make processes. The space used for the stack traces would compete 15 @${MAKE} -f ${MAKEFILE} disabled-compat || : 16 @${MAKE} -f ${MAKEFILE} -j1 disabled-parallel || : 17 @MAKE_STACK_TRACE=yes ${MAKE} -f ${MAKEFILE} enabled-compat || : 18 @MAKE_STACK_TRACE=yes ${MAKE} -f ${MAKEFILE} -j1 enabled-parallel || : [all …]
|
| H A D | varname-make_stack_trace.exp | 3 in command "@echo ${:Z}" 4 in target "provoke-error" 5 in make[2] in directory "<curdir>" 9 make: stopped making "disabled-compat" in unit-tests 12 in command "@echo ${:Z}" 13 in target "provoke-error" 14 in make[2] in directory "<curdir>" 15 *** [disabled-parallel] Error code 2 17 make: stopped making "disabled-parallel" in unit-tests 20 in command "@echo ${:Z}" [all …]
|
| H A D | opt-jobs-internal.exp | 1 direct: mode=parallel 2 make: error: invalid internal option "-J garbage" in "<curdir>" 3 make: warning: Invalid internal option "-J" in "<curdir>"; see the manual page 4 in make[2] in directory "<curdir>" 5 direct-open: mode=compat 6 make: warning: Invalid internal option "-J" in "<curdir>"; see the manual page 7 in make[2] in directory "<curdir>" 8 indirect-open: mode=compat 9 indirect-expr: mode=parallel 10 make: warning: Invalid internal option "-J" in "<curdir>"; see the manual page [all …]
|
| H A D | opt-jobs-internal.mk | 1 # $NetBSD: opt-jobs-internal.mk,v 1.6 2025/05/23 21:05:56 rillig Exp $ 3 # Tests for the (intentionally undocumented) internal -J command line option. 9 @${MAKE} -f ${MAKEFILE} -j1 direct 10 @${MAKE} -f ${MAKEFILE} -j1 direct-syntax 11 @${MAKE} -f ${MAKEFILE} -j1 direct-open 12 @${MAKE} -f ${MAKEFILE} -j1 indirect-open 13 @${MAKE} -f ${MAKEFILE} -j1 indirect-expr 14 @${MAKE} -f ${MAKEFILE} -j1 indirect-comment 15 @${MAKE} -f ${MAKEFILE} -j1 indirect-silent-comment 16 @${MAKE} -f ${MAKEFILE} -j1 indirect-expr-empty [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | img,parallel-out.txt | 1 Imagination Technologies Parallel Output Controller 5 - compatible : Compatible list, must contain "img,parallel-out". 7 - #sound-dai-cells : Must be equal to 0 9 - reg : Offset and length of the register set for the device. 11 - dmas: Contains an entry for each entry in dma-names. 13 - dma-names: Must include the following entry: 16 - clocks : Contains an entry for each entry in clock-names. 18 - clock-names : Includes the following entries: 22 - resets: Contains a phandle to the parallel out reset signal 24 - reset-names: Contains the reset signal name "rst" [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
| H A D | ov5640.txt | 1 * Omnivision OV5640 MIPI CSI-2 / parallel sensor 4 - compatible: should be "ovti,ov5640" 5 - clocks: reference to the xclk input clock. 6 - clock-names: should be "xclk". 7 - DOVDD-supply: Digital I/O voltage supply, 1.8 volts 8 - AVDD-supply: Analog voltage supply, 2.8 volts 9 - DVDD-supply: Digital core voltage supply, 1.5 volts 12 - reset-gpios: reference to the GPIO connected to the reset pin, if any. 14 - powerdown-gpios: reference to the GPIO connected to the powerdown pin, 16 - rotation: as defined in [all …]
|
| H A D | toshiba,tc358746.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
| H A D | st,st-mipid02.txt | 1 STMicroelectronics MIPID02 CSI-2 to PARALLEL bridge 3 MIPID02 has two CSI-2 input ports, only one of those ports can be active at a 4 time. Active port input stream will be de-serialized and its content outputted 5 through PARALLEL output port. 6 CSI-2 first input port is a dual lane 800Mbps per lane whereas CSI-2 second 9 PARALLEL output port has a maximum width of 12 bits. 11 YUV420 8-bit, YUV422 8-bit and YUV420 10-bit. 14 - compatible: shall be "st,st-mipid02" 15 - clocks: reference to the xclk input clock. 16 - clock-names: shall be "xclk". [all …]
|
| /freebsd/sys/dev/ppc/ |
| H A D | ppc_pci.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 7 * Redistribution and use in source and binary forms, with or without 12 * 2. Redistributions in binary form must reproduce the above copyright 13 * notice, this list of conditions and the following disclaimer in the 19 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 83 { 0x1020131f, "SIIG Cyber Parallel PCI (10x family)", 0x18 }, 84 { 0x2020131f, "SIIG Cyber Parallel PCI (20x family)", 0x10 }, [all …]
|
| /freebsd/sys/dev/puc/ |
| H A D | puc_cfg.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 7 * Redistribution and use in source and binary forms, with or without 13 * 2. Redistributions in binary form must reproduce the above copyright 14 * notice, this list of conditions and the following disclaimer in the 20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 35 #define PUC_PORT_1P 1 /* 1 parallel port */ 37 #define PUC_PORT_1S1P 3 /* 1 serial + 1 parallel ports */ [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenACCKinds.h | 1 //===--- OpenACCKinds.h - OpenACC Enums -------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 /// Defines some OpenACC-specific enums and functions. 12 //===----------------------------------------------------------------------===// 27 Parallel, enumerator 31 // Data Environment. "enter data" and "exit data" are also referred to in the 55 // in its own section after "routine". 62 // Procedure Calls in Compute Regions. 73 case OpenACCDirectiveKind::Parallel: in printOpenACCDirectiveKind() [all …]
|
| /freebsd/sys/dev/ppbus/ |
| H A D | ppbconf.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 7 * Redistribution and use in source and binary forms, with or without 12 * 2. Redistributions in binary form must reproduce the above copyright 13 * notice, this list of conditions and the following disclaimer in the 19 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 35 * Parallel Port Chipset control bits. 51 * Parallel Port Chipset status bits. [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_export/ |
| H A D | zpool_export_parallel_pos.ksh | 1 #!/bin/ksh -p 2 # SPDX-License-Identifier: CDDL-1.0 8 # You may not use this file except in compliance with the License. 11 # or https://opensource.org/licenses/CDDL-1.0. 15 # When distributing Covered Code, include this CDDL HEADER in each 39 DEVICE_DIR=$TEST_BASE_DIR/dev_import-test 44 # Verify that pool exports can occur in parallel 50 # 4. Export the other half asynchronously to demonstrate parallel savings 52 # 7. Test zpool export -a 65 zinject -c all [all …]
|