/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | module.modulemap | 2 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] { 30 module std_charconv [system] { 34 module std_chrono [system] { 38 module std_codecvt [system] { [all …]
|
/freebsd/sys/contrib/openzfs/etc/ |
H A D | Makefile.am | 52 %D%/systemd/system/50-zfs.preset 55 %D%/systemd/system/zfs-import-cache.service \ 56 %D%/systemd/system/zfs-import-scan.service \ 57 %D%/systemd/system/zfs-import.target \ 58 %D%/systemd/system/zfs-mount.service \ 59 %D%/systemd/system/zfs-scrub-monthly@.timer \ 60 %D%/systemd/system/zfs-scrub-weekly@.timer \ 61 %D%/systemd/system/zfs-scrub@.service \ 62 %D%/systemd/system/zfs-trim-monthly@.timer \ 63 %D%/systemd/system/zfs-trim-weekly@.timer \ [all …]
|
/freebsd/contrib/ncurses/misc/ |
H A D | shlib | 93 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/usr.sbin/fwcontrol/ |
H A D | fwdv.c | 100 int len, tlen, npad, fd, k, m, vec, system = -1, nb; in dvrecv() local 191 if (system < 0) { in dvrecv() 192 system = ciph->fdf.dv.fs; in dvrecv() 193 fprintf(stderr, "%s\n", system_name[system]); in dvrecv() 197 if (system == 1 && in dvrecv() 200 nb = nblocks[system]; in dvrecv() 202 k / (3600 * frame_rate[system]), in dvrecv() 203 (k / (60 * frame_rate[system])) % 60, in dvrecv() 204 (k / frame_rate[system]) % 60, in dvrecv() 205 k % frame_rate[system]); in dvrecv() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | module.modulemap | 10 module _Builtin_intrinsics [system] [extern_c] { 155 // Start -fbuiltin-headers-in-system-modules affected modules 158 // -fbuiltin-headers-in-system-modules is passed, and many of 159 // those headers join system modules when present. 161 // e.g. if -fbuiltin-headers-in-system-modules is passed, then 163 // will be empty). If there is a system module that declares 165 // that module. The system float.h (if present) will be treated 167 module _Builtin_float [system] { 172 module _Builtin_inttypes [system] { 177 module _Builtin_iso646 [system] { [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.system.d | 37 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/contrib/kyua/integration/ |
H A D | cmd_report_junit_test.sh | 92 <system-out>This is the stdout of pass 93 </system-out> 94 <system-err>Test case metadata 123 </system-err> 127 <system-out>This is the stdout of skip 128 </system-out> 129 <system-err>Skipped result details 163 </system-err> 210 <system-out>This is the stdout of pass 211 </system-out> [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/marvell/ |
H A D | mvebu-system-controller.txt | 8 - "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/sys/contrib/device-tree/Bindings/arm/hisilicon/ |
H A D | hisilicon.txt | 59 Hisilicon system controller 72 - reboot-offset : offset in sysctrl for system reboot 77 sysctrl: system-controller@fc802000 { 109 Hisilicon Hi6220 system controller 117 Hisilicon designs this controller as one of the system controllers, 118 its main functions are the same as Hisilicon system controller, but 138 Hisilicon designs this system controller to control the power always 158 Hisilicon designs this system controller to control the multimedia 178 Hisilicon designs this system controller to control the power management 208 Hisilicon HiP01 system controller [all …]
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | u.main | 3 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 D | T.system | 1 echo T.system: test system built-in 7 n = system("exit 3") 15 diff foo foo1 || echo 'BAD: T.system (1)'
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | README.md | 2 Workflow for each operating system: 4 - download current cloud image of operating system 6 - install dependencies and poweroff system 7 - start system and build openzfs and then poweroff again 8 - clone build system and start 2 instances of it 11 - show detailed results for each system
|
/freebsd/sys/contrib/openzfs/contrib/debian/ |
H A D | openzfs-zfsutils.install | 4 lib/systemd/system-generators/ 5 lib/systemd/system-preset/ 6 lib/systemd/system/zfs-import-cache.service 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 11 lib/systemd/system/zfs-scrub-monthly@.timer 12 lib/systemd/system/zfs-scrub-weekly@.timer 13 lib/systemd/system/zfs-scrub@.service [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/power/ |
H A D | power-controller.txt | 1 * 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/contrib/ntp/scripts/ntpsweep/ |
H A D | ntpsweep.in | 62 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}; 130 # Shorten system string 131 $system =~ s/UNIX\///; 132 $system =~ s/RELEASE/r/; 133 $system =~ s/CURRENT/c/; 156 (substr $system, [all...] |
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | berlin,pinctrl.txt | 3 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 D | sprd,pinctrl.txt | 8 pad driving level, system control select and so on ("domain pad 11 select 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) d [all...] |
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_machdep.c | 73 phandle_t system; in bcm2835_late_init() local 77 system = OF_finddevice("/system"); in bcm2835_late_init() 78 if (system != -1) { in bcm2835_late_init() 79 len = OF_getencprop(system, "linux,serial", cells, in bcm2835_late_init() 84 len = OF_getencprop(system, "linux,revision", cells, in bcm2835_late_init()
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | user-systemd.m4 | 10 [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/tests/sys/cddl/zfs/tests/mount/ |
H A D | setup.ksh | 52 log_note Make sure file system $fs was mounted 53 mounted $fs || log_fail File system $fs is not mounted 55 log_note Unmount the file system 58 log_note Make sure file system $fs is unmounted 59 unmounted $fs || log_fail File system $fs is not unmounted
|
/freebsd/crypto/openssh/contrib/redhat/ |
H A D | sshd.pam | 2 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/lib/libpam/pam.d/ |
H A D | login | 8 auth include system 13 account include system 16 session include system 19 password include system
|
/freebsd/tests/sys/kqueue/libkqueue/ |
H A D | vnode.c | 30 system("touch ./kqueue-test.tmp"); in test_kevent_vnode_add() 135 if (system("echo hello >> ./kqueue-test.tmp") < 0) in test_kevent_vnode_note_write() 160 if (system("touch ./kqueue-test.tmp") < 0) in test_kevent_vnode_note_attrib() 188 if (system("mv ./kqueue-test.tmp ./kqueue-test2.tmp") < 0) in test_kevent_vnode_note_rename() 200 if (system("mv ./kqueue-test2.tmp ./kqueue-test.tmp") < 0) in test_kevent_vnode_note_rename() 241 if (system("touch ./kqueue-test.tmp") < 0) in test_kevent_vnode_disable_and_enable() 249 if (system("touch ./kqueue-test.tmp") < 0) in test_kevent_vnode_disable_and_enable() 279 if (system("touch ./kqueue-test.tmp") < 0) in test_kevent_vnode_dispatch() 293 if (system("touch ./kqueue-test.tmp") < 0) in test_kevent_vnode_dispatch()
|
/freebsd/share/examples/etc/ |
H A D | README.examples | 11 bsd-style-copyright - copyright style for bsd system 12 crontab - system scheduled command table (see crontab(5)) 27 hosts.equiv - defines system-wide trusted hosts (see ruserok(3)) 35 make.conf - example configuration variables for system builds 41 newsyslog.conf - configuration for system log file rotator newsyslog(8) 47 profile - system-wide .profile for sh(1) 49 rc - system startup script (see init(8)) 54 rc.shutdown - system shutdown script (see init(8)) 69 defaults/rc.conf - default system configuration info (see rc.conf(5))
|
/freebsd/sys/netlink/ |
H A D | netlink_sysevent.c | 126 sysevent_get_group(const char *system) in sysevent_get_group() argument 130 sysevent_new_group(i, system); in sysevent_get_group() 133 if (strcmp(sysevent_groups[i].name, system) == 0) in sysevent_get_group() 141 sysevent_send(const char *system, const char *subsystem, const char *type, in sysevent_send() argument 144 struct sysevent_group *se = sysevent_get_group(system); in sysevent_send() 148 "too many event groups\n", system); in sysevent_send()
|