/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | GDBRemoteSignals.cpp | 1 //===-- GDBRemoteSignals.cpp ----------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 20 // clang-format off in Reset() 48 AddSignal(26, "SIGVTALRM", false, true, true, "virtual time alarm"); in Reset() 49 AddSignal(27, "SIGPROF", false, false, false, "profiling time alarm"); in Reset() 68 AddSignal(45, "SIG33", false, false, false, "real-time event 33"); in Reset() 69 AddSignal(46, "SIG34", false, false, false, "real-time event 34"); in Reset() 70 AddSignal(47, "SIG35", false, false, false, "real-time event 35"); in Reset() 71 AddSignal(48, "SIG36", false, false, false, "real-time event 36"); in Reset() [all …]
|
H A D | FreeBSDSignals.cpp | 1 //===-- FreeBSDSignals.cpp ------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 36 // clang-format off in Reset() 61 ADD_SIGCODE(SIGBUS, 10, BUS_OBJERR, 3, "object-specific hardware error"); in Reset() 75 AddSignal(33, "SIGLIBRT", false, false, false, "reserved by real-time library"); in Reset() 76 AddSignal(65, "SIGRTMIN", false, false, false, "real time signal 0"); in Reset() 77 AddSignal(66, "SIGRTMIN+1", false, false, false, "real time signal 1"); in Reset() 78 AddSignal(67, "SIGRTMIN+2", false, false, false, "real time signal 2"); in Reset() 79 AddSignal(68, "SIGRTMIN+3", false, false, false, "real time signal 3"); in Reset() [all …]
|
H A D | NetBSDSignals.cpp | 1 //===-- NetBSDSignals.cpp -------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 32 // clang-format off in Reset() 55 ADD_SIGCODE(SIGBUS, 10, BUS_ADRERR, 2, "non-existent physical address"); in Reset() 67 AddSignal(33, "SIGRTMIN", false, false, false, "real time signal 0"); in Reset() 68 AddSignal(34, "SIGRTMIN+1", false, false, false, "real time signal 1"); in Reset() 69 AddSignal(35, "SIGRTMIN+2", false, false, false, "real time signal 2"); in Reset() 70 AddSignal(36, "SIGRTMIN+3", false, false, false, "real time signal 3"); in Reset() 71 AddSignal(37, "SIGRTMIN+4", false, false, false, "real time signal 4"); in Reset() [all …]
|
H A D | LinuxSignals.cpp | 1 //===-- LinuxSignals.cpp --------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 41 // clang-format off in Reset() 103 AddSignal(26, "SIGVTALRM", false, true, true, "virtual time alarm"); in Reset() 104 AddSignal(27, "SIGPROF", false, false, false, "profiling time alarm"); in Reset() 111 AddSignal(34, "SIGRTMIN", false, false, false, "real time signal 0"); in Reset() 112 AddSignal(35, "SIGRTMIN+1", false, false, false, "real time signal 1"); in Reset() 113 AddSignal(36, "SIGRTMIN+2", false, false, false, "real time signal 2"); in Reset() 114 AddSignal(37, "SIGRTMIN+3", false, false, false, "real time signal 3"); in Reset() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/rtc/ |
H A D | trivial-rtc.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/rtc/trivial-rtc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Alexandre Belloni <alexandre.belloni@bootlin.com> 18 - $ref: rtc.yaml# 23 # AB-RTCMC-32.768kHz-B5ZE-S3: Real Time Clock/Calendar Module with I2C Interface 24 - abracon,abb5zes3 25 # AB-RTCMC-32.768kHz-EOZ9: Real Time Clock/Calendar Module with I2C Interface 26 - abracon,abeoz9 [all …]
|
H A D | pcf8563.txt | 1 * Philips PCF8563/Epson RTC8564 Real Time Clock 3 Philips PCF8563/Epson RTC8564 Real Time Clock 6 - compatible: Should contain "nxp,pcf8563", 10 - reg: I2C address for chip. 13 - #clock-cells: Should be 0. 14 - clock-output-names: 15 overwrite the default clock name "pcf8563-clkout" 22 #clock-cells = <0>;
|
H A D | xlnx-rtc.txt | 1 * Xilinx Zynq Ultrascale+ MPSoC Real Time Clock 3 RTC controller for the Xilinx Zynq MPSoC Real Time Clock 7 - compatible: Should be "xlnx,zynqmp-rtc" 8 - reg: Physical base address of the controller and length 10 - interrupts: IRQ lines for the RTC. 11 - interrupt-names: interrupt line names eg. "sec" "alarm" 14 - calibration: calibration value for 1 sec period which will 19 compatible = "xlnx,zynqmp-rtc"; 21 interrupt-parent = <&gic>; 23 interrupt-names = "alarm", "sec";
|
H A D | xgene-rtc.txt | 1 * APM X-Gene Real Time Clock 3 RTC controller for the APM X-Gene Real Time Clock 6 - compatible : Should be "apm,xgene-rtc" 7 - reg: physical base address of the controller and length of memory mapped 9 - interrupts: IRQ line for the RTC. 10 - #clock-cells: Should be 1. 11 - clocks: Reference to the clock entry. 16 compatible = "fixed-clock"; 17 #clock-cells = <1>; 18 clock-frequency = <100000000>; [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
H A D | rtsan.h | 1 //===--- rtsan.h - Realtime Sanitizer ---------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 //===----------------------------------------------------------------------===// 28 // Enter real-time context. 29 // When in a real-time context, RTSan interceptors will error if realtime 34 // Exit the real-time context. 35 // When not in a real-time context, RTSan interceptors will simply forward 36 // intercepted method calls to the real methods. 43 // Re-enable all RTSan error reporting.
|
H A D | rtsan_context.cpp | 1 //===--- rtsan_context.cpp - Realtime Sanitizer -----------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 //===----------------------------------------------------------------------===// 50 a user to configure RTSan's behaviour when a real-time safety 68 void __rtsan::Context::RealtimePop() { realtime_depth--; } in RealtimePop() 72 void __rtsan::Context::BypassPop() { bypass_depth--; } in BypassPop() 90 "Real-time violation: intercepted call to real-time unsafe function " in PrintDiagnostics() 91 "`%s` in real-time context! Stack trace:\n", in PrintDiagnostics()
|
/freebsd/usr.bin/time/ |
H A D | time.1 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-3-Clause 32 .Dt TIME 1 35 .Nm time 36 .Nd time command execution 56 the total time elapsed, 57 the time use [all...] |
/freebsd/contrib/openbsm/man/ |
H A D | audit.log.5 | 1 .\"- 2 .\" Copyright (c) 2005-2006 Robert N. M. Watson 37 token-based record stream to represent system audit data. 44 token, which provides time stamp and file name information for the stream; 79 .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL" 82 .It "Seconds 4 bytes File time stamp" 83 .It "Microseconds 4 bytes File time stamp" 92 layout, the event type and subtype, and the time at which the event occurred. 93 A 32-bit 97 a 64-bit [all …]
|
/freebsd/share/man/man4/ |
H A D | timecounters.4 | 30 .Nd kernel time counters subsystem 32 The kernel uses several types of time-related devices, such as: real time clocks, 33 time counters and event timers. 34 Real time clocks are responsible for tracking real world time, mostly when the system 36 Time counters are responsible for tracking purposes, when the system is running. 37 Event timers are responsible for generating interrupts at a specified time or 38 periodically, to run different time-based events. 41 Time counters are the lowest level of time tracking in the kernel. 45 performance-critical places like the process scheduler. 47 More usable time is created by scaling the values read from the selected [all …]
|
H A D | eventtimers.4 | 32 Kernel uses several types of time-related devices, such as: real time clocks, 33 time counters and event timers. 34 Real time clocks responsible for tracking real world time, mostly when system 36 Time counters are responsible for generation of monotonically increasing 38 Event timers are responsible for generating interrupts at specified time or 39 periodically, to run different time-based events. 42 Kernel uses time-based events for many different purposes: scheduling, 43 statistics, time keeping, profiling and many other things, based on 47 .Bl -tag -width ".Fn hardclock" 65 that hardware, and to use it, supplying kernel with all required time-based [all …]
|
/freebsd/share/doc/psd/05.sysman/ |
H A D | 1.4.t | 30 Real time 32 The system's notion of the current Greenwich time and the current time 35 #include <sys/time.h> 45 where the structures are defined in \fI<sys/time.h>\fP as: 59 Earlier versions of UNIX contained only a 1-second resolution version 62 time(tvsec) 67 Interval time 70 defined in \fI<sys/time.h>\fP: 73 #define ITIMER_REAL 0 /* real time intervals */ 74 #define ITIMER_VIRTUAL 1 /* virtual time intervals */ [all …]
|
/freebsd/usr.sbin/sa/ |
H A D | sa.8 | 78 .Bl -tag -width k*sec 82 Sum of user and system time, in minutes 87 CPU-time averaged core usage, in 1k units 89 CPU storage integral, in 1k-core seconds 91 Real time, in minutes 93 System time, in minutes 97 User time, in minutes 103 .Bl -tag -width Ds 113 time divided by number of calls. 115 In addition to the number of calls and the user, system and real times [all …]
|
/freebsd/tools/tools/netmap/ |
H A D | nmreplay.8 | 32 .Bk -words 33 .Bl -tag -width "nmreplay" 35 .Op Fl f Ar pcap-file 36 .Op Fl i Ar netmap-interface 41 .Op Fl w Ar wait-link 43 .Op Fl C Ar cpu-placement 55 is computed ahead of time, and the thread in charge of transmission 61 .Bl -tag -width Ds 62 .It Fl f Ar pcap-file 71 .It Fl b Ar batch-size [all …]
|
/freebsd/sys/net/altq/ |
H A D | altq_hfsc.h | 1 /*- 2 * Copyright (c) 1997-1999 Carnegie Mellon University. All Rights Reserved. 6 * for-profit use), provided that both the copyright notice and this 47 u_int d; /* the x-projection of the first segment in msec */ 53 u_int d; /* the x-projection of the first segment in msec */ 87 done by real-time criteria */ 89 u_int64_t e; /* eligible time */ 90 u_int64_t vt; /* virtual time */ 91 u_int64_t f; /* fit time for upper-limit */ 94 u_int64_t initvt; /* init virtual time */ [all …]
|
/freebsd/bin/ps/ |
H A D | ps.1 | 1 .\"- 37 .Op Fl -libxo 49 .Op Fl -libxo 99 controlling terminal, state, CPU time (including both user and system time) 111 .Bl -tag -width indent 112 .It Fl -libxo 134 time (this normally has 164 real group IDs. 172 .Cm user , pid , ppid , pgid , sid , jobc , state , tt , time , 198 .Cm tt , time , [all …]
|
/freebsd/usr.bin/finger/ |
H A D | finger.1 | 45 .Bl -tag -width indent 55 Display the user's login name, real name, terminal name and write 57 denied), idle time, login time, and either office location and office 67 Idle time is in minutes if it is a single integer, hours and minutes 71 the login time indicates the time of last login. 72 Login time is displayed as the day name if less than 6 days, else month, day; 89 This option restricts the gecos output to only the users' real 91 It also has the side-effect of restricting the output 98 Produce a multi-line format displaying all of the information 110 If idle time is at least a minute and less than a day, it is [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/ |
H A D | ti,pruss.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 TI Programmable Real-Time Unit and Industrial Communication Subsystem 11 - Suman Anna <s-anna@ti.com> 15 The Programmable Real-Time Unit and Industrial Communication Subsystem 16 (PRU-ICSS a.k.a. PRUSS) is present on various TI SoCs such as AM335x, AM437x, 17 Keystone 66AK2G, OMAP-L138/DA850 etc. A PRUSS consists of dual 32-bit RISC 18 cores (Programmable Real-Time Units, or PRUs), shared RAM, data and 23 peripheral interfaces, fast real-time responses, or specialized data handling. [all …]
|
/freebsd/sys/arm64/conf/ |
H A D | std.nxp | 10 device pcf8563 # NXP Real-time clock/calendar 12 device pcf85063 # NXP Real-time clock 15 device uart_ns8250 # ns8250-type UART driver
|
/freebsd/contrib/ofed/libibverbs/man/ |
H A D | ibv_query_rt_values_ex.3 | 1 .\" -*- nroff -*- 2 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md 4 .TH IBV_QUERY_RT_VALUES_EX 3 2016-2-20 libibverbs "Libibverbs Programmer's Manual" 6 ibv_query_rt_values_ex \- query an RDMA device for some real time values 16 returns certain real time values of a device
|
/freebsd/lib/libsys/ |
H A D | access.2 | 60 is either the bitwise-inclusive OR of the desired permissions 94 the real user ID in place of the effective user ID, 95 the real group ID in place of the effective group ID, 102 for additional information on file access permissions and real 127 are constructed by a bitwise-inclusive OR of flags from the following 130 .Bl -tag -width indent 135 instead of the real user and group ID, like 163 Even if a process's real or effective user has appropriate privileges 172 .Rv -std 180 .Bl -tag -width Er [all …]
|
H A D | intro.2 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-3-Clause 55 .Bl -tag -width Ds 57 Each active process in the system is uniquely identified by a non-negative 72 a non-negative integer called the process group ID. 120 .It Real Use [all...] |