| /src/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 …]
|
| /src/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 …]
|
| /src/sys/compat/linuxkpi/common/src/ |
| H A D | linux_radix.c | 44 radix_max(const struct radix_tree_root *root) in radix_max() argument 46 return ((1UL << (root->height * RADIX_TREE_MAP_SHIFT)) - 1UL); in radix_max() 56 root_tag_get(const struct radix_tree_root *root, unsigned tag) in root_tag_get() argument 58 return (test_bit(tag, root->tags)); in root_tag_get() 62 root_tag_set(struct radix_tree_root *root, unsigned tag) in root_tag_set() argument 64 set_bit(tag, root->tags); in root_tag_set() 68 root_tag_clear(struct radix_tree_root *root, unsigned tag) in root_tag_clear() argument 70 clear_bit(tag, root->tags); in root_tag_clear() 104 node_tag_clear(struct radix_tree_root *root, struct radix_tree_node *stack[], in node_tag_clear() argument 113 while (node && height <= root->height - 1) { in node_tag_clear() [all …]
|
| /src/tests/sys/cddl/zfs/tests/zvol/zvol_misc/ |
| H A D | zvol_misc_008_pos.ksh | 110 root=${ROOTPREFIX}_iter${i} 112 root_setup $root 113 log_must $ZFS snapshot -r $root@snap 114 log_must $ZFS clone $root/vol0@snap $root/vol1 115 test_exists $root/vol1 116 test_notexists $root/vol1@snap 118 log_must $ZFS promote $root/vol1 119 test_exists $root/vol0 $root/vol1 $root/vol1@snap 120 test_notexists $root/vol0@snap 123 log_must $ZFS promote $root/vol0 [all …]
|
| /src/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 …]
|
| /src/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 …]
|
| /src/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 …]
|
| /src/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 …]
|
| /src/tools/test/stress2/misc/ |
| H A D | snap6.sh | 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 44 rm -f $root/.snap/stress2 $root/big2 [all …]
|
| /src/usr.bin/lastcomm/tests/ |
| 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 | 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 | 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 …]
|
| 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 …]
|
| /src/tests/sys/mac/portacl/ |
| H A D | root_test.sh | 15 bind_test ok ok uid root tcp 77 16 bind_test ok ok uid root tcp 7777 17 bind_test ok ok uid root udp 77 18 bind_test ok ok uid root udp 7777 20 bind_test ok ok gid root tcp 77 21 bind_test ok ok gid root tcp 7777 22 bind_test ok ok gid root udp 77 23 bind_test ok ok gid root udp 7777 29 bind_test fl ok uid root tcp 77 30 bind_test ok ok uid root tcp 7777 [all …]
|
| /src/bin/pwd/tests/ |
| H A D | pwd_test.sh | 15 root=$(realpath $PWD) 21 export PWD="$root/log/baz" 22 atf_check -o inline:"$root/log/baz\n" pwd -L 23 atf_check -o inline:"$root/log/baz\n" pwd -P -L 26 export PWD="$root/log/baz" 27 atf_check -o inline:"$root/log/baz\n" pwd 38 root=$(realpath $PWD) 44 export PWD="$root/log/baz" 45 atf_check -o inline:"$root/phy/baz\n" pwd -P 46 atf_check -o inline:"$root/phy/baz\n" pwd -L -P [all …]
|
| /src/contrib/netbsd-tests/fs/psshfs/ |
| H A D | t_psshfs.sh | 140 mkdir root 141 mkdir root/dir 142 touch root/dir/file1 143 touch root/dir/file2 144 touch root/file3 145 touch root/file4 161 mount_psshfs root mnt 163 ./ne_inodes.sh root/dir root/dir/file1 165 ./ne_inodes.sh root/dir root/dir/file2 167 ./ne_inodes.sh root/dir/file1 root/dir/file2 [all …]
|
| /src/sys/compat/linuxkpi/common/include/linux/ |
| H A D | rbtree.h | 71 #define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL) argument 75 #define rb_insert_color(node, root) do { \ argument 77 linux_root_RB_INSERT_COLOR((struct linux_root *)(root), \ 80 #define rb_erase(node, root) \ argument 81 linux_root_RB_REMOVE((struct linux_root *)(root), (node)) 84 #define rb_first(root) RB_MIN(linux_root, (struct linux_root *)(root)) argument 85 #define rb_last(root) RB_MAX(linux_root, (struct linux_root *)(root)) argument 86 #define rb_first_cached(root) (root)->rb_leftmost argument 133 struct rb_root *root) in rb_replace_node() argument 136 RB_SWAP_CHILD((struct linux_root *)root, rb_parent(victim), in rb_replace_node() [all …]
|
| /src/contrib/ntp/ |
| H A D | results.y2kfixes | 2 [root@timetest ntpdate]# date 4 [root@timetest ntpdate]# ./ntpdate -b timelord.att.com 6 [root@timetest ntpdate]# date 8 [root@timetest ntpdate]# cd ../ntptrace 9 [root@timetest ntptrace]# ./ntptrace timelord.att.com 12 [root@timetest ntptrace]# cd - 13 [root@timetest ntpdate]# date 15 [root@timetest ntpdate]# ./ntpdate -b timelord.att.com 17 [root@timetest ntpdate]# date 19 [root@timetest ntpdate]# cd - [all …]
|
| /src/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 …]
|
| /src/sys/dev/pms/RefTisa/tisa/api/ |
| H A D | ostiapi.h | 117 tiRoot_t *root, 121 osGLOBAL FORCEINLINE void ostidisableEncryption(tiRoot_t *root); 134 osGLOBAL bit32 ostiNumOfLUNIOCTLreq(tiRoot_t *root, 144 #define OSTI_INP_ENTER(root) ostiEnter(root, 2, 0) argument 145 #define OSTI_INP_LEAVE(root) ostiLeave(root, 2, 0) argument 146 #define OSTI_OUT_ENTER(root) ostiEnter(root, 2, 1) argument 147 #define OSTI_OUT_LEAVE(root) ostiLeave(root, 2, 1) argument 149 #define OSTI_INP_ENTER(root) argument 150 #define OSTI_INP_LEAVE(root) argument 151 #define OSTI_OUT_ENTER(root) argument [all …]
|
| /src/usr.sbin/ypldap/ |
| H A D | aldap.c | 85 struct ber_element *root = NULL, *elm; in aldap_bind() local 93 if ((root = ber_add_sequence(NULL)) == NULL) in aldap_bind() 96 elm = ber_printf_elements(root, "d{tdsst", ++ldap->msgid, BER_CLASS_APP, in aldap_bind() 102 LDAP_DEBUG("aldap_bind", root); in aldap_bind() 104 error = ber_write_elements(&ldap->ber, root); in aldap_bind() 105 ber_free_elements(root); in aldap_bind() 106 root = NULL; in aldap_bind() 112 if (root != NULL) in aldap_bind() 113 ber_free_elements(root); in aldap_bind() 122 struct ber_element *root = NULL, *elm; in aldap_unbind() local [all …]
|
| /src/lib/libc/stdlib/ |
| H A D | twalk.c | 26 trecurse(const posix_tnode *root, cmp_fn_t action, int level) in trecurse() argument 29 if (root->llink == NULL && root->rlink == NULL) in trecurse() 30 (*action)(root, leaf, level); in trecurse() 32 (*action)(root, preorder, level); in trecurse() 33 if (root->llink != NULL) in trecurse() 34 trecurse(root->llink, action, level + 1); in trecurse() 35 (*action)(root, postorder, level); in trecurse() 36 if (root->rlink != NULL) in trecurse() 37 trecurse(root->rlink, action, level + 1); in trecurse() 38 (*action)(root, endorder, level); in trecurse()
|
| /src/crypto/openssl/test/certs/ |
| H A D | setup.sh | 4 ./mkcert.sh genroot "Root CA" root-key root-cert 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 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 14 openssl x509 -in root-cert.pem -trustout \ 15 -addtrust serverAuth -out root+serverAuth.pem 16 openssl x509 -in root-cert.pem -trustout \ [all …]
|
| /src/contrib/libder/tests/ |
| H A D | test_privkey.c | 38 test_interface(struct libder_object *root) in test_interface() argument 45 oid = libder_obj_child(root, 2); in test_interface() 56 keystring = libder_obj_child(root, 1); in test_interface() 70 struct libder_object *obj, *oidp, *pubp, *root; in test_construction() local 75 root = libder_obj_alloc_simple(ctx, BT_SEQUENCE, NULL, 0); in test_construction() 76 assert(root != NULL); in test_construction() 81 assert(libder_obj_append(root, obj)); in test_construction() 86 assert(libder_obj_append(root, obj)); in test_construction() 92 assert(libder_obj_append(root, oidp)); in test_construction() 97 assert(libder_obj_append(root, pubp)); in test_construction() [all …]
|
| /src/contrib/bc/tests/bc/ |
| H A D | lib2_root.txt | 5 root(0, 3) 6 root(0, 4) 7 root(0, 5) 8 root(0.0000000000000, 3) 9 root(0.0000000000000, 4) 10 root(0.0000000000000, 5) 11 root(16, 4) 12 root(3125, 5) 13 root(-3125, 5)
|