Home
last modified time | relevance | path

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

12345678910>>...27

/illumos-gate/usr/src/cmd/filesync/
H A Ddatabase.h188 struct file { struct
189 struct file *f_next; /* pointer to next file in base */ argument
190 struct file *f_files; /* pointer to files in subdir */ argument
192 fflags_t f_flags; /* flags associated with file */ argument
193 int f_depth; /* directory depth for file */ argument
194 char *f_name; /* name of this file */ argument
214 /* stat information from baseline file and evaluation */ argument
215 struct fileinfo f_info[3]; /* baseline, source, dest */ argument
221 /* this field is only valid for a renamed file */ argument
228 struct file *f_rnext; /* reconciliation chain ptr */ argument
[all …]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.c54 char file[80]; member
117 my_malloc(size_t size, const char *file, int line) in my_malloc()
147 my_free(void *addr, const char *file, int line) in my_free()
173 my_sethostent(int stay, const char *file, int line) in my_sethostent()
183 my_endhostent(const char *file, int line) in my_endhostent()
197 my_setnetconfig(const char *file, int line) in my_setnetconfig()
225 my_setnetpath(const char *file, int line) in my_setnetpath()
257 const char *file, in my_netdir_getbyname()
286 char *file, in my_getipnodebyname()
333 my__rpc_setconf(char *nettype, char *file, int line) in my__rpc_setconf()
[all …]
/illumos-gate/usr/src/ucbhead/sys/
H A Dfile.h57 typedef struct file struct
59 struct file *f_next; /* pointer to next entry */ argument
60 struct file *f_prev; /* pointer to previous entry */ argument
66 struct aioreq *f_aiof; /* aio file list forward link */ argument
67 struct aioreq *f_aiob; /* aio file list backward link */ argument
69 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.c400 DAT_OS_FILE *file) in dat_sr_parse_eof()
543 DAT_OS_FILE *file, in dat_sr_parse_ia_name()
578 DAT_OS_FILE *file, in dat_sr_parse_api()
617 DAT_OS_FILE *file, in dat_sr_parse_thread_safety()
768 DAT_OS_FILE *file, in dat_sr_parse_ia_params()
803 DAT_OS_FILE *file, in dat_sr_parse_platform_params()
838 DAT_OS_FILE *file, in dat_sr_parse_eoe()
1073 DAT_OS_FILE *file, in dat_sr_get_token()
1099 DAT_OS_FILE *file, in dat_sr_put_token()
1250 DAT_OS_FILE *file, in dat_sr_read_str()
[all …]
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A DSys_malloc.c66 const char * file, in _Malloc()
91 const char * file, in _Realloc()
117 const char * file, in _Calloc()
142 const char * file, in _Strdup()
171 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.c84 char file[PATHLEN + 1]; /* source file name */ in findsymbol() local
250 char file[PATHLEN + 1]; /* source file name */ in finddef() local
362 char file[PATHLEN + 1]; /* source file name */ in findallfcns() local
394 char file[PATHLEN + 1]; /* source file name */ in findcalledby() local
441 findcalledbysub(char *file) in findcalledbysub()
481 char file[PATHLEN + 1]; /* source file name */ in findcalling() local
548 char file[PATHLEN + 1]; /* source file name */ in findassignments() local
662 char *file = filepath(srcfiles[i]); in findegreppat() local
699 char file[PATHLEN + 1]; /* source file name */ in findinclude() local
1053 putref(char *file, char *function) in putref()
[all …]
H A Dedit.c48 char file[PATHLEN + 1]; /* file name */ in editref() local
70 char file[PATHLEN + 1]; /* file name */ in editall() local
101 edit(char *file, char *linenum) in edit()
H A Ddir.c60 char *file; member
145 char *file; in makefilelist() local
291 issrcfile(char *file) in issrcfile()
343 incfile(char *file, int type) in incfile()
376 infilelist(char *file) in infilelist()
/illumos-gate/usr/src/lib/libcmdutils/common/
H A Dsysattrs.c47 sysattr_status(char *file, xattr_view_t view) in sysattr_status()
75 sysattr_type(char *file) in sysattr_type()
109 sysattr_support(char *file, int name) in sysattr_support()
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dheap.h44 # define sm_malloc_tagged(size, file, line, grp) sm_malloc(size) argument
45 # define sm_malloc_tagged_x(size, file, line, grp) sm_malloc_x(size) argument
46 # define sm_free_tagged(ptr, file, line) sm_free(ptr) argument
47 # define sm_heap_register(ptr, size, file, line, grp) (true) argument
49 # define sm_heap_report(file, verbose) ((void)0) argument
/illumos-gate/usr/src/cmd/genmsg/
H A Dutil.c73 char *file; member
105 add_msg(int setid, int msgid, char *msg, char *file, int line, int no_write) in add_msg()
121 is_writable(char *file) in is_writable()
135 write_msgfile(char *file) in write_msgfile()
267 lookup_msgid(SetID si, int msgid, char *msg, char *file, int line) in lookup_msgid()
290 add_msgid(SetID si, int msgid, char *msg, char *file, int line, int no_write) in add_msgid()
408 read_projfile(char *file) in read_projfile()
452 write_projfile(char *file) in write_projfile()
494 get_msgid(char *file, int line, int setid, char *str) in get_msgid()
551 read_msgfile(char *file) in read_msgfile()
[all …]
/illumos-gate/usr/src/lib/udapl/libdat/include/
H A Ddat_osd.h181 #define dat_os_fgetpos(file, pos) ((DAT_RETURN)( \ argument
186 #define dat_os_fsetpos(file, pos) ((DAT_RETURN)( \ argument
194 #define dat_os_fgetc(file) fgetc((file)) argument
198 #define dat_os_fputc(file, c) fputc((c), (file)) argument
201 #define dat_os_fungetc(file) fseek((file), -1, SEEK_CUR) argument
207 #define dat_os_fread(file, buf, len) fread((buf), sizeof (char), \ argument
211 #define dat_os_fclose(file) ((0 == fclose(file)) ? DAT_SUCCESS : \ argument
/illumos-gate/usr/src/cmd/ipf/lib/
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.c43 assert(char *s1, char *s2, int i1, char *file, int line) in assert()
55 errent(char *s1, char *s2, int i1, char *file, int line) in errent()
64 logError(char *s1, char *s2, int i1, int type, char *file, int line) in logError()
185 char fullname[MAXNAMESIZE], file[MAXNAMESIZE]; 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/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/lib/filters/
H A Dfiltertable.c47 register char *file; in get_and_load() local
64 open_filtertable(char *file, char *mode) in open_filtertable()
/illumos-gate/usr/src/cmd/mailx/
H A Dlpaths.c53 libpath(char *file) in libpath()
65 helppath(char *file) in helppath()

12345678910>>...27