Searched refs:dir (Results 401 - 425 of 1191) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/test/util-tests/tests/libnvpair_json/
H A DMakefile67 $(INS.dir)
73 $(INS.dir)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Dsend-c_lz4_disabled.ksh59 typeset dir=$(get_prop mountpoint $send_ds)
60 write_compressible $dir 16m
H A Dsend-c_recv_lz4_disabled.ksh57 typeset dir=$(get_prop mountpoint $send_ds)
58 write_compressible $dir 16m
/illumos-gate/usr/src/test/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_013_pos.ksh94 for dir in $fsdir $snapdir; do
95 FILE_COUNT=`ls -Al $dir | grep -v "total" | wc -l`
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_io.c53 #define GETDIR (dir = getdir(), dirlen = strlen(dir) + sizeof(PATH_SEPARATOR) - 1)
58 char *dir; local
61 if (!(dir = getenv("TEMP")))
62 if (!(dir = getenv("TMP")))
63 dir = "C:";
67 dir = "/var/krb5/rcache/root";
69 dir = "/var/krb5/rcache";
71 return dir;
81 char *dir; local
204 char *dir; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_nis.c175 char dir[256], map[256], qbuff[256]; local
243 (void) strncpy(dir, key, kl);
244 dir[kl] = '\0';
245 if (macro_expand("", dir, qbuff, sizeof (dir))) {
248 dir, my_mapname, sizeof (dir) - 1);
253 if (macro_expand(dir, map, qbuff, sizeof (map))) {
280 dirinit(dir, pmap, opts, 0, stack, stkptr);
283 pr_msg("Warning: invalid entry for %s in NIS map %s ignored.\n", dir, mapnam
317 char dir[100]; local
[all...]
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dusermod.c54 * | -d dir [-m [-z|Z]]
67 * dir - a directory
97 static char *dir = NULL; /* home dir from command line */ variable
187 dir = optarg;
285 if ((!uidstr && oflag) || (mflag && !dir)) {
364 * uid (-u & -o), group (-g), home dir (-m), loginname (-l).
489 if (dir) {
490 if (REL_PATH(dir)) {
491 errmsg(M_RELPATH, dir);
[all...]
/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dmkbimage26 dir=
181 for dir in $(cd ${image}1 && find -type d) ; do
182 $mkdir ${image}:$dir
211 dir="$1";
279 [ ! "$dir" ] && dir=`pwd`
281 image=$dir/$image_type.image
282 device_map=$dir/device.map
406 mkisofs -b <image> -c boot.catalog -o raw.iso <dir>
410 mkisofs -b <image> -hard-disk-boot -c boot.catalog -o raw.iso <dir>
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/memcfg/
H A DMakefile99 $(INS.dir)
106 $(INS.dir)
108 $(INS.dir)
110 $(INS.dir)
112 $(INS.dir)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/
H A DMakefile103 $(INS.dir)
116 $(INS.dir)
118 $(INS.dir)
120 $(INS.dir)
123 $(INS.dir)
/illumos-gate/usr/src/cmd/filesync/
H A Drename.c221 int dir; local
225 dir = new->f_info[side].f_type == S_IFDIR;
229 dir ? "directory" : "file",
234 if (dir)
250 if (!dir)
/illumos-gate/usr/src/tools/scripts/
H A Dxref.sh197 for dir in $dirs; do
198 if [ ! -d $dir ]; then
199 warn "directory \"$dir\" does not exist; skipping"
207 cd $dir || fail "cannot change to directory $dir"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/cifs/
H A Dcifs_attr_001_pos.ksh55 log_must rm -rf $mtpt/file.* $mtpt/dir.*
62 # $1: The given node (file/dir)
91 # $1: The given node (file/dir)
121 # $2: The given node (file/dir)
155 # $2: The given node (file/dir)
174 # $2: The given node (file/dir)
208 dir="dir.0"
216 create_object "dir" $mtpt/$dir
[all...]
/illumos-gate/usr/src/cmd/sgs/tools/
H A Dproto.sh118 for dir in `echo $dirs`
120 if [ ! -d $dir ] ; then
121 echo $dir
122 mkdir $dir
123 chmod 777 $dir
/illumos-gate/usr/src/grub/grub-0.97/
H A Ddepcomp285 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
286 test "x$dir" = "x$object" && dir=
291 # With libtool 1.5 they are output both in $dir.libs/$base.o.d
292 # and in $dir.libs/$base.o.d and $dir$base.o.d. We process the
293 # latter, because the former will be cleaned when $dir.libs is
295 tmpdepfile1="$dir.libs/$base.lo.d"
296 tmpdepfile2="$dir$base.o.d"
297 tmpdepfile3="$dir
[all...]
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymprof.pl131 my ($dir, $path_to_object);
135 # - $dir will be each one of these object directories.
138 # Output will usually be placed down in $dir, e.g. "$dir/profile.static"
143 while (defined($dir = next_dir_name())) {
152 $path_to_object = dir_name_to_path($dir);
162 static_profile($path_to_object, $dir);
164 dynamic_profile($path_to_object, $dir);
747 my ($dir, $path_to_object);
756 while (defined($dir
[all...]
/illumos-gate/usr/src/cmd/chgrp/
H A Dchgrp.c132 #define SETUGID_PRESERVE(dir, mode) \
134 (void) chmod((dir), (mode) & ~S_IFMT)
369 chgrpr(char *dir, gid_t gid) argument
388 CHOWN(dir, -1, gid);
390 if (chdir(dir) < 0) {
391 status += Perror(dir);
395 status += Perror(dir);
/illumos-gate/usr/src/lib/libdtrace_jni/java/
H A DMakefile175 # Make the class dir, if it doesn't exist
197 $(INS.dir)
204 $(INS.dir)
207 $(INS.dir)
210 $(INS.dir)
213 $(INS.dir)
216 $(INS.dir)
219 $(INS.dir)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Denc_des.c162 cfb64_start(int dir) argument
169 switch (dir) {
176 state = fbp->state[dir];
182 state = fbp->state[dir];
227 return (fbp->state[dir] = state);
390 cfb64_keyid(dir, kp, lenp)
391 int dir, *lenp;
395 register int state = fbp->state[dir];
407 return (fbp->state[dir] = state);
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DMakefile93 $(INS.dir)
96 $(INS.dir)
99 $(INS.dir)
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_subr.c76 tmp_sticky_remove_access(struct tmpnode *dir, struct tmpnode *entry, argument
81 if ((dir->tn_mode & S_ISVTX) &&
82 uid != dir->tn_uid &&
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_dsdi.h179 * 'dir' can be an OR of DS_TX and DS_RX; must succeed.
181 void (*ds_stop)(ds_hdl_t, uint_t port_num, int dir);
182 void (*ds_start)(ds_hdl_t, uint_t port_num, int dir);
185 * flush FIFOs: 'dir' can be an OR of DS_TX and DS_RX,
188 int (*ds_fifo_flush)(ds_hdl_t, uint_t port_num, int dir);
/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_err.h148 dir : 4, member in struct:root_complex::__anon10298
158 dir : 4,
186 dir : 4, member in struct:pec_block_err::__anon10299
/illumos-gate/usr/src/cmd/make/bin/
H A Dfiles.cc261 * read_dir(dir, pattern, line, library)
271 * dir Path to the directory to read
278 * debug_level Should we trace the dir reading?
280 * sccs_dir_path The path to the SCCS dir (from PROJECTDIR)
285 read_dir(Name dir, wchar_t *pattern, Property line, wchar_t *library) argument
302 if(dir->hash.length >= MAXPATHLEN) {
306 Wstring wcb(dir);
311 if (dir->has_read_dir) {
314 dir->has_read_dir = true;
317 if (vpath_defined && (dir
[all...]
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_krb.c192 smb_ccache_init(char *dir, char *filename) argument
196 if ((mkdir(dir, 0700) < 0) && (errno != EEXIST))
199 (void) snprintf(buf, MAXPATHLEN, "KRB5CCNAME=%s/%s", dir, filename);

Completed in 197 milliseconds

<<11121314151617181920>>