HomeSort by: relevance | last modified time | path
    Searched defs:vn_fpathconf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
vfs_vnops.c 124 static int vn_fpathconf(struct file *, int, register_t *);
142 .fo_fpathconf = vn_fpathconf,
1240 vn_fpathconf(struct file *fp, int name, register_t *retval) function in typeref:typename:int
vfs_vnops.c 124 static int vn_fpathconf(struct file *, int, register_t *);
142 .fo_fpathconf = vn_fpathconf,
1240 vn_fpathconf(struct file *fp, int name, register_t *retval) function in typeref:typename:int

Completed in 56 milliseconds