Searched refs:ah (Results 276 - 300 of 313) sorted by relevance

<<111213

/freebsd-11-stable/contrib/tcpdump/
H A DMakefile.in94 print-ah.c \
257 ah.h \
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dqp.c178 memcpy(dseg->av, &to_mah(wr->wr.ud.ah)->av, sizeof (struct mlx4_av));
181 dseg->vlan = htobe16(to_mah(wr->wr.ud.ah)->vlan);
182 memcpy(dseg->mac, to_mah(wr->wr.ud.ah)->mac, 6);
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cm.c278 struct ib_ah *ah; local
305 ah = ib_create_ah(mad_agent->qp->pd, &av->ah_attr);
306 if (IS_ERR(ah)) {
307 ret = PTR_ERR(ah);
317 ib_destroy_ah(ah);
323 m->ah = ah;
348 struct ib_ah *ah; local
350 ah = ib_create_ah_from_wc(port->mad_agent->qp->pd, mad_recv_wc->wc,
352 if (IS_ERR(ah))
[all...]
H A Dib_uverbs_main.c239 struct ib_ah *ah = uobj->object; local
242 ib_destroy_ah(ah);
/freebsd-11-stable/crypto/openssl/crypto/whrlpool/asm/
H A Dwp-x86_64.pl101 movz %ah,%edx
110 movz %ah,%edx
131 movz %ah,%edx
144 movz %ah,%edx
165 movz %ah,%edx
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-alpha.c1735 elf64_alpha_want_plt (struct alpha_elf_link_hash_entry *ah)
1737 return ((ah->root.type == STT_FUNC
1738 || ah->root.root.type == bfd_link_hash_undefweak
1739 || ah->root.root.type == bfd_link_hash_undefined)
1740 && (ah->flags & ALPHA_ELF_LINK_HASH_LU_PLT) != 0
1741 && (ah->flags & ~ALPHA_ELF_LINK_HASH_LU_PLT) == 0);
2020 struct alpha_elf_link_hash_entry *ah;
2023 ah = (struct alpha_elf_link_hash_entry *)h;
2030 if (alpha_elf_dynamic_symbol_p (h, info) && elf64_alpha_want_plt (ah))
4658 struct alpha_elf_link_hash_entry *ah
1727 elf64_alpha_want_plt(struct alpha_elf_link_hash_entry *ah) argument
2012 struct alpha_elf_link_hash_entry *ah; local
4648 struct alpha_elf_link_hash_entry *ah = (struct alpha_elf_link_hash_entry *)h; local
[all...]
/freebsd-11-stable/secure/lib/libcrypto/amd64/
H A Daes-x86_64.S34 movzbl %ah,%ebp
51 movzbl %ah,%edi
94 movzbl %ah,%edi
123 movzbl %ah,%ebp
191 movzbl %ah,%esi
220 movzbl %ah,%edi
419 movzbl %ah,%edi
452 movzbl %ah,%ebp
475 movzbl %ah,%ebp
531 movzbl %ah,
[all...]
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h1269 struct ib_ah *ah; member in struct:ib_ud_wr
1952 int (*modify_ah)(struct ib_ah *ah,
1954 int (*query_ah)(struct ib_ah *ah,
1956 int (*destroy_ah)(struct ib_ah *ah);
2643 * @ah: The address handle to modify.
2647 int ib_modify_ah(struct ib_ah *ah, struct ib_ah_attr *ah_attr);
2652 * @ah: The address handle to query.
2656 int ib_query_ah(struct ib_ah *ah, struct ib_ah_attr *ah_attr);
2660 * @ah: The address handle to destroy.
2662 int ib_destroy_ah(struct ib_ah *ah);
[all...]
H A Dib_mad.h391 * @ah: The address handle to use when sending the MAD.
414 struct ib_ah *ah; member in struct:ib_mad_send_buf
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgo32-nat.c908 && (r.h.al > 3 || r.h.ah > 0))
911 windows_minor = r.h.ah;
1225 regs.h.ah = 0x48;
/freebsd-11-stable/stand/pc98/cdboot/
H A Dcdboot.S139 mov $0x42,%ah # 640x400
142 mov $0x40,%ah # graph on
148 mov $0x0c,%ah # text on
150 mov $0x13,%ah # cursor home
153 mov $0x11,%ah # cursor on
157 mov $0x03,%ah
184 mov $0x06,%ah /* Read data */
306 mov $0x13,%ah # Move cursor
676 read.retry: mov $0x06,%ah # BIOS device read
688 read.fail: cmp $ERROR_TIMEOUT,%ah # Timeou
[all...]
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dverbs.h961 struct ibv_ah *ah; member in struct:ibv_send_wr::__anon3481::__anon3484
1454 int (*destroy_ah)(struct ibv_ah *ah);
2318 int ibv_destroy_ah(struct ibv_ah *ah);
H A Dkern-abi.h832 __u32 ah; member in struct:ibv_kern_send_wr::__anon3746::__anon3749
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5_ifc_fpga.h399 u8 ah[0x1]; member in struct:mlx5_ifc_ipsec_extended_cap_bits
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_i386.h224 DEFINE_GPR_PSEUDO_8H(ah, eax), DEFINE_GPR_PSEUDO_8H(bh, ebx),
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drsocket.c278 struct ibv_ah *ah; member in struct:ds_dest
1478 qp->dest.ah = ibv_create_ah(qp->cm_id->pd, &attr);
1479 if (!qp->dest.ah)
1745 wr.wr.ud.ah = rs->conn_dest->ah;
2657 if (!rs->conn_dest->ah)
4071 if (dest->ah) {
4073 ibv_destroy_ah(dest->ah);
4074 dest->ah = NULL;
4113 dest->ah
[all...]
/freebsd-11-stable/crypto/openssl/crypto/sha/
H A Dsha512.c338 asm("xchgb %%ah,%%al;xchgb %%dh,%%dl;"\
340 "xchgb %%ah,%%al;xchgb %%dh,%%dl;" \
382 _asm xchg ah, al local
383 _asm rol edx, 16 _asm rol eax, 16 _asm xchg dh, dl _asm xchg ah, al} local
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpkt_rx0.asm82 mov ah, 15 ;; and white colour
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dexpn.pl1104 local($au,$ah);
1140 ($au,$ah) = ($1,$2);
1141 print "au = $au ah = $ah\n" if $debug;
1142 if (defined $temporary_redirect{"$addr *** $ah"}) {
1143 $addr = "$au\@".$temporary_redirect{"$addr *** $ah"};
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dieee754-df.S490 ands r5, ah, #0x80000000 @ sign bit in r5
493 rsc ah, ah, #0
499 .ifnc xh, ah
501 mov xh, ah
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c66 static int c4iw_ah_destroy(struct ib_ah *ah) argument
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c1052 authhdr_t *ah; local
1056 ah = (authhdr_t *)ipf_pr_ipv6exthdr(fin, 0, IPPROTO_HOPOPTS);
1057 if (ah == NULL) {
1064 ipf_pr_short6(fin, sizeof(*ah));
1070 return ah->ah_next;
1601 authhdr_t *ah; local
1605 ipf_pr_short(fin, sizeof(*ah));
1612 if (ipf_pr_pullup(fin, sizeof(*ah)) == -1) {
1618 ah = (authhdr_t *)fin->fin_dp;
1620 len = (ah
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dscanner.l276 ah return AH;
/freebsd-11-stable/sys/dev/en/
H A Dmidway.c1809 struct atm_pseudohdr ah; local
1845 ATM_PH_FLAGS(&ah) = vc->vcc.flags;
1846 ATM_PH_VPI(&ah) = 0;
1847 ATM_PH_SETVCI(&ah, vc->vcc.vci);
1867 atm_input(sc->ifp, &ah, m, vc->rxhand);
/freebsd-11-stable/sbin/ping6/
H A Dping6.c132 #include <netipsec/ah.h>
2597 hlen = (((struct ah *)cp)->ah_len+2) << 2;
2598 nh = ((struct ah *)cp)->ah_nxt;

Completed in 255 milliseconds

<<111213