Searched refs:file (Results 451 - 475 of 3164) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A Dzfs_unmount_008_neg.ksh5 # The contents of this file are subject to the terms of the
7 # You may not use this file except in compliance with the License.
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
65 if [[ -e /tmp/$file ]]; then
66 rm -f /tmp/$file
108 file=foo.$$
111 touch /tmp/$file
115 for mpt in "./$dir" "./$file" "/tmp"; do
/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl5 # The contents of this file are subject to the terms of the
7 # You may not use this file except in compliance with the License.
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
44 . "[-x opt[=arg]] [file | dir ...]\n";
102 print "\t -l save log file of results and PIDs used by tests\n";
125 my($dest) = basename($file);
137 print README "ERROR: " . $file . " " . $msg;
153 link("$file.out", "$opt_d/failure.$n/$dest.out");
158 link("$file
[all...]
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfpoll.c58 #define HASAUXFD(f) (f->proc && f->proc->file >= 0 && f->proc->file != f->file)
115 fds[m].fd = f->file;
122 { /* a sfpopen situation with two file descriptors */
125 fds[m].fd = f->proc->file;
172 if(f->file > m)
173 m = f->file;
176 FD_SET(f->file,&wr);
180 { if(f->proc->file >
[all...]
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmtrace.c113 const char* file = 0; local
129 VMFLF(vm,file,line,func);
154 if(file && file[0] && line > 0)
155 { if((bufp + strlen(file) + SLOP) >= endbuf)
157 for(f = bufp + strlen(file); f > file; --f)
160 file = f;
163 bufp = trstrcpy(bufp, "file", '=');
165 m = strlen(file);
229 vmtrace(int file) argument
[all...]
/illumos-gate/usr/src/cmd/fm/scripts/
H A Dfmsim.ksh5 # The contents of this file are subject to the terms of the
7 # You may not use this file except in compliance with the License.
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
170 for file in $files; do
171 [[ -r $file ]] || die "input file is missing or not readable -- $file"
176 "[-t args] [file ...]"
224 for file i
[all...]
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_devdb.c4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
135 * Fetch one record from the file
138 usba_devdb_get_conf_rec(struct _buf *file, usba_configrec_t **rec) argument
155 token = kobj_lex(file, tokval, sizeof (tokval));
161 kobj_find_eol(file);
164 kobj_newline(file);
173 kobj_file_err(CE_WARN, file,
480 struct _buf *file; local
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c158 fp_resstat(const res_state statp, FILE *file) { argument
161 fprintf(file, ";; res options:");
164 fprintf(file, " %s", p_option(mask));
165 putc('\n', file);
171 int pflag, FILE *file)
188 fprintf(file, ";; memory allocation failure\n");
197 fprintf(file, ";; ns_parserr: %s\n",
201 putc('\n', file);
205 fprintf(file, ";; %s SECTION:\n",
208 fprintf(file, ";;\
169 do_section(const res_state statp, ns_msg *handle, ns_sect section, int pflag, FILE *file) argument
298 res_pquery(const res_state statp, const u_char *msg, int len, FILE *file) argument
370 p_cdnname(const u_char *cp, const u_char *msg, int len, FILE *file) argument
384 p_cdname(const u_char *cp, const u_char *msg, FILE *file) argument
416 p_fqname(const u_char *cp, const u_char *msg, FILE *file) argument
[all...]
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dcheck.c4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
146 outfl(O_DIE, np->file, np->line,
154 outfl(O_DIE, np->file, np->line,
170 np->u.arrow.lhs->file, np->u.arrow.lhs->line,
177 outfl(O_ERR, np->file, np->line,
228 outfl(O_ERR, np->file, np->line,
232 outfl(O_ERR, np->file, n
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_tree.c9 * config file.
12 * this file; all of the other profile routines build, access, and
13 * modify the tree via the accessor functions found in this file.
41 int final:1; /* Indicate don't search next file */
122 * probably in this file.
399 prf_file_t file; member in struct:profile_iterator
432 iter->file = profile->first_file;
471 if (iter->file && iter->file->magic != PROF_MAGIC_FILE)
473 if (iter->file
[all...]
/illumos-gate/usr/src/lib/libtecla/common/
H A Ddireader.c35 * If file-system access is to be excluded, this module has no function,
73 struct dirent *file; /* The latest directory entry */ member in struct:DirReader
107 dr->file = NULL;
249 dr->file = NULL;
255 * Read the next file from the directory opened with _dr_open_dir().
260 * return char * The name of the new file, or NULL if we reached
273 if(readdir_r(dr->dir, dr->buffer, &dr->file) == 0 && dr->file)
274 return dr->file->d_name;
276 dr->file
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsetadmin.c4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
115 * Description: read and remember settings from administration file
116 * Arguments: file - pointer to string representing the path to the
117 * administration file to read - if this is NULL
121 * of the administration file will be interactively
127 setadminFile(char *file) argument
136 if (file
[all...]
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dflt.c4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
121 char *file; local
142 file = makepath(Lp_Temp, id, (char *)0);
143 (void) Unlink(file);
144 Free(file);
149 * check if the PAPI attribute file exists, if it does delete it
153 file
[all...]
/illumos-gate/usr/src/cmd/lp/lib/requests/
H A Dgetrequest.c4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
55 char * file
58 getrequest (file)
59 char *file;
74 * Full pathname? If so the file must lie in LP's
77 if (*file == '/') {
78 if (!STRNEQU(file, Lp_Tm
[all...]
H A Dputrequest.c4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
55 char * file,
59 putrequest (file, reqbufp)
60 char *file;
88 * Now open the file and write out the request.
92 * Full pathname? If so the file must lie in LP's
95 if (*file
54 putrequest( char * file, REQUEST * reqbufp ) argument
[all...]
/illumos-gate/usr/src/cmd/boot/scripts/
H A Droot_archive.ksh5 # The contents of this file are subject to the terms of the
7 # You may not use this file except in compliance with the License.
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
123 for file in $filelist ; do
125 file=`echo $file | sed s#^./##`
129 echo $file | cpio -pdum $DST 2> /dev/null
131 if [ -f $file ] && [ -s $file ]
[all...]
/illumos-gate/usr/src/boot/sys/boot/userboot/libstand/
H A DMakefile79 .for file in bzlib.c crctable.c decompress.c huffman.c randtable.c
80 SRCS+= _${file}
81 CLEANFILES+= _${file}
83 _${file}: ${file}
98 .for file in infback.c inffast.c inflate.c inftrees.c zutil.c
99 SRCS+= _${file}
100 CLEANFILES+= _${file}
102 _${file}: ${file}
[all...]
/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib.h53 enough (for example if an input file is mmap'ed), or can be done by
71 file compression on file systems, has a larger header than zlib to maintain
114 int xflags; /* extra flags (not used when writing a gzip file) */
119 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
125 when writing a gzip file) */
217 not compatible with the zlib.h header file used by the application.
509 file name, no extra data, no comment, no modification time (set to zero),
685 gzip file" and give up.
876 match the version of the header file
[all...]
/illumos-gate/usr/src/lib/libsecdb/
H A DMakefile4 # The contents of this file are subject to the terms of the
6 # You may not use this file except in compliance with the License.
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
94 $(INS.file)
100 $(INS.file)
106 $(INS.file)
115 $(INS.file)
121 $(INS.file)
132 $(INS.file)
[all...]
/illumos-gate/usr/src/lib/libcontract/common/
H A Dlibcontract_priv.c4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
84 contract_open(ctid_t ctid, const char *type, const char *file, int oflag) argument
94 n = snprintf(path, PATH_MAX, CTFS_ROOT "/%s/%ld/%s", type, ctid, file);
144 contract_event_dump(FILE *file, ct_evthdl_t hdl, int verbose) argument
150 types[type].type_event(file, hdl, verbose);
154 contract_negend_dump(FILE *file, ct_evthdl_t ev) argument
170 (void) fprintf(file,
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Dsvc-rdisc5 # The contents of this file are subject to the terms of the
7 # You may not use this file except in compliance with the License.
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
36 file=`fmri_to_file $FMRI $IPF_SUFFIX`
40 echo "# $FMRI" >$file
41 gen_IRDP_rules $file
/illumos-gate/usr/src/cmd/mailx/
H A Dcmd2.c4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
54 static void savemsglist(char *file, int *msgvec, int flag);
121 * Save a message in a file. Mark the message as saved
131 * Copy a message to a file without affected its saved-ness
140 * Save/copy the indicated messages at the end of the passed file name.
146 char *file, *cmd; local
151 if ((file
222 char *file; local
260 savemsglist(char *file, int *msgvec, int flag) argument
365 register char *file; local
[all...]
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/
H A DMakefile4 # The contents of this file are subject to the terms of the
6 # You may not use this file except in compliance with the License.
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
116 $(INS.file)
119 $(INS.file)
122 $(INS.file)
125 $(INS.file)
128 $(INS.file)
131 $(INS.file)
[all...]
/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathfind.c80 * if type!=0 and name has no '.' then file.type also attempted
115 * check the directory of the including file
116 * on the assumption that error_info.file is properly stacked
119 if (error_info.file && (s = strrchr(error_info.file, '/')))
121 sfsprintf(buf, size, "%-.*s%s", s - error_info.file + 1, error_info.file, name);
126 sfsprintf(buf, size, "%-.*s%s%.s", s - error_info.file + 1, error_info.file, name, type);
/illumos-gate/usr/src/uts/sun4/os/
H A Dforthdebug.c4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
100 struct _buf *file; local
110 file = kobj_open_path(FDEBUGFILE, 1, 1);
111 if (file == (struct _buf *)-1) {
116 i = kobj_get_filesize(file, &fsz);
124 sz = kobj_read_file(file, fth_buf, fsz, 0); /* entire file */
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_005_pos.ksh5 # The contents of this file are subject to the terms of the
7 # You may not use this file except in compliance with the License.
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
72 #prepare raw file for file disk
77 log_must mkfile $FILESIZE $TESTDIR/file.$i
84 file=$TESTDIR/file
96 $file
[all...]

Completed in 149 milliseconds

<<11121314151617181920>>