Searched refs:root (Results 126 - 150 of 425) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/trivial/
H A Dzfs_acl_pax_002_pos.ksh54 for user in root $ZFS_ACL_STAFF1; do
H A Dzfs_acl_pax_003_pos.ksh54 for user in root $ZFS_ACL_STAFF1; do
H A Dzfs_acl_pax_005_pos.ksh59 for user in root $ZFS_ACL_STAFF1; do
H A Dzfs_acl_pax_006_pos.ksh59 for user in root $ZFS_ACL_STAFF1; do
H A Dzfs_acl_tar_001_pos.ksh53 for user in root $ZFS_ACL_STAFF1; do
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_rcm.c79 static int merge_rcm_info(hp_node_t root, rcm_info_t *info);
96 copy_usage(hp_node_t root) argument
103 if ((rv = rcm_resources(root, &rsrcs)) != 0) {
124 rv = merge_rcm_info(root, info);
135 * Given the root of a hotplug information snapshot,
139 rcm_resources(hp_node_t root, char ***rsrcsp) argument
148 (void) hp_traverse(root, &arg, resource_callback);
186 rcm_offline(char **rsrcs, uint_t flags, hp_node_t root) argument
222 (void) merge_rcm_info(root, info);
329 merge_rcm_info(hp_node_t root, rcm_info_ argument
[all...]
H A Dhotplugd_door.c292 hp_node_t root; local
314 if ((rv = getinfo(path, connection, flags, &root)) == 0) {
315 rv = hp_pack(root, &buf, &len);
316 hp_fini(root);
365 hp_node_t root = NULL; local
400 status = changestate(path, connection, state, flags, &old_state, &root);
416 if (root != NULL) {
423 rv = hp_pack(root, &buf, &len);
424 hp_fini(root);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c324 Dt_t *root = sh_subfuntree(1); local
338 dtdelete(root,nq);
1011 Namval_t *nv_search(const char *name, Dt_t *root, int mode) argument
1016 dp = dtview(root,0);
1020 if(!(np = dtsearch(root,mp)) && (mode&NV_ADD))
1025 if(*name=='.' && root==sh.var_tree && !dp)
1026 root = sh.var_base;
1027 np = dtmatch(root,(void*)name);
1031 if(sh.namespace && !(mode&HASH_NOSCOPE) && root==sh.var_tree)
1032 root
1055 nv_bfsearch(const char *name, Dt_t *root, Namval_t **var, char **last) argument
1214 next_table(register Namval_t* np, Dt_t *root,Namfun_t *fp) argument
1250 register Dt_t *root = ((struct table*)fp)->dict; local
1275 register Dt_t *root = ((struct table*)fp)->dict; local
[all...]
H A Dname.c89 Dt_t *root; member in struct:Namcache::Cache_entry
212 Dt_t *root = nv_dict(sh.last_table); local
214 nv_delete(np,root,NV_NOFREE);
215 np = nv_search(sp->rp->nvname,root,NV_ADD);
231 Dt_t *root = nv_dict(sh.last_table); local
232 nv_delete(sp->nodes[0],root,NV_NOFREE);
233 dtinsert(root,sp->rp);
516 nr.root = shp->last_root;
685 Namval_t *nv_create(const char *name, Dt_t *root, int flags, Namfun_t *dp) argument
694 if(root
1072 nv_delete(Namval_t* np, Dt_t *root, int flags) argument
1115 nv_open(const char *name, Dt_t *root, int flags) argument
2025 nv_scan(Dt_t *root, void (*fn)(Namval_t*,void*), void *data,int mask, int flags) argument
2122 table_unset(Shell_t *shp, register Dt_t *root, int flags, Dt_t *oroot) argument
2301 tableval(Dt_t *root) argument
2988 Dt_t *root = shp->last_root; local
3105 register Dt_t *root = shp->var_tree; local
3157 hashscope(Dt_t *root) argument
3164 hashfree(Dt_t *root) argument
3181 hashlook(Dt_t *root, const char *name, int mode,int size) argument
[all...]
/illumos-gate/usr/src/cmd/grpck/
H A Dgrpck.c101 struct node *root = NULL; local
138 t->next = root;
139 root = t;
297 for (t = root; t != NULL; t = t->next) {
320 t->next = root;
321 root = t;
374 for (t = root; t != NULL; t = t->next) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_parse.c79 return profile_create_node("(root)", 0, &state->root_section);
231 errcode_t profile_parse_file(FILE *f, struct profile_node **root) argument
309 *root = state.root_section;
384 static void dump_profile(struct profile_node *root, int level, argument
395 retval = profile_find_node_relation(root, 0, &iter,
416 retval = profile_find_node_subsection(root, 0, &iter,
449 errcode_t profile_write_tree_file(struct profile_node *root, FILE *dstfile) argument
451 dump_profile(root, 0, dump_profile_to_file_cb, dstfile);
487 errcode_t profile_write_tree_to_buffer(struct profile_node *root, argument
492 dump_profile(root,
[all...]
H A Dprof_set.c55 new_data->root = NULL;
105 section = profile->first_file->data->root;
151 section = profile->first_file->data->root;
200 section = profile->first_file->data->root;
253 section = profile->first_file->data->root;
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c83 struct Node *root; member in struct:re_cw
138 Expr *root; /* Pointer to root (EOP) expression */ member in struct:re_re
274 static void fail(Node *root);
275 static void zeroroot(Node *root, Node *n);
455 eptr(r, r->root);
460 if (!first_lit(&r->firstpos, r->root->l)) {
465 SET(&r->firstpos, r->root->id, 0)
466 /* (void) printf("first of root->l == 0, b=%s\n", b); */
495 epr(r->root, bu
1290 Expr *e, *root = r->root; local
1410 fail(Node *root) argument
1455 zeroroot(Node *root, Node *n) argument
[all...]
/illumos-gate/usr/src/cmd/ramdiskadm/
H A Dmain.c192 di_node_t root; local
198 if ((root = di_init("/", DINFOCPYALL)) == DI_NODE_NIL) {
202 if (di_walk_minor(root, DDI_PSEUDO, 0, NULL, di_callback) == -1) {
203 di_fini(root);
207 di_fini(root);
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_open.c214 PAGE *root; local
272 /* Create and initialize a root page. */
277 if ((ret = memp_fget(dbp->mpf, &pgno, DB_MPOOL_CREATE, &root)) != 0) {
281 P_INIT(root, dbp->pgsize, PGNO_ROOT, PGNO_INVALID,
283 ZERO_LSN(root->lsn);
285 /* Release the metadata and root pages. */
288 if ((ret = memp_fput(dbp->mpf, root, DB_MPOOL_DIRTY)) != 0)
292 * Flush the metadata and root pages to disk -- since the user can't
/illumos-gate/usr/src/cmd/availdevs/
H A Davaildevs.c183 /* Create the root node */
184 xmlNodePtr root = xmlNewDocNode( local
186 (void) xmlAddChild((xmlNodePtr) doc, (xmlNodePtr)root);
228 xmlNodePtr root = xmlDocGetRootElement(doc); local
232 xmlNodePtr available = xmlNewChild(root, NULL,
244 xmlNodePtr importable = xmlNewChild(root, NULL,
/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Dinstallf.c287 char *root; local
300 if ((root = get_inst_root()) == NULL)
302 if (strcmp(root, "/") != 0) {
303 rootLen = strlen(root);
304 if (strncmp(argv[0], root, rootLen) == 0) {
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dtsearch.c158 ** node is always rotated to the root first. So this implementation always
159 ** returns the key of the new root.
220 ** Since our root is a dictionary structure, the search here will start
221 ** at whichever node happens to be current root.
225 void twalk(const Void_t* root, void(*action)(const Void_t*,VISIT,int) ) argument
227 void twalk(root, action)
228 Void_t* root;
234 if(root && (o = (Tree_t*)dtfinger((Dt_t*)root)) )
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/dh_common/
H A Dgeneric_key.c95 * the supplied modulus and root. To calculate the pair we generate
98 * the public key as PublicKey = root^PrivateKey % modulus. This routine
104 int proot, /* The prime root */
114 MINT *root = mp_itom(proot); /* We get the root as a MINT */ local
156 /* The public key is root^sk % modulus */
157 mp_pow(root, sk, modulus, pk);
175 mp_mfree(root);
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c69 char uuid[36], root[36], plat[36], isa[36], machine[36], product[36]; local
84 if (mdb_readstr(root, sizeof (root), (uintptr_t)th.th_rootdir) < 0) {
85 (void) mdb_snprintf(root, sizeof (root), "<%p>", th.th_rootdir);
119 mdb_printf("%-12s %-36s %-30s\n", "th_rootdir", root,
128 "Handle to the root of the devinfo tree");
130 "Handle to the root of the PROM tree");
155 char name[36], path[36], root[36]; local
173 if (mdb_readstr(root, sizeo
[all...]
/illumos-gate/usr/src/cmd/acct/
H A Dacctprc.c61 void **root = NULL; variable
139 if (*(pt = (struct utab **)tsearch((void *)ub, (void **)&root, \
172 twalk((struct utab *)root, print_node);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/cifs/
H A Dcifs_attr_001_pos.ksh134 # Only grant the user explicitly while it's not root neither owner.
136 if [[ $user == "root" ]]; then
137 log_must chmod A+user:root:write_attributes:deny $object
195 if [[ -z $user || $user == "root" || $user == \
213 for owner in root $ZFS_ACL_STAFF1 ; do
219 for user in root $ZFS_ACL_STAFF2 ; do
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c163 #define DEFAULT_DEV_UID 0 /* user root */
174 "root", /* ROOT_CMD */
275 static int is_ufs(char *root);
790 * An alternate platform requires an alternate root
902 bam_error(_("you must be root to run this command\n"));
1063 * if bam_alt_root is set, the stage files are used from alt root.
1065 * are read from pool bootfs unless alt root is set.
1067 * use arguments as targets, stage files are from alt or current root
1094 bam_error(_("alternate root %s not in mnttab\n"),
1145 * if altroot was set, we got be name and be root, onl
1737 list_archive(char *root, char *opt) argument
1766 list2file(char *root, char *tmp, char *final, line_t *start) argument
2485 set_cache_dir(char *root, int what) argument
2525 set_update_dir(char *root, int what) argument
2570 is_valid_archive(char *root, int what) argument
2661 check_flags_and_files(char *root) argument
2747 read_one_list(char *root, filelist_t *flistp, char *filelist) argument
2777 read_list(char *root, filelist_t *flistp) argument
2858 getoldstat(char *root) argument
2939 check4stale(char *root) argument
3004 walk_list(char *root, filelist_t *flistp) argument
3038 update_timestamp(char *root) argument
3061 savenew(char *root) argument
3134 update_required(char *root) argument
3231 flushfs(char *root) argument
3300 is_be(char *root) argument
3673 mkisofs_archive(char *root, int what) argument
3767 create_ramdisk(char *root) argument
3844 is_ramdisk(char *root) argument
3910 is_boot_archive(char *root) argument
3946 is_grub(const char *root) argument
3981 is_zfs(char *root) argument
4005 is_ufs(char *root) argument
4029 is_pcfs(char *root) argument
4054 is_readonly(char *root) argument
4091 update_archive(char *root, char *opt) argument
4412 update_all(char *root, char *opt) argument
8402 find_boot_entry( menu_t *mp, char *title, char *kernel, char *findroot, char *root, char *module, int root_opt, int *entry_num) argument
8550 update_boot_entry(menu_t *mp, char *title, char *findroot, char *root, char *kernel, char *mod_kernel, char *module, int root_opt) argument
9987 menu_write(char *root, menu_t *mp) argument
10351 ucode_install(char *root) argument
[all...]
/illumos-gate/usr/src/cmd/ldmad/
H A Dldma_dio.c129 * A root complex node is directly under the root node. So, if
130 * 'di' is not the root node, and its parent has no parent,
131 * then 'di' represents a root complex node.
303 di_node_t root; local
307 root = di_init("/", DINFOSUBTREE | DINFOPROP);
309 if (root == DI_NODE_NIL) {
310 LDMA_ERR("di_init cannot find device tree root node.");
317 di_fini(root);
321 node = di_child_node(root);
[all...]
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Ddisplay_funcs.c116 disp_powerfail(Prom_node *root) argument
124 pnode = dev_find_node(root, option_str);

Completed in 125 milliseconds

1234567891011>>