Searched refs:root (Results 76 - 100 of 425) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dtree.c230 tree_free(struct node *root) argument
232 if (root == NULL)
235 switch (root->t) {
237 tree_free(root->u.name.child);
238 tree_free(root->u.name.next);
241 tree_free(root->u.func.arglist);
267 tree_free(root->u.expr.left);
268 tree_free(root->u.expr.right);
271 tree_free(root->u.event.ename);
272 tree_free(root
964 tree_s2np_lut_add(struct lut *root, const char *s, struct node *np) argument
970 tree_s2np_lut_lookup(struct lut *root, const char *s) argument
976 tree_name2np_lut_add(struct lut *root, struct node *namep, struct node *np) argument
983 tree_name2np_lut_lookup(struct lut *root, struct node *namep) argument
990 tree_name2np_lut_lookup_name(struct lut *root, struct node *namep) argument
997 tree_event2np_lut_add(struct lut *root, struct node *enp, struct node *np) argument
1003 tree_event2np_lut_lookup(struct lut *root, struct node *enp) argument
1010 tree_event2np_lut_lookup_event(struct lut *root, struct node *enp) argument
[all...]
/illumos-gate/usr/src/cmd/tsol/zones/
H A Dzoneshare.sh55 rootpath=$prefix/root
H A Dzoneunshare.sh55 rootpath=$prefix/root
/illumos-gate/usr/src/lib/libast/common/hash/
H A Dhashsize.c51 if (region = tab->root->local->region)
53 handle = tab->root->local->handle;
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/trivial/
H A Dzfs_acl_compress_001_pos.ksh59 for user in root $ZFS_ACL_STAFF1; do
H A Dzfs_acl_cp_002_neg.ksh51 for user in root $ZFS_ACL_STAFF1; do
H A Dzfs_acl_ls_001_pos.ksh50 for user in root $ZFS_ACL_STAFF1; do
H A Dzfs_acl_ls_002_neg.ksh51 for user in root $ZFS_ACL_STAFF1; do
H A Dzfs_acl_mv_001_pos.ksh56 for user in root $ZFS_ACL_STAFF1; do
H A Dzfs_acl_pack_001_pos.ksh59 for user in root $ZFS_ACL_STAFF1; do
H A Dzfs_acl_pax_004_pos.ksh59 for user in root $ZFS_ACL_STAFF1; do
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_file.c97 assert(d->root != NULL); \
188 d->root = NULL;
323 if (now == data->last_stat && data->root != NULL) {
344 && data->root != NULL) {
348 if (data->root) {
349 profile_free_node(data->root);
350 data->root = 0;
362 if (data->root) {
381 retval = profile_parse_file(f, &data->root);
387 assert(data->root !
[all...]
H A Dprof_int.h40 struct profile_node *root; member in struct:_prf_data_t
140 (FILE *f, struct profile_node **root);
143 (struct profile_node *root, FILE *dstfile);
146 (struct profile_node *root, char **buf);
/illumos-gate/usr/src/cmd/acct/
H A Drunacct.sh54 echo "$_lnkerr" | mailx adm root
70 mailx root adm < /tmp/accounting_tmpfile
86 echo "${_errormsg}" | mailx root adm
119 echo "${_errormsg}" | mailx root adm
145 echo "${_errormsg}" | mailx root adm
163 echo "${_errormsg}" | mailx root adm
177 echo "${_errormsg}" | mailx root adm
200 (date ; echo "${_errormsg}") | mailx root adm
226 (date ; cat ${_nite}/log) | mailx adm root
371 echo "${_errormsg}" | mailx adm root
[all...]
H A Dacctprc2.c57 void **root = NULL; variable
113 if (*(pt = (struct utab **)tsearch((void *)ub, (void **)&root, \
145 twalk((struct utab *)root, print_node);
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_addr.c59 static void s1394_tree_insert(s1394_addr_space_blk_t **root,
65 static void s1394_used_tree_delete_fixup(s1394_addr_space_blk_t **root,
69 static void s1394_left_rotate(s1394_addr_space_blk_t **root,
72 static void s1394_right_rotate(s1394_addr_space_blk_t **root,
1138 s1394_addr_space_blk_t **root; local
1147 root = &hal->addr_space_used_tree;
1149 s1394_tree_insert(root, x);
1152 while ((x != *root) && (x->asb_parent->asb_color == RED)) {
1166 s1394_left_rotate(root, x);
1170 s1394_right_rotate(root,
1212 s1394_tree_insert(s1394_addr_space_blk_t **root, s1394_addr_space_blk_t *z) argument
1306 s1394_addr_space_blk_t **root; local
1410 s1394_used_tree_delete_fixup(s1394_addr_space_blk_t **root, s1394_addr_space_blk_t *p, s1394_addr_space_blk_t *x, s1394_addr_space_blk_t *w, int side_of_x) argument
1525 s1394_left_rotate(s1394_addr_space_blk_t **root, s1394_addr_space_blk_t *x) argument
1560 s1394_right_rotate(s1394_addr_space_blk_t **root, s1394_addr_space_blk_t *x) argument
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dadmintf.c126 xmlNodePtr n_obj, n_node, sub_node, root; local
134 root = xmlDocGetRootElement(doc);
135 if (root == NULL) {
141 n_obj = xmlAddChild(root, n_obj);
596 xmlNodePtr n_obj, n_node, sub_node, root; local
605 root = xmlDocGetRootElement(doc);
606 if (root == NULL) {
611 n_obj = xmlAddChild(root, n_obj);
679 xmlNodePtr n_obj, n_node, sub_node, root; local
688 root
764 xmlNodePtr n_obj, n_node, root; local
863 xmlNodePtr n_obj, n_node, sub_node, root; local
1026 xmlNodePtr n_obj, n_node, root; local
1094 xmlNodePtr n_obj, n_node, root; local
1162 xmlNodePtr n_obj, n_node, root; local
1230 xmlNodePtr n_obj, n_node, root; local
1296 xmlNodePtr n_obj, n_node, root; local
1360 xmlNodePtr n_obj, n_node, root; local
1431 xmlNodePtr n_obj, root; local
2202 xmlNodePtr n_obj, n_node, root; local
2307 xmlNodePtr n_node, n_obj, root; local
2460 xmlNodePtr n_node, n_obj, root; local
2632 xmlNodePtr n_node, n_obj, root; local
2743 xmlNodePtr n_node, n_obj, root; local
2848 xmlNodePtr n_obj, n_node, root; local
[all...]
/illumos-gate/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl135 # Get list of all lgroups, the root and the list of intermediates
137 my $root = $l->root;
138 my @intermediates = grep { $_ != $root && !$l->isleaf($_) } @lgrps;
167 # "root" and "leaves"
249 my $prefix = ($lgrp == $root) ?
250 "root": $is_leaf ? gettext("leaf") : gettext("intermediate");
328 gettext(" \"root\", \"all\",\n"),
380 # Translate 'root' to the root lgr
[all...]
/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-install.in66 --root-directory=DIR install GRUB images under the directory DIR
67 instead of the root directory
77 --root-directory, and uses the grub shell to install grub into the boot
240 --root-directory=*)
241 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
379 # Get the root drive.
383 # Check if the boot directory is in the same device as the root directory.
390 # Convert the root device to a GRUB drive.
396 # Check if the root directory exists in the same device as the grub
403 You must set the root director
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dcheckmap.c120 * the reloc and root directories.
299 char *root; local
307 root = get_inst_root();
308 if (root)
312 root, pkg[i]);
330 root = get_inst_root();
331 if (root)
335 root, pkg[i]);
/illumos-gate/usr/src/tools/scripts/
H A Dbldenv.sh84 {root::wopr-2::49} bldenv -d /export0/jg/on10-se.env
92 {root::wopr-2::49}
93 {root::wopr-2::49} cd $SRC/cmd/true
94 {root::wopr-2::50} make
95 {root::wopr-2::51} make clobber
97 {root::wopr-2::52} make
101 {root::wopr-2::53} make install
102 install -s -m 0555 -u root -g bin -f /export0/jg/on10-se/proto/root_sparc/usr/bin true
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmbest.c109 if(vd->root)
110 return vmintree(vd->root, b);
192 if(vd->root && vmchktree(vd->root) < 0 )
263 reg Block_t *t, *root, *l, *r; local
267 if((root = wanted) && size == TINYSIZE)
270 l = TLEFT(root);
271 if((r = LINK(root)) )
279 SEG(root) = seg;
281 { if((Vmuchar_t*)root > (Vmuchar_
[all...]
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dofw_memory.c121 phandle_t memoryp, root; local
125 root = OF_finddevice("/");
127 OF_getprop(root, "#address-cells", &acells, sizeof(acells));
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/cherrystone/common/
H A Dworkfile.c42 static Prom_node *dev_next_node_by_compat(Prom_node *root, char *model);
43 static Prom_node *dev_find_node_by_compat(Prom_node *root, char *model);
53 void add_node(Sys_tree *root, Prom_node *pnode);
81 dev_next_node_by_compat(Prom_node *root, char *compat) argument
85 if (root == NULL)
89 if ((node = dev_find_node_by_compat(root->child, compat)) != NULL)
93 if ((node = dev_find_node_by_compat(root->sibling, compat)) != NULL)
104 dev_find_node_by_compat(Prom_node *root, char *compat) argument
110 if (root == NULL)
116 name = get_node_name(root);
328 add_node(Sys_tree *root, Prom_node *pnode) argument
[all...]
/illumos-gate/usr/src/lib/scsi/plugins/smp/usmp/common/
H A Dusmp.c88 di_node_t root, smp; local
117 if ((root = di_init("/", DINFOCACHE)) != DI_NODE_NIL) {
118 for (smp = di_drv_first_node("smp", root); smp != DI_NODE_NIL;
128 di_fini(root);

Completed in 93 milliseconds

1234567891011>>