Searched refs:xpd (Results 1 - 6 of 6) sorted by relevance

/linux-master/security/selinux/
H A Davc.c62 struct extended_perms_decision xpd; member in struct:avc_xperms_decision_node
191 if (xpd_node->xpd.driver == driver)
192 return &xpd_node->xpd;
198 avc_xperms_has_perm(struct extended_perms_decision *xpd, argument
204 (xpd->used & XPERMS_ALLOWED))
205 rc = security_xperm_test(xpd->allowed->p, perm);
207 (xpd->used & XPERMS_AUDITALLOW))
208 rc = security_xperm_test(xpd->auditallow->p, perm);
210 (xpd->used & XPERMS_DONTAUDIT))
211 rc = security_xperm_test(xpd
218 struct extended_perms_decision *xpd; local
227 struct extended_perms_decision *xpd; local
296 struct extended_perms_decision *xpd; local
385 avc_xperms_audit_required(u32 requested, struct av_decision *avd, struct extended_perms_decision *xpd, u8 perm, int result, u32 *deniedp) argument
415 avc_xperms_audit(u32 ssid, u32 tsid, u16 tclass, u32 requested, struct av_decision *avd, struct extended_perms_decision *xpd, u8 perm, int result, struct common_audit_data *ad) argument
831 avc_update_node(u32 event, u32 perms, u8 driver, u8 xperm, u32 ssid, u32 tsid, u16 tclass, u32 seqno, struct extended_perms_decision *xpd, u32 flags) argument
1025 struct extended_perms_decision *xpd = NULL; local
[all...]
/linux-master/drivers/net/wireless/ath/carl9170/
H A Deeprom.h62 u8 xpd; member in struct:ar9170_eeprom_modal
/linux-master/drivers/net/wireless/ath/ath9k/
H A Deeprom.h354 u8 xpd; member in struct:modal_eep_header
404 u8 xpd; member in struct:modal_eep_4k_header
489 u8 xpd; member in struct:modal_eep_ar9287_header
H A Deeprom_4k.c94 PR_EEP("External PD", modal_hdr->xpd);
H A Deeprom_9287.c100 PR_EEP("External PD", modal_hdr->xpd);
H A Deeprom_def.c165 PR_EEP("External PD", modal_hdr->xpd);

Completed in 174 milliseconds