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

  /src/sys/kern/
vfs_syscalls.c 3347 kern_pathconf(register_t *retval, const char *path, int name, int flag) function in typeref:typename:int
3381 return kern_pathconf(retval, SCARG(uap, path), SCARG(uap, name),
3395 return kern_pathconf(retval, SCARG(uap, path), SCARG(uap, name),
vfs_syscalls.c 3347 kern_pathconf(register_t *retval, const char *path, int name, int flag) function in typeref:typename:int
3381 return kern_pathconf(retval, SCARG(uap, path), SCARG(uap, name),
3395 return kern_pathconf(retval, SCARG(uap, path), SCARG(uap, name),

Completed in 30 milliseconds