/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
H A D | Combine.td | 25 /// Declare a root node. There must be at least one of these in every combine 27 def root : GIDefKind; 72 /// * The names of the root nodes (requires at least one) 101 // Out operands can only be of type "root" or "gi_mo", and they must be defined 154 // Apply action that erases the match root. 161 // - The root cannot have any output operands. 162 // - The root must be a CodeGenInstruction 205 (defs root:$d), 215 (outs root:$dst, $src), (ins), 220 (defs root:$dst), [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Combine.td | 15 (defs root:$root), 16 (match (wip_match_opcode G_FCONSTANT):$root, 17 [{ return matchFConstantToConstant(*${root}, MRI); }]), 18 (apply [{ applyFConstantToConstant(*${root}); }])>; 22 (defs root:$root, icmp_redundant_trunc_matchdata:$matchinfo), 23 (match (wip_match_opcode G_ICMP):$root, 24 [{ return matchICmpRedundantTrunc(*${root}, MRI, Helper.getKnownBits(), ${matchinfo}); }]), 25 (apply [{ applyICmpRedundantTrunc(*${root}, MRI, B, Observer, ${matchinfo}); }])>; 30 (defs root:$root, fold_global_offset_matchdata:$matchinfo), 31 (match (wip_match_opcode G_GLOBAL_VALUE):$root, [all …]
|
/freebsd/crypto/openssh/contrib/suse/ |
H A D | openssh.spec | 195 %defattr(-,root,root) 198 %attr(0755,root,root) %dir %{_sysconfdir}/ssh 199 %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ssh/ssh_config 200 %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/sshd_config 201 %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/moduli 202 %attr(0644,root,root) %config(noreplace) /etc/pam.d/sshd 203 %attr(0755,root,root) %config /etc/init.d/sshd 204 %attr(0755,root,root) %{_bindir}/ssh-keygen 205 %attr(0755,root,root) %{_bindir}/scp 206 %attr(0755,root,root) %{_bindir}/ssh [all …]
|
/freebsd/usr.sbin/inetd/ |
H A D | inetd.conf | 8 #ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l 9 #ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l 10 #ssh stream tcp nowait root /usr/sbin/sshd sshd -i -4 11 #ssh stream tcp6 nowait root /usr/sbin/sshd sshd -i -6 12 #telnet stream tcp nowait root /usr/local/libexec/telnetd telnetd 13 #telnet stream tcp6 nowait root /usr/local/libexec/telnetd telnetd 14 #shell stream tcp nowait root /usr/local/sbin/rshd rshd 15 #shell stream tcp6 nowait root /usr/local/sbin/rshd rshd 16 #login stream tcp nowait root /usr/local/sbin/rlogind rlogind 17 #login stream tcp6 nowait root /usr/local/sbin/rlogind rlogind [all …]
|
/freebsd/sbin/bectl/tests/ |
H A D | bectl_test.sh | 61 atf_check zfs create -o mountpoint=none ${zpool}/ROOT 63 ${zpool}/ROOT/default 75 atf_check mkdir -p ${root} 76 atf_check -o ignore bectl -r ${zpool}/ROOT mount default ${root} 77 atf_check mkdir -p ${root}/usr 79 ${zpool}/ROOT/default/usr 80 atf_check -o ignore bectl -r ${zpool}/ROOT umount default 97 atf_set "require.user" root 121 ${zpool}/ROOT/default/usr 125 bectl -r ${zpool}/ROOT create "foo bar" [all …]
|
/freebsd/etc/mail/ |
H A D | aliases | 13 # Pretty much everything else in this file points to "root", so 14 # you would do well in either reading root's mailbox or forwarding 15 # root's email from here. 17 # root: me@my.domain 21 postmaster: root 24 _dhcp: root 25 _pflogd: root 26 auditdistd: root 27 bin: root 28 bind: root [all …]
|
/freebsd/contrib/sendmail/src/ |
H A D | aliases | 16 # Pretty much everything else in this file points to "root", so 17 # you should forward root's email to the system administrator. 18 # Delivering mail to root's mailbox or reading mail as root is 22 # root: insert-human-being-here 26 postmaster: root 29 bin: root 30 daemon: root 31 games: root 34 ingres: root 35 nobody: root [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/zvol/zvol_misc/ |
H A D | zvol_misc_008_pos.ksh | 41 # For a certain number of iterations, with root setup for each test set: 42 # - Recursively snapshot the root. 43 # - Clone the volume to another name in the root. 47 # - Rename the root. 48 # - Destroy the renamed root. 110 root=${ROOTPREFIX}_iter${i} 111 # Test set 2: Recursive snapshot, cloning/promoting, and root-rename 112 root_setup $root 113 log_must $ZFS snapshot -r $root@snap 114 log_must $ZFS clone $root/vol0@snap $root/vol1 [all …]
|
/freebsd/contrib/unbound/doc/ |
H A D | unbound-anchor.8 | 18 performs setup or update of the root trust anchor for DNSSEC validation. 21 It can be run (as root) from the commandline, or run as part of startup 28 # provide or update the root anchor (if necessary) 30 # Please note usage of this root anchor is at your own risk 39 This tool provides builtin default contents for the root anchor and root 42 It tests if the root anchor file works, and if not, and an update is possible, 43 attempts to update the root anchor using the root update certificate. 44 It performs a https fetch of root-anchors.xml and checks the results (RFC7958), 45 if all checks are successful, it updates the root anchor file. Otherwise 46 the root anchor file is unchanged. It performs RFC5011 tracking if the [all …]
|
H A D | unbound-anchor.8.in | 18 performs setup or update of the root trust anchor for DNSSEC validation. 21 It can be run (as root) from the commandline, or run as part of startup 28 # provide or update the root anchor (if necessary) 30 # Please note usage of this root anchor is at your own risk 39 This tool provides builtin default contents for the root anchor and root 42 It tests if the root anchor file works, and if not, and an update is possible, 43 attempts to update the root anchor using the root update certificate. 44 It performs a https fetch of root-anchors.xml and checks the results (RFC7958), 45 if all checks are successful, it updates the root anchor file. Otherwise 46 the root anchor file is unchanged. It performs RFC5011 tracking if the [all …]
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_radix.c | 44 radix_max(struct radix_tree_root *root) in radix_max() argument 46 return ((1UL << (root->height * RADIX_TREE_MAP_SHIFT)) - 1UL); in radix_max() 56 radix_tree_clean_root_node(struct radix_tree_root *root) in radix_tree_clean_root_node() argument 58 /* Check if the root node should be freed */ in radix_tree_clean_root_node() 59 if (root->rnode->count == 0) { in radix_tree_clean_root_node() 60 free(root->rnode, M_RADIX); in radix_tree_clean_root_node() 61 root->rnode = NULL; in radix_tree_clean_root_node() 62 root->height = 0; in radix_tree_clean_root_node() 67 radix_tree_lookup(struct radix_tree_root *root, unsigned long index) in radix_tree_lookup() argument 74 node = root->rnode; in radix_tree_lookup() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | ImmutableMap.h | 74 IntrusiveRefCntPtr<TreeTy> Root; 77 /// Constructs a map from a pointer to a tree root. In general one 81 explicit ImmutableMap(const TreeTy *R) : Root(const_cast<TreeTy *>(R)) {} in ImmutableMap() 100 TreeTy *T = F.add(Old.Root.get(), std::pair<key_type, data_type>(K, D)); in add() 105 TreeTy *T = F.remove(Old.Root.get(), K); in remove() 115 return Root ? Root->contains(K) : false; in contains() 119 return Root && RHS.Root ? Root->isEqual(*RHS.Root.get()) : Root == RHS.Root; 123 return Root && RHS.Root ? Root->isNotEqual(*RHS.Root.get()) 124 : Root != RHS.Root; 128 if (Root) { Root->retain(); } in getRoot() [all …]
|
/freebsd/usr.bin/lastcomm/tests/ |
H A D | v1-i386.out | 1 core -FDX root 0.000 secs 0.000 us 0.000 sy 0.031 es Fri May 18 08:34:08 2 core -DX root 0.000 secs 0.000 us 0.000 sy 0.031 es Fri May 18 08:34:08 3 cc - root 0.000 secs 0.000 us 0.000 sy 0.469 es Fri May 18 08:34:07 4 ld - root 0.000 secs 0.000 us 0.000 sy 0.109 es Fri May 18 08:34:08 5 as - root 0.000 secs 0.000 us 0.000 sy 0.047 es Fri May 18 08:34:08 6 cc1 - root 0.016 secs 0.016 us 0.000 sy 0.203 es Fri May 18 08:34:07 7 time - root 0.000 secs 0.000 us 0.000 sy 0.000 es Fri May 18 08:34:07 8 1234567890123456 - root 0.000 secs 0.000 us 0.000 sy 0.000 es Fri May 18 08:34:07 9 ln - root 0.000 secs 0.000 us 0.000 sy 0.000 es Fri May 18 08:34:07 10 time - root 0.000 secs 0.000 us 0.000 sy 0.000 es Fri May 18 08:34:07 [all …]
|
H A D | v2-amd64.out | 1 core -FDX root 0.002 secs 0.000 us 0.002 sy 0.009 es Thu May 17 05:57:17 2 core -DX root 0.005 secs 0.000 us 0.005 sy 0.010 es Thu May 17 05:57:17 3 cc - root 0.005 secs 0.000 us 0.005 sy 0.652 es Thu May 17 05:57:16 4 ld - root 0.014 secs 0.005 us 0.009 sy 0.150 es Thu May 17 05:57:17 5 as - root 0.005 secs 0.000 us 0.005 sy 0.078 es Thu May 17 05:57:17 6 cc1 - root 0.024 secs 0.008 us 0.016 sy 0.347 es Thu May 17 05:57:17 7 time - root 0.003 secs 0.000 us 0.003 sy 0.005 es Thu May 17 05:57:16 8 1234567890123456 - root 0.002 secs 0.000 us 0.002 sy 0.002 es Thu May 17 05:57:16 9 ln - root 0.002 secs 0.000 us 0.002 sy 0.002 es Thu May 17 05:57:16 10 time - root 0.003 secs 0.000 us 0.003 sy 0.005 es Thu May 17 05:57:16 [all …]
|
H A D | v2-i386.out | 1 core -FDX root 0.000 secs 0.000 us 0.000 sy 0.005 es Fri May 18 12:13:04 2 core -DX root 0.002 secs 0.000 us 0.002 sy 0.005 es Fri May 18 12:13:04 3 cc - root 0.002 secs 0.000 us 0.002 sy 0.048 es Fri May 18 12:13:03 4 ld - root 0.028 secs 0.019 us 0.009 sy 0.028 es Fri May 18 12:13:04 5 as - root 0.002 secs 0.002 us 0.000 sy 0.002 es Fri May 18 12:13:04 6 cc1 - root 0.016 secs 0.016 us 0.000 sy 0.016 es Fri May 18 12:13:03 7 time - root 0.001 secs 0.000 us 0.001 sy 0.002 es Fri May 18 12:13:03 8 1234567890123456 - root 0.001 secs 0.000 us 0.001 sy 0.001 es Fri May 18 12:13:03 9 ln - root 0.001 secs 0.000 us 0.001 sy 0.001 es Fri May 18 12:13:03 10 time - root 0.001 secs 0.001 us 0.000 sy 0.002 es Fri May 18 12:13:03 [all …]
|
H A D | v1-amd64.out | 1 core -FDX root 0.000 secs 0.000 us 0.000 sy 0.000 es Wed May 16 11:44:38 2 core -DX root 0.000 secs 0.000 us 0.000 sy 0.000 es Wed May 16 11:44:38 3 cc - root 0.000 secs 0.000 us 0.000 sy 0.016 es Wed May 16 11:44:38 4 ld - root 0.000 secs 0.000 us 0.000 sy 0.000 es Wed May 16 11:44:38 5 as - root 0.000 secs 0.000 us 0.000 sy 0.000 es Wed May 16 11:44:38 6 cc1 - root 0.000 secs 0.000 us 0.000 sy 0.000 es Wed May 16 11:44:38 7 time - root 0.000 secs 0.000 us 0.000 sy 0.000 es Wed May 16 11:44:38 8 time -F root 0.000 secs 0.000 us 0.000 sy 0.000 es Wed May 16 11:44:38 9 ln - root 0.000 secs 0.000 us 0.000 sy 0.000 es Wed May 16 11:44:38 10 time - root 0.000 secs 0.000 us 0.000 sy 0.000 es Wed May 16 11:44:38 [all …]
|
/freebsd/tests/sys/mac/portacl/ |
H A D | root_test.sh | 14 bind_test ok ok uid root tcp 77 15 bind_test ok ok uid root tcp 7777 16 bind_test ok ok uid root udp 77 17 bind_test ok ok uid root udp 7777 19 bind_test ok ok gid root tcp 77 20 bind_test ok ok gid root tcp 7777 21 bind_test ok ok gid root udp 77 22 bind_test ok ok gid root udp 7777 28 bind_test fl ok uid root tcp 77 29 bind_test ok ok uid root tcp 7777 [all …]
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 25-test_verify.t | 35 ok(verify("ee-cert", "sslserver", ["root-cert"], ["ca-cert"]), 38 # Root CA variants 39 ok(!verify("ee-cert", "sslserver", [qw(root-nonca)], [qw(ca-cert)]), 40 "fail trusted non-ca root"); 42 "fail server trust non-ca root"); 44 "fail wildcard trust non-ca root"); 45 ok(!verify("ee-cert", "sslserver", [qw(root-cert2)], [qw(ca-cert)]), 46 "fail wrong root key"); 47 ok(!verify("ee-cert", "sslserver", [qw(root-name2)], [qw(ca-cert)]), 48 "fail wrong root DN"); [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstructionSelector.h | 154 std::pair<Register, unsigned> selectVOP3ModsImpl(MachineOperand &Root, 160 MachineOperand Root, MachineInstr *InsertPt, 164 selectVCSRC(MachineOperand &Root) const; 167 selectVSRC0(MachineOperand &Root) const; 170 selectVOP3Mods0(MachineOperand &Root) const; 172 selectVOP3BMods0(MachineOperand &Root) const; 174 selectVOP3OMods(MachineOperand &Root) const; 176 selectVOP3Mods(MachineOperand &Root) const; 178 selectVOP3ModsNonCanonicalizing(MachineOperand &Root) const; 180 selectVOP3BMods(MachineOperand &Root) const; [all …]
|
/freebsd/crypto/openssl/test/certs/ |
H A D | setup.sh | 3 # Primary root: root-cert 4 ./mkcert.sh genroot "Root CA" root-key root-cert 5 # root cert variants: CA:false, key2, DN2, expired 6 ./mkcert.sh genss "Root CA" root-key root-nonca 7 ./mkcert.sh genroot "Root CA" root-key2 root-cert2 8 ./mkcert.sh genroot "Root Cert 2" root-key root-name2 9 DAYS=-1 ./mkcert.sh genroot "Root CA" root-key root-expired 10 # cross root and root cross cert 11 ./mkcert.sh genroot "Cross Root" cross-key cross-root 12 ./mkcert.sh genca "Root CA" root-key root-cross-cert cross-key cross-root [all …]
|
/freebsd/contrib/netbsd-tests/bin/df/ |
H A D | t_df.sh | 58 /dev/ld0g 1308726116 17901268 1225388540 1% /anon-root 59 /dev/ld0g 1308726116 0 1308726116 0% /anon-root 60 /dev/ld0g 1308726116 261745224 1046980892 20% /anon-root 61 /dev/ld0g 1308726116 785235672 523490444 60% /anon-root 62 /dev/ld0g 1308726116 1243289812 65436304 95% /anon-root 63 /dev/ld0g 1308726116 1308726116 0 100% /anon-root 64 /dev/ld0g 1308726116 0 1243289808 0% /anon-root 65 /dev/ld0g 1308726116 261745224 981544584 21% /anon-root 66 /dev/ld0g 1308726116 785235672 458054140 63% /anon-root 67 /dev/ld0g 1308726116 1243289812 0 100% /anon-root [all …]
|
/freebsd/tools/regression/security/proc_to_proc/ |
H A D | README | 21 priv on priv root process on another root process 22 priv on unpriv1 root process on a non-root process 23 unpriv1 on priv non-root process on a root process 24 unpriv1 on unpriv1 non-root process on a similar non-root process 25 unpriv1 on unpriv2 non-root process on a different non-root process 26 unpriv1 on daemon1 non-root process on a root daemon process acting with 27 same non-root effective credentials 28 unpriv1 on daemon2 non-root process on a root daemon process acting with 29 different non-root effective credentials 30 unpriv1 on setuid1 non-root process on a setuid-root process with same [all …]
|
/freebsd/contrib/bearssl/test/x509/ |
H A D | alltests.txt | 2 ; root -> ica1 -> ica2 -> ee 6 ; In SSL/TLS order, the EE comes first. The root may or may not be included 10 name = root-rsa2048 16 name = root-p256 22 name = root-p384 28 name = root-p521 34 name = root-new 75 ; Trust anchor: the root. 77 name = root 78 DN_file = dn-root.der [all …]
|
/freebsd/tools/test/stress2/misc/ |
H A D | snap6.sh | 24 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1 26 root=/var 30 rm -f $root/.snap/stress2 $root/big $root/big2 31 trap "rm -f $root/.snap/stress2 $root/big $root/big2" 0 32 free=`df $root | tail -1 | awk '{print $4}'` 33 timeout 5m dd if=/dev/zero of=$root/big bs=1m count=$(( free / 1024 - 90)) \ 35 df $root 40 nice -20 mksnap_ffs $root $root/.snap/stress2 & 41 timeout 5m dd if=/dev/zero of=$root/big2 bs=1m status=none 43 [ -f $root/.snap/stress2 ] && exit 0 [all …]
|
/freebsd/tests/sys/mac/bsdextended/ |
H A D | ugidfw_test.c | 59 "root", 79 "subject uid root object uid root mode n", 80 "subject uid root object uid daemon mode n", 81 "subject uid daemon object uid root mode n", 84 "subject uid root object uid root mode a", 85 "subject uid root object uid root mode r", 86 "subject uid root object uid root mode s", 87 "subject uid root object uid root mode w", 88 "subject uid root object uid root mode x", 89 "subject uid root object uid root mode arswx", [all …]
|