Searched refs:tag (Results 251 - 275 of 1163) sorted by relevance

<<11121314151617181920>>

/freebsd-current/sys/modules/netgraph/
H A DMakefile47 tag \
/freebsd-current/sys/dev/proto/
H A Dproto_busdma.h50 struct proto_tag *tag; member in struct:proto_md
/freebsd-current/crypto/openssl/crypto/evp/
H A Dlegacy_sha.c29 #define IMPLEMENT_LEGACY_EVP_MD_METH_SHA3(nm, fn, tag) \
32 return fn##_init(EVP_MD_CTX_get0_md_data(ctx), tag, ctx->digest->md_size * 8); \
42 #define IMPLEMENT_LEGACY_EVP_MD_METH_SHAKE(nm, fn, tag) \
45 return fn##_init(EVP_MD_CTX_get0_md_data(ctx), tag, ctx->digest->md_size * 8); \
/freebsd-current/contrib/libevent/test/
H A Dregress.gen.c13 #include <event2/tag.h>
325 ev_uint32_t tag; local
327 if (evtag_peek(evbuf, &tag) == -1)
329 switch (tag) {
412 ev_uint32_t tag; local
417 if (evtag_unmarshal(evbuf, &tag, tmp) == -1 || tag != need_tag)
431 evtag_marshal_msg(struct evbuffer *evbuf, ev_uint32_t tag, argument
437 evtag_marshal_buffer(evbuf, tag, buf_);
639 ev_uint32_t tag; local
700 ev_uint32_t tag; local
719 evtag_marshal_kill(struct evbuffer *evbuf, ev_uint32_t tag, const struct kill *msg) argument
1092 ev_uint32_t tag; local
1190 ev_uint32_t tag; local
1209 evtag_marshal_run(struct evbuffer *evbuf, ev_uint32_t tag, const struct run *msg) argument
[all...]
/freebsd-current/sys/dev/sfxge/
H A Dsfxge_dma.c65 sfxge_dma_map_sg_collapse(bus_dma_tag_t tag, bus_dmamap_t map, argument
84 sfxge_map_mbuf_fast(tag, map, m, segs);
95 sfxge_map_mbuf_fast(tag, map, m, psegs);
101 err = bus_dmamap_load_mbuf_sg(tag, map, *mp, segs, &seg_count, 0);
144 /* Create the child DMA tag. */
148 device_printf(sc->dev, "Couldn't allocate txq DMA tag\n");
200 /* Create the parent dma tag. */
212 device_printf(sc->dev, "Cannot allocate parent DMA tag\n");
/freebsd-current/sys/netpfil/pf/
H A Dpf_mtag.h52 u_int16_t tag; /* tag id */ member in struct:pf_mtag
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dder_length.c163 der_length_tag(unsigned int tag) argument
167 if(tag <= 30)
169 while(tag) {
170 tag /= 128;
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_acl_private.h38 int tag; /* E.g., user/group/other/mask */ member in struct:archive_acl_entry
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dzfs_debug.h107 extern void zfs_dbgmsg_print(int fd, const char *tag);
/freebsd-current/crypto/openssl/crypto/modes/
H A Dsiv128.c287 memcpy(ctx->tag.byte, &q, SIV_LEN);
313 memcpy(&q, ctx->tag.byte, SIV_LEN);
321 p = ctx->tag.byte;
342 * Set the tag
344 int ossl_siv128_set_tag(SIV128_CONTEXT *ctx, const unsigned char *tag, size_t len) argument
349 /* Copy the tag from the supplied buffer */
350 memcpy(ctx->tag.byte, tag, len);
355 * Retrieve the calculated tag
357 int ossl_siv128_get_tag(SIV128_CONTEXT *ctx, unsigned char *tag, size_ argument
[all...]
/freebsd-current/sys/dev/liquidio/base/
H A Dlio_device.h173 bus_space_tag_t tag; member in struct:lio_mem_bus_space
358 void *tag; member in struct:lio_ioq_vector
495 void *tag; member in struct:octeon_device
827 return (bus_space_read_1(oct->mem_bus_space[0].tag,
835 bus_space_write_1(oct->mem_bus_space[0].tag,
843 return (bus_space_read_2(oct->mem_bus_space[0].tag,
851 bus_space_write_2(oct->mem_bus_space[0].tag,
859 return (bus_space_read_4(oct->mem_bus_space[0].tag,
867 bus_space_write_4(oct->mem_bus_space[0].tag,
879 return (bus_space_read_8(oct->mem_bus_space[0].tag,
[all...]
/freebsd-current/sys/dev/ioat/
H A Dioat_internal.h53 ioat_bus_space_read_8_lower_first(bus_space_tag_t tag, argument
56 return (bus_space_read_4(tag, handle, offset) |
57 ((uint64_t)bus_space_read_4(tag, handle, offset + 4)) << 32);
61 ioat_bus_space_write_8_lower_first(bus_space_tag_t tag, argument
64 bus_space_write_4(tag, handle, offset, val);
65 bus_space_write_4(tag, handle, offset + 4, val >> 32);
72 #define ioat_bus_space_read_8(tag, handle, offset) \
73 bus_space_read_8((tag), (handle), (offset))
74 #define ioat_bus_space_write_8(tag, handle, offset, val) \
75 bus_space_write_8((tag), (handl
458 void *tag; member in struct:ioat_softc
[all...]
/freebsd-current/sys/dev/sfxge/common/
H A Def10_nvram.c45 uint32_t *end; /* End tag position */
79 uint32_t dword, tag; local
82 tag = __LE_TO_CPU_32(dword);
84 return (tag);
123 * TLV item DWORD length is tag + length + value (rounded up to DWORD)
150 /* No more tags after END tag */
196 __in uint32_t tag)
202 if (tlv_tag(cursor) == tag)
227 /* Check current item has space for tag and length */
234 /* Check we have value data for current item and an END tag */
194 tlv_find( __inout tlv_cursor_t *cursor, __in uint32_t tag) argument
374 tlv_write( __in tlv_cursor_t *cursor, __in uint32_t tag, __in_bcount(size) uint8_t *data, __in size_t size) argument
399 tlv_insert( __inout tlv_cursor_t *cursor, __in uint32_t tag, __in_bcount(size) uint8_t *data, __in size_t size) argument
497 tlv_modify( __inout tlv_cursor_t *cursor, __in uint32_t tag, __in_bcount(size) uint8_t *data, __in size_t size) argument
974 uint32_t tag; local
1011 uint32_t tag; local
1366 ef10_nvram_buf_read_tlv( __in efx_nic_t *enp, __in_bcount(max_seg_size) caddr_t seg_data, __in size_t max_seg_size, __in uint32_t tag, __deref_out_bcount_opt(*sizep) caddr_t *datap, __out size_t *sizep) argument
1431 ef10_nvram_partn_read_tlv( __in efx_nic_t *enp, __in uint32_t partn, __in uint32_t tag, __deref_out_bcount_opt(*seg_sizep) caddr_t *seg_datap, __out size_t *seg_sizep) argument
1744 ef10_nvram_partn_write_tlv( __in efx_nic_t *enp, __in uint32_t partn, __in uint32_t tag, __in_bcount(size) caddr_t data, __in size_t size) argument
1760 ef10_nvram_segment_write_tlv( __in efx_nic_t *enp, __in uint32_t partn, __in uint32_t tag, __in_bcount(size) caddr_t data, __in size_t size, __inout caddr_t *seg_datap, __inout size_t *partn_offsetp, __inout size_t *src_remain_lenp, __inout size_t *dest_remain_lenp, __in boolean_t write) argument
1852 ef10_nvram_partn_write_segment_tlv( __in efx_nic_t *enp, __in uint32_t partn, __in uint32_t tag, __in_bcount(size) caddr_t data, __in size_t size, __in boolean_t all_segments) argument
[all...]
/freebsd-current/tests/sys/opencrypto/
H A Dcryptotest.py113 tag = binascii.unhexlify(data['Tag'])
140 rtag = rtag[:len(tag)]
144 self.assertEqual(rtag, tag, repr(data))
146 if len(tag) != 16:
148 args = (ct, iv, aad, tag)
265 r, tag = Crypto.encrypt(c, payload,
272 out = r + tag
295 tag = ct[-Tlen:]
313 c.decrypt, payload, nonce, aad, tag)
315 r, tag
[all...]
/freebsd-current/sys/arm64/iommu/
H A Diommu.c205 struct bus_dma_tag_iommu *tag; local
217 tag = ioctx->tag = malloc(sizeof(struct bus_dma_tag_iommu),
219 tag->owner = requester;
220 tag->ctx = ioctx;
221 tag->ctx->domain = iodom;
223 iommu_tag_init(iodom, tag);
378 struct bus_dma_tag_iommu *tag; local
382 tag = ioctx->tag;
[all...]
/freebsd-current/sys/contrib/device-tree/scripts/
H A Dfilter.sh35 --tag-name-filter 'while read t ; do /bin/echo -n $t-dts-raw ; done' \
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlmem.h36 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s))
/freebsd-current/crypto/openssl/providers/common/include/prov/
H A Dder_dsa.h91 int ossl_DER_w_algorithmIdentifier_DSA(WPACKET *pkt, int tag, DSA *dsa);
93 int ossl_DER_w_algorithmIdentifier_DSA_with_MD(WPACKET *pkt, int tag,
/freebsd-current/lib/csu/arm/
H A Dcrt1_s.S67 .section .note.tag,"a",%note
/freebsd-current/sys/dev/liquidio/
H A Dlio_main.h100 oct->mem_bus_space[baridx].tag =
106 baridx, LIO_CAST64(oct->mem_bus_space[baridx].tag),
/freebsd-current/contrib/pnpinfo/
H A Dpnpinfo.c474 u_char tag, *resinfo; local
489 if (!get_resource_info(&tag, 1))
492 if (PNP_RES_TYPE(tag) == 0) {
495 resinfo = malloc(PNP_SRES_LEN(tag));
496 if (!get_resource_info(resinfo, PNP_SRES_LEN(tag)))
499 if (handle_small_res(resinfo, PNP_SRES_NUM(tag), PNP_SRES_LEN(tag)) == 1)
513 handle_large_res(resinfo, PNP_LRES_NUM(tag), large_len);
/freebsd-current/sys/net/
H A Dethernet.h97 #define EVL_VLANOFTAG(tag) ((tag) & EVL_VLID_MASK)
98 #define EVL_PRIOFTAG(tag) (((tag) >> 13) & 7)
99 #define EVL_CFIOFTAG(tag) (((tag) >> 12) & 1)
396 * offload for VLAN tag processing. It will check the mbuf to see if it has
453 static __inline struct mbuf *ether_vlanencap(struct mbuf *m, uint16_t tag) argument
456 return ether_vlanencap_proto(m, tag, ETHERTYPE_VLAN);
/freebsd-current/contrib/netbsd-tests/net/mpls/
H A Dt_mpls_fw64.sh76 -ifp mpls0 -tag 25 -inet6 fd00:1234::2
90 atf_check -s exit:0 rump.route -q add -mpls 25 -tag 30 \
92 atf_check -s exit:0 rump.route -q add -mpls 27 -tag ${1} -inet6 \
108 atf_check -s exit:0 rump.route -q add -mpls 30 -tag 2 \
110 atf_check -s exit:0 rump.route -q add -mpls 26 -tag 27 \
127 -ifp mpls0 -tag 26 -inet 10.0.3.1
H A Dt_mpls_fw6.sh80 -ifp mpls0 -tag 25 -inet6 fd00:1234::2
94 atf_check -s exit:0 rump.route -q add -mpls 25 -tag 30 \
96 atf_check -s exit:0 rump.route -q add -mpls 27 -tag ${1} -inet6 \
111 atf_check -s exit:0 rump.route -q add -mpls 30 -tag ${1} \
113 atf_check -s exit:0 rump.route -q add -mpls 26 -tag 27 \
129 -ifp mpls0 -tag 26 -inet6 fd00:1234:0:2::1
H A Dt_mpls_fw.sh78 -ifp mpls0 -tag 25 -inet 10.0.1.2
92 atf_check -s exit:0 rump.route -q add -mpls 25 -tag 30 -inet 10.0.2.2
93 atf_check -s exit:0 rump.route -q add -mpls 27 -tag ${1} -inet 10.0.1.1
107 atf_check -s exit:0 rump.route -q add -mpls 30 -tag ${1} -inet 10.0.3.2
108 atf_check -s exit:0 rump.route -q add -mpls 26 -tag 27 -inet 10.0.2.1
122 -ifp mpls0 -tag 26 -inet 10.0.3.1

Completed in 534 milliseconds

<<11121314151617181920>>