Searched refs:root (Results 26 - 50 of 425) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/boot/lib/libz/
H A Dinftrees.c28 requested root table index bits, and on return it is the actual root
43 unsigned root; /* number of index bits for root table */ local
51 unsigned low; /* low bits for current root entry */
52 unsigned mask; /* mask for low root bits */
112 /* bound code lengths, force root to be within code lengths */
113 root = *bits;
116 if (root > max) root
[all...]
/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-set-default.in36 --root-directory=DIR Use the directory DIR instead of the root directory
53 --root-directory=*)
54 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
/illumos-gate/usr/src/cmd/acct/
H A Dckpacct.sh71 echo "acctg still off" ) | mailx root adm
77 echo "turning acctg off" ) | mailx root adm
84 mailx root adm
/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasRefreshAdapterConfiguration.c31 * The di_node_t argument should be the root of the device tree.
85 di_node_t root; local
100 if ((root = di_init("/", DINFOCACHE)) == DI_NODE_NIL) {
121 if (di_walk_node(root, DI_WALK_SIBFIRST, &wa,
127 di_fini(root);
148 if (devtree_get_all_hbas(root) != HBA_STATUS_OK) {
151 di_fini(root);
H A DSun_sasRefreshInformation.c31 * The di_node_t argument should be the root of the device tree.
90 di_node_t root; local
111 if ((root = di_init("/", DINFOCACHE)) == DI_NODE_NIL) {
132 if (di_walk_node(root, DI_WALK_SIBFIRST, &wa,
138 di_fini(root);
148 di_fini(root);
154 di_fini(root);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_002_pos.ksh56 typeset userquota_props=(userquota@root groupquota@root userused@root \
57 groupused@root)
H A Dzfs_get_008_pos.ksh58 userquota@root groupquota@root userused@root groupused@root
H A Dzfs_get_009_pos.ksh56 userquota@root groupquota@root userused@root groupused@root
/illumos-gate/usr/src/tools/scripts/
H A Dgit-pbchk.py87 """Return the root of the current git workspace"""
173 def not_check(root, cmd):
178 [os.path.join(root, ".git", "%s.NOT" % cmd),
179 os.path.join(root, "exception_lists", cmd)])
180 return Ignore.ignore(root, ignorefiles)
183 def gen_files(root, parent, paths, exclude):
191 c = os.path.abspath(os.path.join(root, path)).split(os.path.sep)
217 def comchk(root, parent, flist, output):
224 def mapfilechk(root, parent, flist, output):
250 def copyright(root, paren
[all...]
H A Donu.sh.in79 root=$1
86 typeset on_publisher=$(pkg -R $root list -Hv \
90 do_cmd pkg -R $root set-publisher --no-refresh \
93 do_cmd pkg -R $root set-publisher -e --no-refresh -P -O $uri $redistpub
94 do_cmd pkg -R $root refresh --full
99 root=$1
101 pkg -R $root list entire > /dev/null 2>&1
102 [ $? -eq 0 ] && do_cmd pkg -R $root uninstall entire
104 configure_publishers $root
106 do_cmd pkg -R $root imag
[all...]
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DUtility.java68 String root = System.getenv("ROOT");
69 if (root != null && root.length() > 0) {
73 npaths[i] = root + "/" + paths[i];
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Desclex.h57 const unsigned long long *lex_s2ullp_lut_lookup(struct lut *root,
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslog.conf37 *.alert root
54 user.alert `root, operator'
/illumos-gate/usr/src/test/zfs-tests/tests/functional/userquota/
H A Duserquota_005_neg.ksh61 set -A no_users "mms1234" "ss@#" "root-122"
75 log_mustnot zfs set userquota@root=$size $QFS
79 log_mustnot zfs set userquota@root=100m $snap_fs
89 log_mustnot zfs set groupquota@root=100msfsd $QFS
92 log_mustnot zfs set groupquota@root=100m $snap_fs
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4u.c58 Prom_node *root,
88 get_prop_val(find_prop(root, "banner-name")), 0);
91 value = get_prop_val(find_prop(root, "clock-frequency"));
121 root, tree, kstats);
167 display_diaginfo(int flag, Prom_node *root, Sys_tree *tree, argument
172 root = root;
57 display(Sys_tree *tree, Prom_node *root, struct system_kstat_data *kstats, int syserrlog) argument
/illumos-gate/usr/src/cmd/hotplug/
H A Dhotplug.c245 hp_node_t root; local
274 if ((root = hp_init(path, connection, flags)) == NULL) {
280 (void) hp_traverse(root, NULL, long_flag ? list_long_cb : list_cb);
283 hp_fini(root);
296 hp_node_t root; local
314 if ((root = hp_init(path, connection, 0)) == NULL) {
320 if (hp_type(root) != HP_NODE_PORT) {
323 hp_fini(root);
328 rv = hp_set_state(root, 0, DDI_HP_CN_STATE_ONLINE, &results);
343 hp_fini(root);
356 hp_node_t root; local
413 hp_node_t root; local
468 hp_node_t root; local
534 hp_node_t root; local
598 hp_node_t root; local
655 hp_node_t root; local
719 hp_node_t root; local
785 hp_node_t root; local
[all...]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/
H A DLocalityDomain.java71 * The root LocalityGroup for the LocalityDomain
73 private LocalityGroup root; field in class:LocalityDomain
96 root = jl_root();
125 * Return the "root" LocalityGroup.
129 return (root);
145 root = null;
154 return (root.toString());
262 groups.add(root);
263 getGroups(root, groups);
291 * id. Search all LocalityGroups starting at the root grou
[all...]
/illumos-gate/usr/src/tools/chk4ubin/
H A Dchk4ubin.c125 chk4ubin(char *root, char *binary) argument
142 if (root == NULL) {
145 (void) snprintf(path, sizeof (path), "%s/%s", root, binary);
235 "usage: %s [-n] [-v] [-r <root>] [<binary>] ...\n", whoami);
252 char *root = NULL; local
270 root = optarg;
280 if (chk4ubin(root, argv[i]) != 0)
285 if (root == NULL)
286 root = "/";
287 if (chk4ubin(root, sun4u_bootable
[all...]
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_impl.c67 hp_node_t root = NULL; local
82 if ((rv = getinfo(path, connection, 0, &root)) != 0) {
89 *old_statep = hp_state(root);
92 use_rcm = check_rcm_required(root, state);
100 if ((rv = rcm_resources(root, &rsrcs)) != 0) {
103 hp_fini(root);
109 ((rv = rcm_offline(rsrcs, flags, root)) != 0)) {
114 *resultsp = root;
120 hp_fini(root);
228 * Given the root o
232 check_rcm_required(hp_node_t root, int target_state) argument
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dkeypad.c52 decode_add(root, str, code)
53 t_decode **root;
60 if (root == (t_decode **) 0)
69 if (*root == (t_decode *) 0) {
75 *root = saved = node;
82 for (node = *root; *str != '\0'; ++str, node = node->child) {
/illumos-gate/usr/src/uts/common/zmod/
H A Dinftrees.c30 requested root table index bits, and on return it is the actual root
45 unsigned root; /* number of index bits for root table */ local
53 unsigned low; /* low bits for current root entry */
54 unsigned mask; /* mask for low root bits */
114 /* bound code lengths, force root to be within code lengths */
115 root = *bits;
118 if (root > max) root
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/sbin/netstrategy/
H A Dnetstrategy.c37 * stdout: <root fs type> <interface name> <net config strategy>.
39 * <root fs type> - "nfs", "ufs" or "zfs"
48 * <root fs type> identifies the system's root file system type.
50 * <interface name> is the 16 char name of the root interface, and is only
111 /* root location */
257 char *root, *interface, *strategy, dummy; local
261 root = interface = strategy = NULL;
264 root = get_root_fstype();
276 if ((strcmp(root, "nf
[all...]
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dnewvers.sh39 u=${USER-root} h=${HOSTNAME-`hostname`} t=`date`
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/trivial/
H A Dzfs_acl_cp_003_neg.ksh37 # attribute is unreadable (unless the user is root)
43 # 4. Verify attribute files are not existing for non-root user.
49 "attribute is unreadable (except root)"
79 root)
82 log_note "SUCCESS: root enable to cp attribute"\
86 log_fail "root should enable to cp attribute " \
94 log_fail "non-root shouldn't enable to cp " \
99 log_note "SUCCESS: non-root doesn't enable to "\
113 for user in root $ZFS_ACL_STAFF1; do
/illumos-gate/usr/src/lib/efcode/engine/
H A Denv.c246 static cmn_msg_t *root = NULL; variable
643 if (root == NULL) {
652 if ((root->len + len) < CMN_MSG_SIZE) {
653 fmt_str(env, str, root->buf+root->len, CMN_MSG_SIZE -
654 root->len);
655 root->len += len;
670 * text buffer. Otherwise, the root variable is adjusted to point to
680 if (root == 0) {
687 if (root
[all...]

Completed in 185 milliseconds

1234567891011>>