Home
last modified time | relevance | path

Searched defs:file (Results 1 – 25 of 668) sorted by relevance

12345678910>>...27

/illumos-gate/usr/src/cmd/filesync/
H A Ddatabase.h190 struct file { struct
191 struct file *f_next; /* pointer to next file in base */ argument
192 struct file *f_files; /* pointer to files in subdir */ argument
194 fflags_t f_flags; /* flags associated with file */ argument
195 int f_depth; /* directory depth for file */ argument
196 char *f_name; /* name of this file */ argument
216 /* stat information from baseline file and evaluation */ argument
217 struct fileinfo f_info[3]; /* baseline, source, dest */ argument
223 /* this field is only valid for a renamed file */ argument
230 struct file *f_rnext; /* reconciliation chain ptr */ argument
[all …]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.c56 char file[80]; member
119 my_malloc(size_t size, const char *file, int line) in my_malloc()
149 my_free(void *addr, const char *file, int line) in my_free()
175 my_sethostent(int stay, const char *file, int line) in my_sethostent()
185 my_endhostent(const char *file, int line) in my_endhostent()
199 my_setnetconfig(const char *file, int line) in my_setnetconfig()
227 my_setnetpath(const char *file, int line) in my_setnetpath()
259 const char *file, in my_netdir_getbyname()
288 char *file, in my_getipnodebyname()
335 my__rpc_setconf(char *nettype, char *file, int line) in my__rpc_setconf()
[all …]
/illumos-gate/usr/src/ucbhead/sys/
H A Dfile.h59 typedef struct file struct
61 struct file *f_next; /* pointer to next entry */ argument
62 struct file *f_prev; /* pointer to previous entry */ argument
68 struct aioreq *f_aiof; /* aio file list forward link */ argument
69 struct aioreq *f_aiob; /* aio file list backward link */ argument
71 struct file *f_slnk; /* XENIX semaphore queue */ argument
/illumos-gate/usr/src/uts/common/sys/
H A Dfile.h61 typedef struct file { struct
68 struct f_audit_data *f_audit_data; /* file audit data */ argument
88 #define FSYNC 0x10 /* file (data+inode) integrity while writing */ argument
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Dfopen.c55 _endopen(const char *file, const char *mode, FILE *iop, int largefile) in _endopen()
112 fopen(const char *file, const char *mode) in fopen()
131 fopen64(const char *file, const char *mode) in fopen64()
145 freopen(const char *file, const char *mode, FILE *iop) in freopen()
153 freopen64(const char *file, const char *mode, FILE *iop) in freopen64()
/illumos-gate/usr/src/lib/udapl/libdat/common/
H A Dudat_sr_parser.c403 DAT_OS_FILE *file) in dat_sr_parse_eof()
546 DAT_OS_FILE *file, in dat_sr_parse_ia_name()
581 DAT_OS_FILE *file, in dat_sr_parse_api()
620 DAT_OS_FILE *file, in dat_sr_parse_thread_safety()
771 DAT_OS_FILE *file, in dat_sr_parse_ia_params()
806 DAT_OS_FILE *file, in dat_sr_parse_platform_params()
841 DAT_OS_FILE *file, in dat_sr_parse_eoe()
1076 DAT_OS_FILE *file, in dat_sr_get_token()
1102 DAT_OS_FILE *file, in dat_sr_put_token()
1253 DAT_OS_FILE *file, in dat_sr_read_str()
[all …]
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A DSys_malloc.c68 const char * file, in _Malloc()
93 const char * file, in _Realloc()
119 const char * file, in _Calloc()
144 const char * file, in _Strdup()
173 const char * file, in _Free()
/illumos-gate/usr/src/uts/common/krtld/
H A Dreloc.h244 #define REL_ERR_UNIMPL(lml, file, sym, rtype) \ argument
249 #define REL_ERR_UNSUPSZ(lml, file, sym, rtype, size) \ argument
255 #define REL_ERR_NONALIGN(lml, file, sym, rtype, off) \ argument
261 #define REL_ERR_UNNOBITS(lml, file, sym, rtype, nbits) \ argument
267 #define REL_ERR_LOSEBITS(lml, file, sym, rtype, uvalue, nbits, off) \ argument
275 #define REL_ERR_NOFIT(lml, file, sym, rtype, uvalue) \ argument
286 #define REL_ERR_UNIMPL(lml, file, sym, rtype) \ argument
290 #define REL_ERR_UNSUPSZ(lml, file, sym, rtype, size) \ argument
295 #define REL_ERR_NONALIGN(lml, file, sym, rtype, off) \ argument
300 #define REL_ERR_UNNOBITS(lml, file, sym, rtype, nbits) \ argument
[all …]
H A Dbootrd_cpio.c156 add_open_file(struct cpio_file *file) in add_open_file()
162 remove_open_file(struct cpio_file *file) in remove_open_file()
170 struct cpio_file *file; in find_open_file() local
247 struct cpio_file *file, const char *wanted_path) in scan_archive_hdr()
300 find_filename(char *path, struct cpio_file *file) in find_filename()
363 struct cpio_file *file; in bcpio_open() local
384 struct cpio_file *file; in bcpio_close() local
401 struct cpio_file *file; in bcpio_closeall() local
414 struct cpio_file *file; in bcpio_read() local
436 struct cpio_file *file; in bcpio_lseek() local
[all …]
/illumos-gate/usr/src/boot/libsa/
H A Dufs.c107 struct file { struct
108 off_t f_seekp; /* seek pointer */
109 struct fs *f_fs; /* pointer to super-block */
110 union dinode {
134 static int read_inode(ino_t, struct open_file *); argument
141 * Read a new inode into a file structure. argument
H A Dzalloc_malloc.c106 Free(void *ptr, const char *file, int line) in Free()
147 Calloc(size_t n1, size_t n2, const char *file, int line) in Calloc()
169 Realloc(void *ptr, size_t size, const char *file, int line) in Realloc()
201 Reallocf(void *ptr, size_t size, const char *file, int line) in Reallocf()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dfind.c86 char file[PATHLEN + 1]; /* source file name */ in findsymbol() local
252 char file[PATHLEN + 1]; /* source file name */ in finddef() local
364 char file[PATHLEN + 1]; /* source file name */ in findallfcns() local
396 char file[PATHLEN + 1]; /* source file name */ in findcalledby() local
443 findcalledbysub(char *file) in findcalledbysub()
483 char file[PATHLEN + 1]; /* source file name */ in findcalling() local
550 char file[PATHLEN + 1]; /* source file name */ in findassignments() local
664 char *file = filepath(srcfiles[i]); in findegreppat() local
701 char file[PATHLEN + 1]; /* source file name */ in findinclude() local
1055 putref(char *file, char *function) in putref()
[all …]
H A Dedit.c50 char file[PATHLEN + 1]; /* file name */ in editref() local
72 char file[PATHLEN + 1]; /* file name */ in editall() local
103 edit(char *file, char *linenum) in edit()
H A Ddir.c62 char *file; member
147 char *file; in makefilelist() local
293 issrcfile(char *file) in issrcfile()
345 incfile(char *file, int type) in incfile()
378 infilelist(char *file) in infilelist()
/illumos-gate/usr/src/lib/libcmdutils/common/
H A Dsysattrs.c49 sysattr_status(char *file, xattr_view_t view) in sysattr_status()
77 sysattr_type(char *file) in sysattr_type()
111 sysattr_support(char *file, int name) in sysattr_support()
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dheap.h46 # define sm_malloc_tagged(size, file, line, grp) sm_malloc(size) argument
47 # define sm_malloc_tagged_x(size, file, line, grp) sm_malloc_x(size) argument
48 # define sm_free_tagged(ptr, file, line) sm_free(ptr) argument
49 # define sm_heap_register(ptr, size, file, line, grp) (true) argument
51 # define sm_heap_report(file, verbose) ((void)0) argument
/illumos-gate/usr/src/cmd/genmsg/
H A Dutil.c75 char *file; member
107 add_msg(int setid, int msgid, char *msg, char *file, int line, int no_write) in add_msg()
123 is_writable(char *file) in is_writable()
137 write_msgfile(char *file) in write_msgfile()
269 lookup_msgid(SetID si, int msgid, char *msg, char *file, int line) in lookup_msgid()
292 add_msgid(SetID si, int msgid, char *msg, char *file, int line, int no_write) in add_msgid()
410 read_projfile(char *file) in read_projfile()
454 write_projfile(char *file) in write_projfile()
496 get_msgid(char *file, int line, int setid, char *str) in get_msgid()
553 read_msgfile(char *file) in read_msgfile()
[all …]
/illumos-gate/usr/src/lib/udapl/libdat/include/
H A Ddat_osd.h183 #define dat_os_fgetpos(file, pos) ((DAT_RETURN)( \ argument
188 #define dat_os_fsetpos(file, pos) ((DAT_RETURN)( \ argument
196 #define dat_os_fgetc(file) fgetc((file)) argument
200 #define dat_os_fputc(file, c) fputc((c), (file)) argument
203 #define dat_os_fungetc(file) fseek((file), -1, SEEK_CUR) argument
209 #define dat_os_fread(file, buf, len) fread((buf), sizeof (char), \ argument
213 #define dat_os_fclose(file) ((0 == fclose(file)) ? DAT_SUCCESS : \ argument
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Drwlock_emul.c5 void eMrwlock_read_enter(rw, file, line) in eMrwlock_read_enter() argument
27 void eMrwlock_write_enter(rw, file, line) in eMrwlock_write_enter() argument
49 void eMrwlock_downgrade(rw, file, line) in eMrwlock_downgrade() argument
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dversion.c33 Dbg_ver_avail_title(Lm_list *lml, const char *file) in Dbg_ver_avail_title()
44 Dbg_ver_def_title(Lm_list *lml, const char *file) in Dbg_ver_def_title()
55 Dbg_ver_need_title(Lm_list *lml, const char *file) in Dbg_ver_need_title()
66 Dbg_ver_need_entry(Lm_list *lml, Half cnt, const char *file, in Dbg_ver_need_entry()
215 Elf_ver_line_5(Lm_list *lml, const char *file, const char *version) in Elf_ver_line_5()
/illumos-gate/usr/src/cmd/bnu/
H A Dutility.c47 assert(s1, s2, i1, file, line) in assert() argument
60 errent(s1, s2, i1, file, line) in errent() argument
70 logError(s1, s2, i1, type, file, line) in logError() argument
192 char fullname[MAXNAMESIZE], file[MAXNAMESIZE]; local
/illumos-gate/usr/src/cmd/tail/
H A Dforward.c239 show(file_info_t *file) in show()
265 associate(file_info_t *file, boolean_t assoc, port_event_t *ev) in associate()
369 file_info_t *file; in set_events() local
390 file_info_t *file; in follow() local
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfncs.c677 Getrequest(char *file) in Getrequest()
717 Getsecure(char *file) in Getsecure()
728 Loadfilters(char *file) in Loadfilters()
801 Putsecure(char *file, SECURE *secbufp) in Putsecure()
932 _Malloc(size_t size, const char *file, int line) in _Malloc()
946 _Realloc(void *ptr, size_t size, const char *file, int line) in _Realloc()
959 _Calloc(size_t nelem, size_t elsize, const char *file, int line) in _Calloc()
972 _Strdup(const char *s, const char *file, int line) in _Strdup()
990 _Free(void *ptr, const char *file, int line) in _Free()
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dfiltertable.c49 register char *file; in get_and_load() local
66 open_filtertable(char *file, char *mode) in open_filtertable()
/illumos-gate/usr/src/cmd/mailx/
H A Dlpaths.c55 libpath(char *file) in libpath()
67 helppath(char *file) in helppath()

12345678910>>...27