Home
last modified time | relevance | path

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

12345678910>>...30

/onnv-gate/usr/src/lib/libbc/inc/include/sys/
H A Dfile.h28 struct file { struct
33 struct fileops { argument
39 caddr_t f_data; /* ptr to file specific struct (vnode/socket) */ argument
41 struct ucred *f_cred; /* credentials of user who opened file */ argument
44 struct file *file, *fileNFILE; variable
/onnv-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
224 struct file * f_previous; /* node for previous filename */ argument
[all …]
/onnv-gate/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.c56 char file[80]; member
65 add_alloc(char *type, void *addr, size_t size, const char *file, int line) in add_alloc()
91 drop_alloc(const char *type, void *addr, const char *file, int line) in drop_alloc()
119 my_malloc(size_t size, const char *file, int line) in my_malloc()
133 my_realloc(void *addr, size_t size, const char *file, int line) in my_realloc()
149 my_free(void *addr, const char *file, int line) in my_free()
158 my_strdup(const char *straddr, const char *file, int line) in my_strdup()
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()
[all …]
/onnv-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
/onnv-gate/usr/src/uts/common/sys/
H A Dfile.h58 typedef struct file { struct
65 struct f_audit_data *f_audit_data; /* file audit data */ argument
84 #define FSYNC 0x10 /* file (data+inode) integrity while writing */ argument
/onnv-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()
/onnv-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()
/onnv-gate/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dfile.c45 HfsPrivateFile* file; in hfs_file_open() local
61 hfs_file_close (HfsPrivateFile* file) in hfs_file_close()
68 hfs_get_extent_containing (HfsPrivateFile* file, unsigned int block, in hfs_get_extent_containing()
102 hfs_file_find_sector (HfsPrivateFile* file, PedSector sector) in hfs_file_find_sector()
171 hfs_file_read_sector (HfsPrivateFile* file, void *buf, PedSector sector) in hfs_file_read_sector()
201 hfs_file_write_sector (HfsPrivateFile* file, void *buf, PedSector sector) in hfs_file_write_sector()
H A Dfile_plus.c47 HfsPPrivateFile* file; in hfsplus_file_open() local
63 hfsplus_file_close (HfsPPrivateFile* file) in hfsplus_file_close()
70 hfsplus_get_extent_containing (HfsPPrivateFile* file, unsigned int block, in hfsplus_get_extent_containing()
107 hfsplus_file_find_extent (HfsPPrivateFile* file, PedSector sector, in hfsplus_file_find_extent()
188 hfsplus_file_read(HfsPPrivateFile* file, void *buf, PedSector sector, in hfsplus_file_read()
231 hfsplus_file_write(HfsPPrivateFile* file, void *buf, PedSector sector, in hfsplus_file_write()
/onnv-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mem.c39 char *file, in _Free()
66 char *file, in _Malloc()
106 char *file, in _Zalloc()
133 char *file, in _Realloc()
174 char *file, in _Calloc()
223 char *file, in _Strdup()
/onnv-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()
/onnv-gate/usr/src/lib/udapl/libdat/common/
H A Dudat_sr_parser.c403 DAT_OS_FILE *file) in dat_sr_parse_eof()
426 DAT_OS_FILE *file) in dat_sr_parse_entry()
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()
659 DAT_OS_FILE *file, in dat_sr_parse_default()
698 DAT_OS_FILE *file, in dat_sr_parse_lib_path()
732 DAT_OS_FILE *file, in dat_sr_parse_provider_version()
771 DAT_OS_FILE *file, in dat_sr_parse_ia_params()
806 DAT_OS_FILE *file, in dat_sr_parse_platform_params()
[all …]
/onnv-gate/usr/src/lib/libbc/libc/stdio/4.2/
H A Dfopen.c42 fopen(char *file, char *mode) in fopen()
48 freopen(char *file, char *mode, FILE *iop) in freopen()
55 _endopen(char *file, char *mode, FILE *iop) in _endopen()
/onnv-gate/usr/src/lib/libbc/libc/stdio/sys5/
H A Dfopen.c36 fopen(char *file, char *mode) in fopen()
42 freopen(char *file, char *mode, FILE *iop) in freopen()
49 _endopen(char *file, char *mode, FILE *iop) in _endopen()
/onnv-gate/usr/src/tools/cscope-fast/
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 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 …]
/onnv-gate/usr/src/uts/common/krtld/
H A Dreloc.h242 #define REL_ERR_UNIMPL(lml, file, sym, rtype) \ argument
247 #define REL_ERR_UNSUPSZ(lml, file, sym, rtype, size) \ argument
253 #define REL_ERR_NONALIGN(lml, file, sym, rtype, off) \ argument
259 #define REL_ERR_UNNOBITS(lml, file, sym, rtype, nbits) \ argument
265 #define REL_ERR_LOSEBITS(lml, file, sym, rtype, uvalue, nbits, off) \ argument
273 #define REL_ERR_NOFIT(lml, file, sym, rtype, uvalue) \ argument
284 #define REL_ERR_UNIMPL(lml, file, sym, rtype) \ argument
288 #define REL_ERR_UNSUPSZ(lml, file, sym, rtype, size) \ argument
293 #define REL_ERR_NONALIGN(lml, file, sym, rtype, off) \ argument
298 #define REL_ERR_UNNOBITS(lml, file, sym, rtype, nbits) \ argument
[all …]
/onnv-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
/onnv-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
/onnv-gate/usr/src/common/openssl/crypto/x509/
H A Dby_file.c96 char *file; in by_file_ctrl() local
130 int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_cert_file()
197 int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_crl_file()
264 int X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_cert_crl_file()
/onnv-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
/onnv-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()
/onnv-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()
350 add_setid(int setid, int msgid, char *msg, char *file, int line, int no_write) in add_setid()
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()
[all …]
/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dgetpwnam.c101 struct passwd *bero_getpwnam(const char * name, const char * file) in bero_getpwnam()
121 struct passwd *bero_getpwuid(uid_t uid, const char * file) in bero_getpwuid()
142 struct spwd *bero_getspnam(const char * name, const char * file) in bero_getspnam()
/onnv-gate/usr/src/cmd/mailx/
H A Dlpaths.c55 libpath(char *file) in libpath()
67 helppath(char *file) in helppath()

12345678910>>...30