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

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dinit_ctx.c70 pid_t __krb5_current_pid; /* fork safety: contains the current process ID */ variable
217 ctx->pid = __krb5_current_pid;
255 * __krb5_current_pid should always be set to current process ID, see the
258 __krb5_current_pid = getpid();
269 * fork safety: __krb5_current_pid should always be set to current process
272 __krb5_current_pid = getpid();
323 ctx->pid == __krb5_current_pid) {
433 ctx->pid = __krb5_current_pid;

Completed in 60 milliseconds