Searched refs:NAME (Results 1 – 2 of 2) sorted by relevance
/security/apparmor/include/ |
D | audit.h | 153 #define DEFINE_AUDIT_DATA(NAME, T, X) \ argument 155 struct apparmor_audit_data NAME ## _aad = { .op = (X), }; \ 156 struct common_audit_data NAME = \ 161 NAME.apparmor_audit_data = &(NAME ## _aad)
|
/security/apparmor/ |
D | apparmorfs.c | 1034 #define SEQ_PROFILE_FOPS(NAME) \ argument 1035 static int seq_profile_ ##NAME ##_open(struct inode *inode, struct file *file)\ 1037 return seq_profile_open(inode, file, seq_profile_ ##NAME ##_show); \ 1040 static const struct file_operations seq_profile_ ##NAME ##_fops = { \ 1042 .open = seq_profile_ ##NAME ##_open, \ 1136 #define SEQ_NS_FOPS(NAME) \ argument 1137 static int seq_ns_ ##NAME ##_open(struct inode *inode, struct file *file) \ 1139 return single_open(file, seq_ns_ ##NAME ##_show, inode->i_private); \ 1142 static const struct file_operations seq_ns_ ##NAME ##_fops = { \ 1144 .open = seq_ns_ ##NAME ##_open, \ [all …]
|