Searched defs:check_file (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/tools/ctf/ctfstrip/
H A Dctfstrip.c36 static boolean_t check_file(const char *, mode_t *);
57 if (!check_file(*p, &mode))
67 check_file(const char *filename, mode_t *mode) function
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dmisc.c43 check_file(char * filename) function
/illumos-gate/usr/src/cmd/filesync/
H A Danal.c38 * check_file . (static) look for changes and queue file for reconciliation
76 static errmask_t check_file(struct file *fp);
152 errs |= check_file(fp);
335 * check_file
355 check_file(struct file *fp) function
433 errs |= check_file(cp);
/illumos-gate/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 */
950 * .func check_file - check filename and setup fcb.
959 * .call ret = check_file(fcb, do_check).
966 check_file(audit_fcb_t *fcb, int do_check) function
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_vdev.c281 check_file(const char *file, boolean_t force, boolean_t isspare) function
1070 ret = check_file(path, force, isspare);
/illumos-gate/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) function
4259 err = check_file(file_fd, verbose, &buf, FW_DL_INFO);
4431 if (err = check_file(file_fd, verbose, &buf_ptr, FW_DL_INFO)) {
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c4583 auto int check_file (char *file);
4588 int check_file (char *file)
4741 if (! check_file (stage1))
4746 if (! check_file (stage1))
4753 if (! check_file (stage1))
4763 if (! check_file (stage2))
4779 if (check_file (stage1_5))
4535 int check_file (char *file) function

Completed in 79 milliseconds