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

  /src/sys/compat/netbsd32/
netbsd32_acl.c 81 return kern___acl_set_path(l, SCARG_P32(uap, path), SCARG(uap, type),
93 return kern___acl_set_path(l, SCARG_P32(uap, path), SCARG(uap, type),
  /src/sys/kern/
vfs_acl.c 342 return kern___acl_set_path(l, SCARG(uap, path), SCARG(uap, type),
354 return kern___acl_set_path(l, SCARG(uap, path), SCARG(uap, type),
359 kern___acl_set_path(struct lwp *l, const char *path, function in typeref:typename:int
  /src/sys/sys/
acl.h 331 int kern___acl_set_path(struct lwp *, const char *, acl_type_t,

Completed in 13 milliseconds