/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/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/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 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() 75 height = root->height - 1; in radix_tree_lookup() [all …]
|
/freebsd/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 …]
|
/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/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/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/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/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 …]
|
/freebsd/usr.bin/lastcomm/tests/ |
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 …]
|
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 …]
|
/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/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 …]
|
/freebsd/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 rb_first_cached(root) global() argument 133 rb_replace_node(struct rb_node * victim,struct rb_node * new,struct rb_root * root) rb_replace_node() argument 146 rb_insert_color_cached(struct rb_node * node,struct rb_root_cached * root,bool leftmost) rb_insert_color_cached() argument 157 rb_erase_cached(struct rb_node * node,struct rb_root_cached * root) rb_erase_cached() argument 171 rb_replace_node_cached(struct rb_node * old,struct rb_node * new,struct rb_root_cached * root) rb_replace_node_cached() argument [all...] |
/freebsd/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 …]
|
/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/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 …]
|
/freebsd/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 …]
|
/freebsd/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 …]
|
H A D | ber.c | 43 static int ber_dump_element(struct ber *ber, struct ber_element *root); 44 static void ber_dump_header(struct ber *ber, struct ber_element *root); 762 ber_write_elements(struct ber *ber, struct ber_element *root) in ber_write_elements() argument 767 len = ber_calc_len(root); in ber_write_elements() 783 if (ber_dump_element(ber, root) == -1) in ber_write_elements() 809 struct ber_element *root = elm; in ber_read_elements() local 811 if (root == NULL) { in ber_read_elements() 812 if ((root = ber_get_element(0)) == NULL) in ber_read_elements() 816 DPRINTF("read ber elements, root %p\n", root); in ber_read_elements() 818 if (ber_read_element(ber, root) == -1) { in ber_read_elements() [all …]
|
/freebsd/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()
|
/freebsd/contrib/wpa/src/utils/ |
H A D | xml-utils.c | 16 xml_node_t *root, char *uri) in get_node_uri_iter() argument 26 node = root; in get_node_uri_iter() 46 xml_node_t * get_node_uri(struct xml_node_ctx *ctx, xml_node_t *root, in get_node_uri() argument 56 node = get_node_uri_iter(ctx, root, search); in get_node_uri() 64 xml_node_t *root, const char *path) in get_node_iter() argument 74 xml_node_for_each_child(ctx, node, root) { in get_node_iter() 89 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_node() argument 99 node = get_node_iter(ctx, root, search); in get_node() 106 xml_node_t * get_child_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_child_node() argument 112 xml_node_for_each_child(ctx, node, root) { in get_child_node() [all …]
|
/freebsd/crypto/openssh/contrib/redhat/ |
H A D | openssh.spec | 352 %defattr(-,root,root) 354 %attr(0755,root,root) %{_bindir}/scp 355 %attr(0644,root,root) %{_mandir}/man1/scp.1* 356 %attr(0755,root,root) %dir %{_sysconfdir}/ssh 357 %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/moduli 359 %attr(0755,root,root) %{_bindir}/ssh-keygen 360 %attr(0644,root,root) %{_mandir}/man1/ssh-keygen.1* 361 %attr(0755,root,root) %dir %{_libexecdir}/openssh 362 %attr(4711,root,root) %{_libexecdir}/openssh/ssh-keysign 363 %attr(0755,root,root) %{_libexecdir}/openssh/ssh-pkcs11-helper [all …]
|