Searched refs:root (Results 101 - 125 of 425) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_cr_6807179_shellpattern_uses_getpwnam.sh79 # test 3: Same as test 1 but uses ~root/ as pattern which will force the use of |libc::getpwnam()|
80 getent passwd root >/dev/null || err_exit "getent passwd root failed" # safeguard to make sure we get a warning if user root is missing
82 truss -u :: -o "${tmpfile}" ${SHELL} -c '[[ ${hello} == ~root/ ]] ; true' || err_exit "truss returned failure=$?"
83 [[ "$( < "${tmpfile}" )" == *getpwnam* ]] || err_exit "truss log reports the use of getpwnam() for pattern ~root/"
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dpdevinfo_sun4u.c84 Prom_node *root_node; /* root node of OBP device tree */
152 * Walk the PROM device tree and build the system tree and root tree.
162 walk(Sys_tree *tree, Prom_node *root, int id) argument
179 pnode->parent = root;
188 * is that all nodes that are children of root should have a
264 return (walk(tree, root, curnode));
266 pnode->sibling = walk(tree, root, curnode);
H A Dpdevinfo_sun4v.c84 Prom_node *root_node; /* root node of OBP device tree */
85 picl_nodehdl_t rooth; /* root PICL node for IO display */
142 * sun4v_Walk the PROM device tree and build the system tree and root tree.
148 sun4v_walk(Sys_tree *tree, Prom_node *root, int id) argument
165 pnode->parent = root;
174 * is that all nodes that are children of root should have a
224 return (sun4v_walk(tree, root, curnode));
226 pnode->sibling = sun4v_walk(tree, root, curnode);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/starfire/common/
H A Dstarfire.c66 void display_diaginfo(int flag, Prom_node *root, Sys_tree *tree,
153 display_diaginfo(int flag, Prom_node *root, Sys_tree *tree, argument
162 root = root;
/illumos-gate/usr/src/cmd/virtinfo/
H A Dvirtinfo.c151 *root = ""; local
168 root = (roles & V12N_ROLE_ROOT) ?
169 "|root=true" : "|root=false";
178 root = (roles & V12N_ROLE_ROOT) ?
179 " root" : "";
182 gettext("Domain role: "), impl, role, io, service, root);
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnmount.c74 * mapent root, return a list of mapents to mount. If "shallow" is
82 char *opts, char *root, bool_t shallow, FN_status_t *status);
185 * memory allocation failure is logged. A root argument of 'noroot'
189 static char *noroot = "[no root]";
191 new_mapent(char *root, char *mntpnt, char *fstype, char *mntopts, char *host,
220 char *root; local
232 * apart the map name and key. The "root" of the mapent is
239 root = strdup("");
241 root = concat("", '/', key);
300 process_ref(ref, cname, map, key, opts, root, shallo
309 process_ref(const FN_ref_t *ref, const char *cname, char *map, char *key, char *opts, char *root, bool_t shallow, FN_status_t *status) argument
757 new_mapent(char *root, char *mntpnt, char *fstype, char *mntopts, char *host, char *dir) argument
[all...]
/illumos-gate/usr/src/tools/onbld/Scm/
H A DIgnore.py70 def ignore(root, ignorefiles):
/illumos-gate/usr/src/cmd/lvm/metassist/controller/
H A Dmetassist.c93 char *file, char **valid_types, xmlDocPtr *doc, char **root);
94 static int get_volume_request_or_config(xmlDocPtr *doc, char **root);
263 /* Create the root node */
975 * An array of the allowable root elements. If the root
982 * @param root
983 * RETURN: the root element of the document
993 char **root)
997 *root = NULL;
1010 /* Is this a valid root elemen
989 get_doc_from_file( char *file, char **valid_types, xmlDocPtr *doc, char **root) argument
1049 get_volume_request_or_config( xmlDocPtr *doc, char **root) argument
1387 char *root; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Dmain.c165 /* Leave the pool/root guid's unassigned */
250 char *root; local
260 root = getenv("zfs_be_root");
261 if (root == NULL) {
264 err = zfs_bootenv(root);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_set/
H A Dzpool_set_002_neg.ksh108 log_must zfs create bootfs/root
/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dses_node.c138 ses_node_t *np, *pnp, *cnp, *root; local
158 * Start with the root of the tree, which is a target node, containing
161 if ((root = ses_node_alloc(sp, sp->ss_root)) == NULL)
164 root->sn_type = SES_NODE_TARGET;
165 SES_NV_ADD(string, err, root->sn_props, SCSI_PROP_VENDOR,
167 SES_NV_ADD(string, err, root->sn_props, SCSI_PROP_PRODUCT,
169 SES_NV_ADD(string, err, root->sn_props, SCSI_PROP_REVISION,
200 if ((np = ses_node_alloc(sp, root)) == NULL)
215 if (root->sn_first_child == NULL)
/illumos-gate/usr/src/cmd/wall/
H A Dwall.c295 char zonename[ZONENAME_MAX], root[MAXPATHLEN]; local
299 root[0] = '\0';
301 (void) zone_get_rootpath(zonename, root, sizeof (root));
302 (void) strlcat(root, UTMPX_FILE, sizeof (root));
303 if (!utmpxname(root)) {
304 (void) fprintf(stderr, "Cannot open %s\n", root);
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Ddetach.ksh67 zfs set mountpoint=$ZONEPATH/root $ACTIVE_DS >/dev/null 2>&1
/illumos-gate/usr/src/cmd/Adm/
H A DMakefile26 CRON_ENT= adm root sys
56 $(CRONTABD)/root := FILEMODE = 0600
/illumos-gate/usr/src/cmd/svc/milestone/
H A Drmtmpfiles53 /usr/bin/chown root:sys /tmp
/illumos-gate/usr/src/cmd/svr4pkg/pkgscripts/
H A Di.CompCpio.sh36 # root.cpio.Z absolute paths, less old style
38 # root.cpio absolute paths, less old style, not compressed
40 # root.Z absolute paths, old style, compressed
42 # root absolute paths, old style, not compressed
288 # the same. i.e. reloc.cpio.Z and root.cpio.Z should cause
305 if [ -r $PKGSRC/root.cpio.Z ]; then
307 Root_Arch=$PKGSRC/root.cpio.Z
317 if [ -r $PKGSRC/root.cpio ]; then
319 Root_Arch=$PKGSRC/root.cpio
329 if [ -r $PKGSRC/root
[all...]
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsec_svc.c213 * Load root principal names from user space to kernel space.
217 * proots - address of the array of root names.
226 caddr_t *roots, *oroots, root; local
265 root = (caddr_t)(uintptr_t)tmp[i];
268 root = oroots[i];
269 if (copyinstr(root, netname, sizeof (netname), &len)) {
297 root = (caddr_t)(uintptr_t)tmp[i];
300 root = oroots[i];
302 if (copyin(root, &gsstmp, sizeof (gsstmp))) {
308 if (copyin(root, gssnam
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/cifs/
H A Dsetup.ksh46 # Add root group user
47 log_must add_user root $ZFS_ACL_ADMIN
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dsetup.ksh46 # Add root group user
47 log_must add_user root $ZFS_ACL_ADMIN
H A Dzfs_acl_chmod_rwx_003_pos.ksh40 # 1. Loop root and non-root user.
51 "root" "$ZFS_ACL_ADMIN" "$ZFS_ACL_OTHER1" \
70 [[ $user == root && -d $node ]] || \
71 [[ $user == root && $acl_spec != *"execute"* ]]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/trivial/
H A Dsetup.ksh46 # Add root group user
47 log_must add_user root $ZFS_ACL_ADMIN
H A Dzfs_acl_cp_001_pos.ksh56 for user in root $ZFS_ACL_STAFF1; do
H A Dzfs_acl_find_001_pos.ksh51 for user in root $ZFS_ACL_STAFF1; do
H A Dzfs_acl_find_002_neg.ksh52 for user in root $ZFS_ACL_STAFF1; do
H A Dzfs_acl_pax_001_pos.ksh54 for user in root $ZFS_ACL_STAFF1; do

Completed in 92 milliseconds

1234567891011>>