Searched defs:msg_getcred (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dstream.c465 cr = msg_getcred(tmpl, &cpid);
512 msg_getcred(const mblk_t *mp, pid_t *cpidp) function
563 * Variant of msg_getcred which, when a cred is found
566 * This is more efficient to use than a msg_getcred() + crhold() when
630 cred_t *cr = msg_getcred(mp, NULL);

Completed in 257 milliseconds