Home
last modified time | relevance | path

Searched refs:system (Results 1 – 25 of 2559) sorted by relevance

12345678910>>...103

/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dmodule.modulemap.in2 module std_algorithm [system] {
6 module std_any [system] {
10 module std_array [system] {
14 module std_atomic [system] {
18 module std_barrier [system] {
22 module std_bit [system] {
26 module std_bitset [system] {
34 module std_chrono [system] {
62 module std_deque [system] {
110 module std_ios [system] {
[all …]
/freebsd-14.2/lib/libc++/
H A Dmodule.modulemap2 module std_algorithm [system] {
6 module std_any [system] {
10 module std_array [system] {
14 module std_atomic [system] {
18 module std_barrier [system] {
22 module std_bit [system] {
26 module std_bitset [system] {
34 module std_chrono [system] {
62 module std_deque [system] {
110 module std_ios [system] {
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/hisilicon/controller/
H A Dsysctrl.yaml7 title: Hisilicon system controller
23 Hisilicon system controller --> hisilicon,sysctrl
68 description: offset in sysctrl for system reboot
94 /* Hisilicon system controller */
95 system-controller@802000 {
113 /* HiP01 system controller */
114 system-controller@10000000 {
120 /* Hi6220 system controller */
121 system-controller@f7030000 {
127 /* Hi3519 system controller */
[all …]
/freebsd-14.2/sys/contrib/openzfs/etc/
H A DMakefile.am52 %D%/systemd/system/50-zfs.preset
56 %D%/systemd/system/zfs-import-scan.service \
57 %D%/systemd/system/zfs-import.target \
58 %D%/systemd/system/zfs-mount.service \
61 %D%/systemd/system/[email protected] \
63 %D%/systemd/system/[email protected] \
64 %D%/systemd/system/[email protected] \
65 %D%/systemd/system/zfs-share.service \
67 %D%/systemd/system/zfs-volumes.target \
68 %D%/systemd/system/zfs-zed.service \
[all …]
/freebsd-14.2/contrib/ncurses/misc/
H A Dshlib93 system=
95 system="$SHLIB_HOST"
97 system=cygwin
99 system=beos
101 system=darwin
103 system=unix
111 system=cygwin
114 system=darwin
118 test -n "$system" && break
122 case .$system in
/freebsd-14.2/sys/contrib/device-tree/Bindings/sram/
H A Dallwinner,sun4i-a10-system-control.yaml32 - allwinner,sun4i-a10-system-control
33 - allwinner,sun5i-a13-system-control
34 - allwinner,sun8i-a23-system-control
35 - allwinner,sun8i-h3-system-control
36 - allwinner,sun20i-d1-system-control
37 - allwinner,sun50i-a64-system-control
38 - allwinner,sun50i-h5-system-control
39 - allwinner,sun50i-h616-system-control
43 - allwinner,sun7i-a20-system-control
44 - allwinner,sun8i-r40-system-control
[all …]
/freebsd-14.2/usr.sbin/fwcontrol/
H A Dfwdv.c191 if (system < 0) { in dvrecv()
192 system = ciph->fdf.dv.fs; in dvrecv()
197 if (system == 1 && in dvrecv()
200 nb = nblocks[system]; in dvrecv()
202 k / (3600 * frame_rate[system]), in dvrecv()
204 (k / frame_rate[system]) % 60, in dvrecv()
205 k % frame_rate[system]); in dvrecv()
347 if (system < 0) { in dvsend()
369 cycle_acc += frame_cycle[system].n; in dvsend()
376 pad_acc += pad_rate[system].n; in dvsend()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/
H A Dmodule.modulemap168 module _Builtin_float [system] {
173 module _Builtin_inttypes [system] {
178 module _Builtin_iso646 [system] {
183 module _Builtin_limits [system] {
188 module _Builtin_stdalign [system] {
193 module _Builtin_stdarg [system] {
227 module _Builtin_stdbool [system] {
232 module _Builtin_stddef [system] {
292 module _Builtin_stdint [system] {
302 module _Builtin_tgmath [system] {
[all …]
/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.system.d37 system("echo %s %d %d", "foo", this->a, this->b);
38 system("ping -q -c 1 127.0.0.1 2>/dev/null | grep -v '^round-trip '");
39 system("echo %d", ++this->a);
40 system("ping -4 -q -c 1 127.0.0.1 2>/dev/null | grep -v '^round-trip '");
41 system("echo %d", ++this->a);
42 system("ping -4 -q -c 1 127.0.0.1 2>/dev/null | grep -v '^round-trip '");
43 system("echo %d", ++this->a);
/freebsd-14.2/contrib/kyua/integration/
H A Dcmd_report_junit_test.sh93 </system-out>
94 <system-err>Test case metadata
123 </system-err>
128 </system-out>
129 <system-err>Skipped result details
163 </system-err>
211 </system-out>
212 <system-err>Test case metadata
241 </system-err>
246 </system-out>
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/marvell/
H A Dmvebu-system-controller.txt8 - "marvell,orion-system-controller"
9 - "marvell,armada-370-xp-system-controller"
10 - "marvell,armada-375-system-controller"
11 - reg: Should contain system controller registers location and length.
15 system-controller@d0018200 {
16 compatible = "marvell,armada-370-xp-system-controller";
/freebsd-14.2/contrib/one-true-awk/testdir/
H A Du.main3 t = ARGV[0]; print "\n" t "\n"; system(t) # usage
4 t = ARGV[0] " -f"; print "\n" t "\n"; system(t) # no program file
5 t = ARGV[0] " -f /glop/glop"; print "\n" t "\n"; system(t) # program inaccessible
6 t = ARGV[0] " -zzz"; print "\n" t "\n"; system(t) # weird option
7 t = ARGV[0] " -F"; print "\n" t "\n"; system(t) # null FS
8 t = ARGV[0] " -F :"; print "\n" t "\n"; system(t) # field sep but no program
H A DT.system1 echo T.system: test system built-in
7 n = system("exit 3")
15 diff foo foo1 || echo 'BAD: T.system (1)'
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/hisilicon/
H A Dhisilicon.txt59 Hisilicon system controller
72 - reboot-offset : offset in sysctrl for system reboot
77 sysctrl: system-controller@fc802000 {
109 Hisilicon Hi6220 system controller
208 Hisilicon HiP01 system controller
222 sysctrl: system-controller@10000000 {
239 /* for HiP05 PCIe-SAS sub system */
245 Hisilicon HiP05/HiP06 PERI sub system controller
256 /* for HiP05 sub peri system */
262 Hisilicon HiP05/HiP06 DSA sub system controller
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/power/
H A Dpower-controller.txt1 * Generic system power control capability
4 sometimes able to control the system power. The device driver associated with these
6 it can be used to switch off the system. The corresponding device must have the
7 standard property "system-power-controller" in its device node. This property
8 marks the device as able to control the system power. In order to test if this
16 system-power-controller;
/freebsd-14.2/sys/contrib/openzfs/contrib/debian/
H A Dopenzfs-zfsutils.install4 lib/systemd/system-generators/
5 lib/systemd/system-preset/
7 lib/systemd/system/zfs-import-scan.service
8 lib/systemd/system/zfs-import.target
9 lib/systemd/system/zfs-load-key.service
10 lib/systemd/system/zfs-mount.service
13 lib/systemd/system/[email protected]
16 lib/systemd/system/[email protected]
17 lib/systemd/system/zfs-share.service
19 lib/systemd/system/zfs-volumes.target
[all …]
/freebsd-14.2/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep.in62 Host st offset(s) version system processor
104 my $system = "";
117 my $vars = ntp_read_vars(0, [qw(processor system daemon_version)], $host) || {};
119 $system = $vars->{system};
131 $system =~ s/UNIX\///;
132 $system =~ s/RELEASE/r/;
133 $system =~ s/CURRENT/c/;
156 (substr $system, 0, 12), (substr $processor, 0, 9);
/freebsd-14.2/sys/contrib/device-tree/Bindings/pinctrl/
H A Dberlin,pinctrl.txt3 Pin control registers are part of both chip controller and system
5 either the chip controller or system controller node. The pins
19 "marvell,berlin2-system-pinctrl",
21 "marvell,berlin2cd-system-pinctrl",
23 "marvell,berlin2q-system-pinctrl",
26 "marvell,berlin4ct-system-pinctrl",
36 compatible = "marvell,berlin2q-system-pinctrl";
H A Dsprd,pinctrl.txt8 pad driving level, system control select and so on ("domain pad
11 slect 3.0v, then the pin can output 3.0v. "system control" is used
12 to choose one function (like: UART0) for which system, since we
32 Now we have 4 systems for sleep mode on SC9860 SoC: AP system,
33 PUBCP system, TGLDSP system and AGDSP system. And the pin sleep
44 by hardware when the system specified by sleep mode goes into deep
47 means when PUBCP system goes into deep sleep mode, this pin will be set
51 PUBCP system) do not run linux kernel OS (only AP system run linux
53 when the PUBCP system goes into deep sleep mode. Thus we introduce
/freebsd-14.2/sys/arm/broadcom/bcm2835/
H A Dbcm2835_machdep.c77 phandle_t system; in bcm2835_late_init() local
81 system = OF_finddevice("/system"); in bcm2835_late_init()
82 if (system != -1) { in bcm2835_late_init()
83 len = OF_getencprop(system, "linux,serial", cells, in bcm2835_late_init()
88 len = OF_getencprop(system, "linux,revision", cells, in bcm2835_late_init()
/freebsd-14.2/sys/contrib/openzfs/config/
H A Duser-systemd.m410 [install systemd unit files in dir [[/usr/lib/systemd/system]]]),
11 systemdunitdir=$withval,systemdunitdir=/usr/lib/systemd/system)
15 [install systemd preset files in dir [[/usr/lib/systemd/system-preset]]]),
16 systemdpresetdir=$withval,systemdpresetdir=/usr/lib/systemd/system-preset)
25 [install systemd generators in dir [[/usr/lib/systemd/system-generators]]]),
26 systemdgeneratordir=$withval,systemdgeneratordir=/usr/lib/systemd/system-generators)
/freebsd-14.2/crypto/openssh/contrib/redhat/
H A Dsshd.pam2 auth required pam_stack.so service=system-auth
4 account required pam_stack.so service=system-auth
5 password required pam_stack.so service=system-auth
6 session required pam_stack.so service=system-auth
/freebsd-14.2/lib/libpam/pam.d/
H A Dlogin8 auth include system
13 account include system
16 session include system
19 password include system
/freebsd-14.2/tests/sys/cddl/zfs/tests/mount/
H A Dsetup.ksh55 log_note Make sure file system $fs was mounted
56 mounted $fs || log_fail File system $fs is not mounted
58 log_note Unmount the file system
61 log_note Make sure file system $fs is unmounted
62 unmounted $fs || log_fail File system $fs is not unmounted
/freebsd-14.2/sys/contrib/device-tree/Bindings/interconnect/
H A Dqcom,rpmh.yaml14 RPMh interconnect providers support system bandwidth requirements through
41 - qcom,sc7180-system-noc
52 - qcom,sc8180x-system-noc
60 - qcom,sdm670-system-noc
68 - qcom,sdm845-system-noc
71 - qcom,sdx55-system-noc
74 - qcom,sdx65-system-noc
84 - qcom,sm8150-system-noc
94 - qcom,sm8250-system-noc
104 - qcom,sm8350-system-noc

12345678910>>...103