Lines Matching defs:use_ruid
183 * stored for the caller's effective uid if use_ruid is 0 or
184 * stored for the caller's real uid if use_ruid is 1.
192 key_secretkey_is_set_ext(int use_ruid)
198 xdr_key_netstres, (char *)&kres, use_ruid) &&
231 * If (use_ruid == 0), for the caller's effective uid.
232 * If (use_ruid == 1), for the caller's real uid.
238 key_secretkey_is_set_g_ext(keylen_t keylen, algtype_t algtype, int use_ruid)
249 if ((keylen == 0) && key_secretkey_is_set_ext(use_ruid))
252 return (key_secretkey_is_set_ext(use_ruid));
257 xdr_key_netstres3, (char *)&kres, use_ruid) &&
571 * If use_ruid == 0, use effective uid.
572 * If use_ruid == 1, use real uid.
575 key_setnet_ext(struct key_netstarg *arg, int use_ruid)
580 (char *)arg, xdr_keystatus, (char *)&status, use_ruid))
617 * If (use_ruid == 1), use real uid.
618 * If (use_ruid == 0), use effective uid.
628 int use_ruid)
682 xdr_keystatus, (char *)&status, use_ruid)) {
858 * If (use_ruid == 1), use real uid.
859 * If (use_ruid == 0), use effective uid.
864 char *rslt, int use_ruid)
917 if (use_ruid)
937 if (use_ruid)