Lines Matching defs:buffer
624 char *buffer, struct path_cond *cond,
636 AA_BUG(!buffer);
638 error = aa_path_name(&bprm->file->f_path, profile->path_flags, buffer,
722 char *buffer, struct path_cond *cond,
733 AA_BUG(!buffer);
745 error = aa_path_name(&bprm->file->f_path, profile->path_flags, buffer,
795 char *buffer, struct path_cond *cond,
805 AA_BUG(!buffer);
810 bprm, buffer, cond, unsafe));
815 profile_transition(profile, bprm, buffer,
822 buffer, cond, unsafe));
828 profile_transition(profile, bprm, buffer,
857 char *buffer = NULL;
883 /* buffer freed below, name is pointer into buffer */
884 buffer = aa_get_buffer(false);
885 if (!buffer) {
893 bprm, buffer, &cond, &unsafe);
896 profile_transition(profile, bprm, buffer,
962 aa_put_buffer(buffer);