Searched refs:ad (Results 51 - 75 of 93) sorted by relevance

1234

/linux-master/tools/perf/util/
H A Ddwarf-aux.c566 struct __addr_die_search_param *ad = data; local
571 addr == ad->addr) {
572 memcpy(ad->die_mem, fn_die, sizeof(Dwarf_Die));
591 struct __addr_die_search_param ad; local
592 ad.addr = addr;
593 ad.die_mem = die_mem;
595 if (!dwarf_getfuncs(cu_die, __die_search_func_tail_cb, &ad, 0))
604 struct __addr_die_search_param *ad = data; local
611 dwarf_haspc(fn_die, ad->addr)) {
612 memcpy(ad
630 struct __addr_die_search_param ad; local
[all...]
/linux-master/security/apparmor/
H A Dpolicy.c750 struct apparmor_audit_data *ad = aad(sa); local
752 if (ad->iface.ns) {
754 audit_log_untrustedstring(ab, ad->iface.ns);
773 DEFINE_AUDIT_DATA(ad, LSM_AUDIT_DATA_NONE, AA_CLASS_NONE, op);
775 ad.iface.ns = ns_name;
776 ad.name = name;
777 ad.info = info;
778 ad.error = error;
779 ad.subj_label = subj_label;
781 aa_audit_msg(AUDIT_APPARMOR_STATUS, &ad, audit_c
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dbridge_port_isolation.sh130 local mac=de:ad:be:ef:13:37
H A Dq_in_vni_ipv6.sh18 # | | + $swp1 BR1 (802.1ad) + $swp2 | |
54 # | | BR2 (802.1ad) | | | | BR2 (802.1ad) | |
138 ip link add name br1 type bridge vlan_filtering 1 vlan_protocol 802.1ad \
221 ip link add name br2 type bridge vlan_filtering 1 vlan_protocol 802.1ad \
H A Dq_in_vni.sh18 # | | + $swp1 BR1 (802.1ad) + $swp2 | |
54 # | | BR2 (802.1ad) | | | | BR2 (802.1ad) | |
138 ip link add name br1 type bridge vlan_filtering 1 vlan_protocol 802.1ad \
222 ip link add name br2 type bridge vlan_filtering 1 vlan_protocol 802.1ad \
H A Dbridge_fdb_learning_limit.sh13 TEST_MAC_BASE=de:ad:be:ef:42:
/linux-master/security/selinux/include/
H A Davc.h140 u8 driver, u8 perm, struct common_audit_data *ad);
/linux-master/security/selinux/
H A Davc.c419 struct common_audit_data *ad)
428 audited, denied, result, ad);
655 struct common_audit_data *ad = a; local
656 struct selinux_audit_data *sad = ad->selinux_audit_data;
696 struct common_audit_data *ad = a; local
697 struct selinux_audit_data *sad = ad->selinux_audit_data;
1019 u8 driver, u8 xperm, struct common_audit_data *ad)
1088 &avd, xpd, xperm, rc, ad);
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
1018 avc_has_extended_perms(u32 ssid, u32 tsid, u16 tclass, u32 requested, u8 driver, u8 xperm, struct common_audit_data *ad) argument
H A Dnetlabel.c427 * @ad: the audit data
438 struct common_audit_data *ad)
470 rc = avc_has_perm(sksec->sid, nlbl_sid, sksec->sclass, perm, ad);
435 selinux_netlbl_sock_rcv_skb(struct sk_security_struct *sksec, struct sk_buff *skb, u16 family, struct common_audit_data *ad) argument
/linux-master/security/apparmor/include/
H A Dperms.h218 struct apparmor_audit_data *ad);
220 u32 request, struct apparmor_audit_data *ad,
/linux-master/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_cfg.c249 .ad = {
349 .ad = {
502 .ad = {
601 .ad = {
706 .ad = {
1094 .ad = {
1192 .ad = {
1290 .ad = {
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_l2_drops.sh120 local dmac=de:ad:be:ef:13:37
180 local dmac=de:ad:be:ef:13:37
222 local dmac=de:ad:be:ef:13:37
291 local dmac=de:ad:be:ef:13:37
384 local dmac=de:ad:be:ef:13:37
H A Drtnetlink.sh288 ip link add name bond1 type bond mode 802.3ad
336 ip link add name bond1 type bond mode 802.3ad
403 ip link add name bond1 type bond mode 802.3ad
516 bridge fdb add de:ad:be:ef:13:37 dev $swp1 master extern_learn
519 bridge fdb show brport $swp1 de:ad:be:ef:13:37
535 ip -4 neigh add 192.0.2.2 lladdr de:ad:be:ef:13:37 nud perm dev $swp1
536 ip -6 neigh add 2001:db8:1::2 lladdr de:ad:be:ef:13:37 nud perm \
H A Dtc_sample.sh90 ip link add name ${h3}_bond type bond mode 802.3ad
111 ip link add name ${h4}_bond type bond mode 802.3ad
139 ip link add name ${rp3}_bond type bond mode 802.3ad
145 ip link add name ${rp4}_bond type bond mode 802.3ad
/linux-master/drivers/input/mouse/
H A Dsentelic.c696 struct fsp_data *ad = psmouse->private; local
736 if (ad->last_mt_fgr == 2) {
745 ad->last_mt_fgr = 2;
750 if (ad->last_mt_fgr == 1) {
759 ad->last_mt_fgr = 1;
774 ad->last_mt_fgr = 0;
795 if ((ad->flags & FSPDRV_FLAG_EN_OPC) != FSPDRV_FLAG_EN_OPC)
/linux-master/fs/hpfs/
H A Ddnode.c242 struct dnode *d, *ad, *rd, *nd = NULL; local
304 if (!(ad = hpfs_alloc_dnode(i->i_sb, le32_to_cpu(d->up), &adno, &qbh1))) {
315 copy_de(hpfs_add_de(i->i_sb, ad, de->name, de->namelen, de->down ? de_down_pointer(de) : 0), de);
325 set_last_pointer(i->i_sb, ad, de->down ? de_down_pointer(de) : 0);
331 fix_up_ptrs(i->i_sb, ad);
333 ad->up = d->up;
334 dno = le32_to_cpu(ad->up);
366 d->up = ad->up = cpu_to_le32(rdno);
367 d->root_dnode = ad->root_dnode = 0;
/linux-master/arch/s390/include/asm/
H A Dcpu_mf.h61 unsigned int ad:1; /* 15: diag-sampling authorization */ member in struct:hws_qsi_info_block
/linux-master/arch/powerpc/crypto/
H A Daes-tab-4k.S45 .long R(41, ad, ad, ec), R(b3, d4, d4, 67)
91 .long R(3f, 92, 92, ad), R(21, 9d, 9d, bc)
112 .long R(16, 0b, 0b, 1d), R(ad, db, db, 76)
168 .long R(20, 30, fa, 55), R(ad, 76, 6d, f6)
182 .long R(be, e1, 4f, b6), R(f0, 88, ad, 17)
226 .long R(0e, 09, 0d, 0b), R(f2, 8b, c7, ad)
247 .long R(da, b7, 8e, 26), R(3f, ad, bf, a4)
/linux-master/scripts/
H A Dmarkup_oops.pl220 my $ad = "0x".$address;
222 my $delta = Math::BigInt->from_hex($ad) - Math::BigInt->from_hex($ta);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dinit.c1140 struct hfi1_asic_data *ad; local
1147 ad = dd->asic_data;
1150 return ad->dds[other] ? NULL : ad;
1154 struct hfi1_asic_data *ad)
1156 clean_up_i2c(dd, ad);
1157 kfree(ad);
1169 struct hfi1_asic_data *ad; local
1174 ad = release_asic_data(dd);
1177 finalize_asic_data(dd, ad);
1153 finalize_asic_data(struct hfi1_devdata *dd, struct hfi1_asic_data *ad) argument
[all...]
/linux-master/net/netfilter/ipset/
H A Dip_set_hash_gen.h304 struct list_head ad; /* Resize add|del backlist */ member in struct:htype
314 enum ipset_adt ad; /* ADD|DEL element */ member in struct:mtype_resize_ad
456 list_for_each_safe(l, lt, &h->ad) {
768 list_for_each_safe(l, lt, &h->ad) {
770 if (x->ad == IPSET_ADD) {
1005 x->ad = IPSET_ADD;
1011 list_add_tail(&x->list, &h->ad);
1092 x->ad = IPSET_DEL;
1134 list_add(&x->list, &h->ad);
1608 INIT_LIST_HEAD(&h->ad);
[all...]
/linux-master/drivers/edac/
H A Daltera_edac.c1645 struct altr_edac_device_dev *ad = dev_id; local
1646 void __iomem *base = ad->base;
1647 const struct edac_device_prv_data *priv = ad->data;
1649 if (irq == ad->sb_irq) {
1652 edac_device_handle_ce(ad->edac_dev, 0, 0, ad->edac_dev_name);
1654 } else if (irq == ad->db_irq) {
1657 edac_device_handle_ue(ad->edac_dev, 0, 0, ad->edac_dev_name);
/linux-master/drivers/block/drbd/
H A Ddrbd_receiver.c686 struct accept_wait_data *ad = sk->sk_user_data; local
689 state_change = ad->original_sk_state_change;
691 complete(&ad->door_bell);
695 static int prepare_listen_socket(struct drbd_connection *connection, struct accept_wait_data *ad) argument
732 ad->s_listen = s_listen;
734 ad->original_sk_state_change = s_listen->sk->sk_state_change;
736 s_listen->sk->sk_user_data = ad;
758 static void unregister_state_change(struct sock *sk, struct accept_wait_data *ad) argument
761 sk->sk_state_change = ad->original_sk_state_change;
766 static struct socket *drbd_wait_for_connect(struct drbd_connection *connection, struct accept_wait_data *ad) argument
931 struct accept_wait_data ad = { local
[all...]
/linux-master/arch/arm/mach-pxa/
H A Dsharpsl_pm.c57 static int sharpsl_average_value(int ad);
429 static int sharpsl_average_value(int ad) argument
436 return ad;
439 sharpsl_ad[sharpsl_ad_index] = ad;
/linux-master/drivers/media/rc/keymaps/
H A DMakefile23 rc-azurewave-ad-tu700.o \

Completed in 277 milliseconds

1234