| /illumos-gate/usr/src/cmd/filesync/ | 
| H A D | database.h | 188 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 222 	struct file * f_previous;	/* node for previous filename	*/  argument [all …] 
 | 
| /illumos-gate/usr/src/cmd/fs.d/autofs/ | 
| H A D | debug_alloc.c | 54 	char file[80];  member 63 add_alloc(char *type, void *addr, size_t size, const char *file, int line)  in add_alloc() 89 drop_alloc(const char *type, void *addr, const char *file, int line)  in drop_alloc() 117 my_malloc(size_t size, const char *file, int line)  in my_malloc() 131 my_realloc(void *addr, size_t size, const char *file, int line)  in my_realloc() 147 my_free(void *addr, const char *file, int line)  in my_free() 156 my_strdup(const char *straddr, const char *file, int line)  in my_strdup() 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() [all …] 
 | 
| /illumos-gate/usr/src/ucbhead/sys/ | 
| H A D | file.h | 57 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 D | file.h | 61 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/lib/udapl/libdat/common/ | 
| H A D | udat_sr_parser.c | 400 	DAT_OS_FILE 		*file)  in dat_sr_parse_eof() 423     DAT_OS_FILE 		*file)  in dat_sr_parse_entry() 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() 656     DAT_OS_FILE 	*file,  in dat_sr_parse_default() 695     DAT_OS_FILE 	*file,  in dat_sr_parse_lib_path() 729     DAT_OS_FILE 	*file,  in dat_sr_parse_provider_version() 768     DAT_OS_FILE *file,  in dat_sr_parse_ia_params() 803     DAT_OS_FILE *file,  in dat_sr_parse_platform_params() [all …] 
 | 
| /illumos-gate/usr/src/ucblib/libucb/port/stdio/ | 
| H A D | fopen.c | 55 _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/cmd/lp/lib/lp/ | 
| H A D | Sys_malloc.c | 66 	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 D | reloc.h | 244 #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 …] 
 | 
| /illumos-gate/usr/src/common/fs/ | 
| H A D | bootrd_cpio.c | 146 add_open_file(struct cpio_file *file)  in add_open_file() 152 remove_open_file(struct cpio_file *file)  in remove_open_file() 160 	struct cpio_file *file;  in find_open_file()  local 247     struct cpio_file *file, const char *wanted_path)  in scan_archive_hdr() 298 find_filename(char *path, struct cpio_file *file)  in find_filename() 369 	struct cpio_file *file;  in bcpio_open()  local 390 	struct cpio_file *file;  in bcpio_close()  local 406 	struct cpio_file *file;  in bcpio_closeall()  local 421 	struct cpio_file *file;  in bcpio_read()  local 443 	struct cpio_file *file;  in bcpio_lseek()  local [all …] 
 | 
| /illumos-gate/usr/src/boot/libsa/ | 
| H A D | ufs.c | 107 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 D | zalloc_malloc.c | 106 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 D | find.c | 84 	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 D | edit.c | 48 	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 D | dir.c | 60 	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/cmd/sendmail/include/sm/ | 
| H A D | heap.h | 44 #  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 D | util.c | 73 	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() 348 add_setid(int setid, int msgid, char *msg, char *file, int line, int no_write)  in add_setid() 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() [all …] 
 | 
| /illumos-gate/usr/src/lib/libcmdutils/common/ | 
| H A D | sysattrs.c | 47 sysattr_status(const char *file, xattr_view_t view)  in sysattr_status() 75 sysattr_type(char *file)  in sysattr_type() 109 sysattr_support(const char *file, int name)  in sysattr_support()
  | 
| /illumos-gate/usr/src/lib/udapl/libdat/include/ | 
| H A D | dat_osd.h | 181 #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/sgs/liblddbg/common/ | 
| H A D | version.c | 33 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/ipf/lib/ | 
| H A D | rwlock_emul.c | 5 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/bnu/ | 
| H A D | utility.c | 43 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
  | 
| H A D | uuxqt.c | 257 xstash(file)  in xstash()  argument 301 xget(file)  in xget()  argument 324 gt_Xfile(file, dir)  in gt_Xfile()  argument 364 gotfiles(file)  in gotfiles()  argument 414 	char	buf[BUFSIZ], file[MAXNAMESIZE], tfile[MAXNAMESIZE];  in rm_Xfiles()  local 700 doFileChk(char *file)  in doFileChk() 724 retosndr(user, rmt, file, cmd, buf, errfile)  in retosndr()  argument 836     char	file[MAXFULLNAME], tempname[NAMESIZE];  local
  | 
| /illumos-gate/usr/src/cmd/lp/cmd/lpsched/ | 
| H A D | fncs.c | 677 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 D | forward.c | 239 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/hal/hald/ | 
| H A D | util.c | 174 hal_util_get_int_from_file (const gchar *directory, const gchar *file, gint *result, gint base)  in hal_util_get_int_from_file() 209 …nt_from_file (HalDevice *d, const gchar *key, const gchar *directory, const gchar *file, gint base)  in hal_util_set_int_from_file() 224 hal_util_get_uint64_from_file (const gchar *directory, const gchar *file, guint64 *result, gint bas…  in hal_util_get_uint64_from_file() 260 …64_from_file (HalDevice *d, const gchar *key, const gchar *directory, const gchar *file, gint base)  in hal_util_set_uint64_from_file() 274 hal_util_get_bcd2_from_file (const gchar *directory, const gchar *file, gint *result)  in hal_util_get_bcd2_from_file() 350 …util_set_bcd2_from_file (HalDevice *d, const gchar *key, const gchar *directory, const gchar *file)  in hal_util_set_bcd2_from_file() 364 hal_util_get_string_from_file (const gchar *directory, const gchar *file)  in hal_util_get_string_from_file() 411 …il_set_string_from_file (HalDevice *d, const gchar *key, const gchar *directory, const gchar *file)  in hal_util_set_string_from_file() 498 hal_util_grep_file (const gchar *directory, const gchar *file, const gchar *linestart, gboolean reu…  in hal_util_grep_file() 570 hal_util_grep_string_elem_from_file (const gchar *directory, const gchar *file,  in hal_util_grep_string_elem_from_file() [all …] 
 |