HomeSort by relevance Sort by last modified time
    Searched full:credsid_t (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/sys/
sid.h 96 } credsid_t; typedef in typeref:struct:credsid
106 credsid_t *kcrsid_alloc(void);
108 credsid_t *kcrsid_setsid(credsid_t *, ksid_t *, ksid_index_t);
109 credsid_t *kcrsid_setsidlist(credsid_t *, ksidlist_t *);
111 void kcrsid_rele(credsid_t *);
112 void kcrsid_hold(credsid_t *);
113 void kcrsidcopy_to(const credsid_t *okcr, credsid_t *nkcr)
    [all...]
cred_impl.h 80 credsid_t *cr_ksid; /* pointer to SIDs */
  /onnv/onnv-gate/usr/src/uts/common/os/
sid.c 225 credsid_t *
228 credsid_t *kcr = kmem_zalloc(sizeof (*kcr), KM_SLEEP);
234 * Returns a credsid_t with a refcount of 1.
236 static credsid_t *
237 kcrsid_dup(credsid_t *org)
239 credsid_t *new;
262 kcrsid_hold(credsid_t *kcr)
268 kcrsid_rele(credsid_t *kcr)
287 kcrsidcopy_to(const credsid_t *okcr, credsid_t *nkcr
    [all...]
cred.c 414 credsid_t *nkcr = newcr->cr_ksid;
478 credsid_t *nkcr = newcr->cr_ksid;

Completed in 120 milliseconds