HomeSort by: relevance | last modified time | path
    Searched refs:kern___acl_get_path (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/compat/netbsd32/
netbsd32_acl.c 57 return kern___acl_get_path(l, SCARG_P32(uap, path), SCARG(uap, type),
69 return kern___acl_get_path(l, SCARG_P32(uap, path), SCARG(uap, type),
  /src/sys/kern/
vfs_acl.c 303 return kern___acl_get_path(l, SCARG(uap, path), SCARG(uap, type),
315 return kern___acl_get_path(l, SCARG(uap, path), SCARG(uap, type),
320 kern___acl_get_path(struct lwp *l, const char *path, acl_type_t type, function in typeref:typename:int
  /src/sys/sys/
acl.h 329 int kern___acl_get_path(struct lwp *, const char *, acl_type_t,

Completed in 41 milliseconds