Home
last modified time | relevance | path

Searched refs:check_file (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/tools/ctf/ctfstrip/
H A Dctfstrip.c36 static boolean_t check_file(const char *, mode_t *);
57 if (!check_file(*p, &mode)) in main()
67 check_file(const char *filename, mode_t *mode) in check_file() function
/titanic_41/usr/src/cmd/filesync/
H A Danal.c76 static errmask_t check_file(struct file *fp);
152 errs |= check_file(fp); in analyze()
355 check_file(struct file *fp) in check_file() function
433 errs |= check_file(cp); in check_file()
H A DREADME303 in anal.c: read analyze, check_file, check_changes & queue_file
365 check_file
368 anal.c:check_file
/titanic_41/usr/src/cmd/lp/model/netpr/
H A Dmisc.c43 check_file(char * filename) in check_file() function
H A Dnetpr.h168 extern int check_file(char *);
H A Dnetpr.c286 if ((filesize = check_file(job_data->filename)) == -1) { in main()
/titanic_41/usr/src/cmd/auditreduce/
H A Doption.c80 static int check_file(audit_fcb_t *, int);
888 if (check_file(fcb, mode)) { /* check file name */ in proc_file()
966 check_file(audit_fcb_t *fcb, int do_check) in check_file() function
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c4474 auto int check_file (char *file); in setup_func()
4479 int check_file (char *file) in setup_func()
4632 if (! check_file (stage1)) in setup_func()
4637 if (! check_file (stage1)) in setup_func()
4644 if (! check_file (stage1)) in setup_func()
4654 if (! check_file (stage2)) in setup_func()
4670 if (check_file (stage1_5)) in setup_func()
/titanic_41/usr/src/cmd/zpool/
H A Dzpool_vdev.c282 check_file(const char *file, boolean_t force, boolean_t isspare) in check_file() function
1070 ret = check_file(path, force, isspare); in is_device_in_use()
/titanic_41/usr/src/lib/storage/liba5k/common/
H A Dmon.c82 static int check_file(int, int, uchar_t **, int);
4087 check_file(int fd, int verbose, uchar_t **buf_ptr, int dl_info_offset) in check_file() function
4259 err = check_file(file_fd, verbose, &buf, FW_DL_INFO); in l_check_file()
4431 if (err = check_file(file_fd, verbose, &buf_ptr, FW_DL_INFO)) { in l_download()
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog3481 check_file checks if the file FILE exists.