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

  /src/sys/sys/
kauth.h 52 typedef struct kauth_scope *kauth_scope_t; typedef in typeref:struct:kauth_scope *
461 kauth_scope_t kauth_register_scope(const char *, kauth_scope_callback_t, void *);
462 void kauth_deregister_scope(kauth_scope_t);
465 int kauth_authorize_action(kauth_scope_t, kauth_cred_t, kauth_action_t, void *,

Completed in 117 milliseconds