| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
| H A D | TestStateMachine.java | 50 System.out.println(msg); in exit() 52 System.out.flush(); in exit() 53 System.err.flush(); in exit() 54 System.exit(status); in exit() 76 System.out.println(e); in beforeOpen() 87 System.out.println(e); in beforeOpen() 98 System.out.println(e); in beforeOpen() 107 System.out.println(e); in beforeOpen() 116 System.out.println(e); in beforeOpen() 127 System.out.println(e); in beforeOpen() [all …]
|
| H A D | TestEnable.java | 40 System.out.flush(); in exit() 41 System.err.flush(); in exit() 42 System.exit(status); in exit() 59 System.err.println("go() illegal, not all programs " + in main() 63 System.out.println(e); in main() 74 System.out.println(e); in main() 81 System.err.println("cannot enable a program that " + in main() 85 System.out.println(e); in main() 98 System.out.println(e); in main() 109 System.out.println(e); in main() [all …]
|
| H A D | TestAbort.java | 55 System.exit(1); in main() 60 System.exit(1); in main() 83 System.exit(1); in main() 91 System.exit(1); in main() 114 System.exit(1); in main() 118 System.exit(1); in main() 135 System.exit(1); in main() 145 System.exit(0); in main() 148 System.exit(1); in main() 153 System.exit(1); in main() [all …]
|
| H A D | TestClose.java | 50 System.exit(1); in main() 55 System.exit(1); in main() 70 System.exit(1); in main() 80 System.out.println("Successful"); in main() 81 System.exit(0); in main() 85 System.exit(1); in main() 87 System.err.println("Failed"); in main() 88 System.exit(1); in main()
|
| H A D | TestFunctionLookup.java | 43 System.err.println("usage: java TestFunctionLookup <command>"); in main() 44 System.exit(1); in main() 72 System.out.println(f); in main() 81 System.exit(1); in main() 105 System.out.println(f); in main() 111 System.exit(1); in main()
|
| H A D | TestMaxConsumers.java | 43 String property = System.getProperty(name); in getIntegerProperty() 76 System.exit(1); in main() 83 System.out.println("Error: " + (max + 1) + " > " + in main() 86 System.out.println("Success"); in main() 90 System.out.println("Success"); in main()
|
| H A D | TestMultiAggPrinta.java | 107 System.err.println("usage: java TestMultiAggPrinta <script>"); in main() 108 System.exit(2); in main() 122 System.out.println(probeDataString(e.getProbeData())); in main() 126 System.exit(exitStatus); in main() 138 System.exit(1); in main() 141 System.exit(1); in main()
|
| H A D | TestBean.java | 86 System.out.flush(); in exit() 87 System.err.flush(); in exit() 88 System.exit(status); in exit() 576 System.err.println("serialization failed: " + in checkEquality() 602 System.out.println(classname + ":"); in performSerializationTest() 604 System.out.println(" serialized: " + serialized); in performSerializationTest() 614 System.out.println(" deserialized: " + deserialized); in performSerializationTest() 642 System.out.println(classname + ":"); in performBeanTest() 645 System.out.println(" encoded: " + encoded); in performBeanTest() 651 System.out.println(" decoded: " + decoded); in performBeanTest() [all …]
|
| H A D | TestDrop.java | 92 System.out.println("Lock held"); in startAggregateThread() 93 System.exit(1); in startAggregateThread() 95 System.out.println("Lock released"); in startAggregateThread() 108 System.err.println("usage: java TestDrop [ seconds ]"); in usage() 109 System.exit(2); in usage()
|
| H A D | TestProbeData.java | 79 System.err.println("usage: java TestProbedata <command>"); in main() 80 System.exit(2); in main() 93 System.out.println(getString(p)); in main() 94 System.out.println(); in main()
|
| H A D | TestStopLock.java | 57 System.exit(1); in main() 63 System.exit(1); in main() 65 System.out.println("Successful"); in main()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/iommu/ |
| H A D | samsung,sysmmu.yaml | 7 title: Samsung Exynos IOMMU H/W, System MMU (System Memory Management Unit) 13 Samsung's Exynos architecture contains System MMUs that enables scattered 17 System MMU is an IOMMU and supports identical translation table format to 19 permissions, shareability and security protection. In addition, System MMU has 23 System MMUs are in many to one relation with peripheral devices, i.e. single 24 peripheral device might have multiple System MMUs (usually one for each bus 25 master), but one System MMU can handle transactions from only one peripheral 31 * MFC has one System MMU on its left and right bus. 35 the other System MMU on the write channel. 37 For information on assigning System MMU controller to its peripheral devices, [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SyncScope.h | 182 System = 5, enumerator 183 Last = System 198 case System: in map() 210 static_assert(Last == System, "Does not include all synch scopes"); in getRuntimeValues() 214 static_cast<unsigned>(System)}; in getRuntimeValues() 219 return static_cast<unsigned>(System); in getFallBackValue() 228 System = 0, enumerator 242 case System: in map() 255 return S >= static_cast<unsigned>(System) && in isValid() 262 static_cast<unsigned>(Device), static_cast<unsigned>(System), in getRuntimeValues() [all …]
|
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | Replace.cs | 16 using System; 17 using System.Diagnostics; 18 using System.IO; 19 using System.Reflection; 20 using System.Runtime.InteropServices; 21 using System.Text.RegularExpressions;
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/arm/ |
| H A D | rtsm-dcscb.txt | 1 ARM Dual Cluster System Configuration Block 4 The Dual Cluster System Configuration Block (DCSCB) provides basic 6 the Dual Cluster System implemented by the Real-Time System Model (RTSM).
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/ |
| H A D | JDTrace.java | 57 static PrintStream out = System.out; 491 System.err.flush(); in exit() 495 System.exit(status); in exit() 514 System.err.printf("\n" + in usage() 778 System.err.println("failed to open " + in main() 782 System.err.println("failed to open " + in main() 793 System.err.println("invalid pid: " + pidstr); in main() 844 System.err.print("getopt() returned " + c + "\n"); in main() 979 System.err.printf("dtrace: %s", in main() 988 System.err.printf("dtrace: %s", in main() [all …]
|
| /freebsd-14.2/share/doc/psd/01.cacm/ |
| H A D | ref.bib | 18 %T A System for Typesetting Mathematics 26 %T U\s-2NIX\s0 Time-Sharing System: Document Preparation 44 %T U\s-2NIX\s0 Time-Sharing System: The Programmer's Workbench 55 %T U\s-2NIX\s0 Time-Sharing System: U\s-2NIX\s0 on a Microprocessor 79 %T U\s-2NIX\s0 Time-Sharing System: The U\s-2NIX\s0 Shell 106 %T \*sTENEX\*n, a Paged Time Sharing System for the \*sPDP\*n-10
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | mediatek,mt8195-scpsys.yaml | 7 title: MediaTek System Control Processor System 13 MediaTek System Control Processor System (SCPSYS) has several
|
| /freebsd-14.2/ |
| H A D | README.md | 22 | bin | System/user commands. | 28 | include | System include files. | 30 | lib | System libraries. | 31 | libexec | System daemons. | 34 | sbin | System commands. | 43 | usr.sbin | System administration commands. |
|
| /freebsd-14.2/contrib/bearssl/T0/ |
| H A D | BlobWriter.cs | 25 using System; 26 using System.IO; 27 using System.Text;
|
| /freebsd-14.2/contrib/one-true-awk/testdir/ |
| H A D | test.data | 142 3sysadm:*:0:0:System V Administration:/usr/admin:/bin/sh 145 6bin:*:2:2:System Tools Owner:/bin:/dev/null 148 9sys:*:4:0:System Activity Owner:/usr/adm:/bin/sh 156 17EZsetup:*:992:998:System Setup:/var/sysadmdesktop/EZsetup:/bin/csh 172 3s ysadm * 0 0 System V Administration /usr/admin /bin/sh 175 6b in * 2 2 System Tools Owner /bin /dev/null 178 9s ys * 4 0 System Activity Owner /usr/adm /bin/sh 186 17 EZsetup * 992 998 System Setup /var/sysadmdesktop/EZsetup /bin/csh
|
| /freebsd-14.2/sys/contrib/openzfs/scripts/ |
| H A D | kmodtool | 76 Group: System Environment/Kernel 105 Group: System Environment/Kernel 150 Group: System Environment/Kernel 174 ${prefix}${depmod_path} -aeF /boot/System.map-${kernel_uname_r} ${kernel_uname_r} > /dev/null || : 176 …${prefix}${depmod_path} -aeF /lib/modules/${kernel_uname_r}/System.map ${kernel_uname_r} > /dev/nu… 182 ${prefix}${depmod_path} -aF /boot/System.map-${kernel_uname_r} ${kernel_uname_r} &> /dev/null || : 184 …${prefix}${depmod_path} -aF /lib/modules/${kernel_uname_r}/System.map ${kernel_uname_r} &> /dev/nu… 229 Group: System Environment/Kernel 275 Group: System Environment/Kernel 311 Group: System Environment/Kernel
|
| /freebsd-14.2/contrib/dialog/samples/install/ |
| H A D | FDISK.TEST | 5 Device Boot Begin Start End Blocks Id System 14 Device Boot Begin Start End Blocks Id System 21 Device Boot Begin Start End Blocks Id System
|
| /freebsd-14.2/share/doc/papers/relengr/ |
| H A D | ref.bib | 5 %B \s-1UNIX\s0 System Manager's Manual, 4.3 Berkeley Software Distribution, Virtual VAX-11 Version 13 %B \s-1UNIX\s0 System Manager's Manual, 4.3 Berkeley Software Distribution, Virtual VAX-11 Version 23 %T The Design and Implementation of the 4.3BSD UNIX Operating System
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | xilinx-xadc.txt | 4 as the UltraScale/UltraScale+ System Monitor. 14 The Xilinx System Monitor is an ADC that is found in the UltraScale and 15 UltraScale+ FPGAs from Xilinx. The System Monitor provides a DRP interface for 17 System Monitor through an AXI interface in the FPGA fabric. This IP core is 18 called the Xilinx System Management Wizard. This document describes the bindings 28 Xilinx System Management Wizard fabric IP core to access the 29 UltraScale and UltraScale+ System Monitor.
|