Home
last modified time | relevance | path

Searched refs:fp_open (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/sys/
H A Dfile.h142 int fp_open(const char *, int, int, struct file **);
/dragonfly/sys/kern/
H A Dkern_fp.c95 fp_open(const char *path, int flags, int mode, file_t *fpp) in fp_open() function
H A Dkern_checkpoint.c818 error = fp_open(buf, O_WRONLY|O_CREAT|O_TRUNC|O_NOFOLLOW, 0600, &fp); in checkpoint_signal_handler()