prev_ctx_p 376 source3/smbd/sec_ctx.c struct sec_ctx *prev_ctx_p; prev_ctx_p 401 source3/smbd/sec_ctx.c prev_ctx_p = &sec_ctx_stack[sec_ctx_stack_ndx]; prev_ctx_p 404 source3/smbd/sec_ctx.c set_unix_security_ctx(prev_ctx_p->ut.uid, prev_ctx_p 405 source3/smbd/sec_ctx.c prev_ctx_p->ut.gid, prev_ctx_p 406 source3/smbd/sec_ctx.c prev_ctx_p->ut.ngroups, prev_ctx_p 407 source3/smbd/sec_ctx.c prev_ctx_p->ut.groups); prev_ctx_p 411 source3/smbd/sec_ctx.c current_user.ut.uid = prev_ctx_p->ut.uid; prev_ctx_p 412 source3/smbd/sec_ctx.c current_user.ut.gid = prev_ctx_p->ut.gid; prev_ctx_p 413 source3/smbd/sec_ctx.c current_user.ut.ngroups = prev_ctx_p->ut.ngroups; prev_ctx_p 414 source3/smbd/sec_ctx.c current_user.ut.groups = prev_ctx_p->ut.groups; prev_ctx_p 415 source3/smbd/sec_ctx.c current_user.nt_user_token = prev_ctx_p->token;