Searched refs:file (Results 476 - 500 of 3164) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/test/zfs-tests/tests/functional/nopwrite/
H A Dnopwrite_copies.ksh4 # This file and its contents are supplied under the terms of the
6 # You may only use this file in accordance with the terms of version
46 dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
47 >/dev/null 2>&1 || log_fail "dd into $TESTDIR/file failed."
51 dd if=/$TESTDIR/file of=/$TESTDIR/clone/file bs=1024k count=$MEGS \
62 dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
63 >/dev/null 2>&1 || log_fail "dd into $TESTDIR/file failed."
67 dd if=/$TESTDIR/file of=/$TESTDIR/clone/file b
[all...]
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmdebug.c36 /* structure to keep track of file names */
40 char file[1]; member in struct:_dbfile_s
67 static int Dbfd = 2; /* default warning file descriptor */
100 const char* file, int line, const Void_t* func, int type)
102 static void dbwarn(vm, data, where, file, line, func, type)
106 const char* file; /* file where call originates */
173 if(file && file[0] && line > 0 && (bufp + strlen(file)
99 dbwarn(Vmalloc_t* vm, Void_t* data, int where, const char* file, int line, const Void_t* func, int type) argument
188 dbwatch(Vmalloc_t* vm, Void_t* data, const char* file, int line, const Void_t* func, int type) argument
212 dbsetinfo(Vmuchar_t* data, size_t size, const char* file, int line) argument
384 reg char* file; local
439 char* file; local
509 char *file, *oldfile; local
706 reg char* file; local
[all...]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/BSM/
H A D_BSMparse.pm7 # The contents of this file are subject to the terms of the
9 # You may not use this file except in compliance with the License.
17 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
87 # read the hand edited attrFile file
94 my $file = $obj->{'attrFile'};
96 open($fileHandle, $file) or die sprintf("$failedOpen\n", $file, $!);
200 $newLabel is duplicated in the attribute file (line $.)
286 my $file
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpsubs.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.
126 readit(FILE *file, struct tftphdr **dpp, int convert) argument
135 read_ahead(file, convert); /* fill it */
145 read_ahead(FILE *file, int convert) argument
162 file);
163 if (ferror(file))
176 c = getc(file);
195 writeit(FILE *file, struct tftphdr **dpp, int ct, int convert) argument
214 write_behind(FILE *file, int convert) argument
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_put.c2 * See the file LICENSE for redistribution information.
91 lsn->file = lp->lsn.file;
96 /* If this information won't fit in the file, swap files. */
101 "log_put: record larger than maximum file size");
110 * Save the last known offset from the previous file, we'll
115 /* Point the current LSN to the new file. */
116 ++lp->lsn.file;
119 /* Reset the file write offset. */
125 lsn->file
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dgzwrite.c16 /* Initialize state for writing a gzip file. Mark initialization by setting
67 /* Compress whatever is at avail_in and next_in and write to the output file.
68 Return -1 if there is an error writing to the output file, otherwise 0.
71 is true, then simply write to the output file without compressing, and
168 int ZEXPORT gzwrite(file, buf, len)
169 gzFile file;
178 if (file == NULL)
180 state = (gz_statep)file;
235 /* directly compress user buffer to file */
248 int ZEXPORT gzputc(file,
313 gzvprintf(gzFile file, const char *format, va_list va) argument
375 gzprintf(gzFile file, const char *format, ...) argument
[all...]
/illumos-gate/usr/src/lib/libpp/common/
H A Dppsearch.c25 * include file search support
55 * test!=INC_CLEAR returns 1 if file can be included again
59 * (1) different hard links to the same file are treated as
63 * different files to be treated as the same file:
65 * "../h/<file>" == "/usr/include/sys/../h/<file>" -> "/usr/include/h/<file>"
66 * "h/<file>" -> "/usr/include/h/<file>"
107 * search for file usin
595 ppsearch(char* file, int type, int flags) argument
[all...]
/illumos-gate/usr/src/cmd/allocate/
H A Dallocate3.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.
49 #include <sys/file.h>
212 char **file; local
216 for (file = dm->dmap_devarray; *file != NULL; file++) {
217 if ((status = access(*file, F_O
288 char **file; local
597 _newdac(char *file, uid_t owner, gid_t group, o_mode_t mode) argument
642 lock_dev(char *file, struct stat *statbuf) argument
700 char **file; local
740 mk_revoke(int optflag, char *file) argument
850 char **file; local
876 char **file; local
1700 char **file; local
1788 char **file; local
[all...]
/illumos-gate/usr/src/lib/librsm/
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.
54 $(INS.file)
56 $(INS.file)
/illumos-gate/usr/src/lib/libdtrace_jni/java/docs/examples/
H A DTestAPI.java4 * 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.
41 File file = new File(args[0]);
54 consumer.compile(file, macroArgs);
/illumos-gate/usr/src/lib/libwrap/
H A Ddiag.c9 * with the current context (file name and line number), if available.
46 if (tcpd_context.file)
48 tag, tcpd_context.file, tcpd_context.line, format);
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vsqrtf.S4 * 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.
29 .file "__vsqrtf.S"
34 .file "__vsqrtf.S"
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dassertions.c83 default_assertion_failed(const char *file, int line, assertion_type type, argument
87 file, line, assertion_type_to_text(type), cond,
94 /*! \file */
/illumos-gate/usr/src/lib/libbc/libc/sys/common/sparc/
H A D_exit.s4 ! 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.
H A Dgetppid.s9 ! The contents of this file are subject to the terms of the
11 ! (the "License"). You may not use this file except in compliance
20 ! file and include the License file at usr/src/OPENSOLARIS.LICENSE.
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dexecle.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.
33 * execle(file, arg1, arg2, ..., 0, envp)
47 execle(const char *file, const char *arg0, ...) argument
96 err = execve(file, argvec, environmentp);
/illumos-gate/usr/src/lib/libmail/common/
H A Dsystemvp.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.
50 systemvp(char *file, char **argv, int resetid) argument
61 (void) execvp(file, argv);
/illumos-gate/usr/src/common/mapfiles/amd64/
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.
51 $(INS.file)
54 $(INS.file)
/illumos-gate/usr/src/common/mapfiles/sparcv9/
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.
51 $(INS.file)
54 $(INS.file)
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/
H A DMakefile.com4 # 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.
85 $(INS.file)
88 $(INS.file)
94 $(INS.file)
97 $(INS.file)
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Ddwarf.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.
43 const char *file; member in struct:__anon1416
281 state->file, state->sh_name);
328 state->file, state->sh_name);
333 state->file, state->sh_name,
357 state->file, state->sh_name,
363 state->file, stat
686 dump_eh_frame(const char *file, char *sh_name, uchar_t *data, size_t datasize, uint64_t sh_addr, Half e_machine, uchar_t *e_ident, uint64_t gotaddr) argument
[all...]
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
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.
71 $(INS.file)
77 $(INS.file)
/illumos-gate/usr/src/cmd/cmd-inet/etc/ppp/
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.
56 $(INS.file)
62 $(INS.file)
/illumos-gate/usr/src/cmd/fs.d/nfs/etc/
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.
47 $(INS.file)
50 $(INS.file)
/illumos-gate/usr/src/cmd/fwflash/
H A DMakefile.com4 # 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 $(INS.file)
69 $(INS.file)
75 $(INS.file)
81 $(INS.file)

Completed in 250 milliseconds

<<11121314151617181920>>