Lines Matching refs:buffer
662 char *buffer, struct path_cond *cond, in profile_transition() argument
676 AA_BUG(!buffer); in profile_transition()
678 error = aa_path_name(&bprm->file->f_path, profile->path_flags, buffer, in profile_transition()
795 char *buffer, struct path_cond *cond, in profile_onexec() argument
807 AA_BUG(!buffer); in profile_onexec()
819 error = aa_path_name(&bprm->file->f_path, profile->path_flags, buffer, in profile_onexec()
871 char *buffer, struct path_cond *cond, in handle_onexec() argument
881 AA_BUG(!buffer); in handle_onexec()
886 bprm, buffer, cond, unsafe)); in handle_onexec()
895 buffer, cond, unsafe)); in handle_onexec()
923 char *buffer = NULL; in apparmor_bprm_creds_for_exec() local
953 buffer = aa_get_buffer(false); in apparmor_bprm_creds_for_exec()
954 if (!buffer) { in apparmor_bprm_creds_for_exec()
962 bprm, buffer, &cond, &unsafe); in apparmor_bprm_creds_for_exec()
966 buffer, in apparmor_bprm_creds_for_exec()
1032 aa_put_buffer(buffer); in apparmor_bprm_creds_for_exec()