Searched refs:tag (Results 226 - 250 of 1112) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_acl_private.h40 int tag; /* E.g., user/group/other/mask */ member in struct:archive_acl_entry
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dxml.c108 /* The xml tag that opened this state. Waiting for the tag to close. */
109 svn_ra_serf__dav_props_t tag;
112 this tag is closed? */
269 const char *tag, ...)
278 tmp = SERF_BUCKET_SIMPLE_STRING(tag, bkt_alloc);
281 va_start(ap, tag);
312 const char *tag, ...)
321 tmp = SERF_BUCKET_SIMPLE_STRING(tag, bkt_alloc);
324 va_start(ap, tag);
107 svn_ra_serf__dav_props_t tag; member in struct:svn_ra_serf__xml_estate_t
265 svn_ra_serf__add_open_tag_buckets(serf_bucket_t *agg_bucket, serf_bucket_alloc_t *bkt_alloc, const char *tag, ...) argument
308 svn_ra_serf__add_empty_tag_buckets(serf_bucket_t *agg_bucket, serf_bucket_alloc_t *bkt_alloc, const char *tag, ...) argument
351 svn_ra_serf__add_close_tag_buckets(serf_bucket_t *agg_bucket, serf_bucket_alloc_t *bkt_alloc, const char *tag) argument
430 svn_ra_serf__add_tag_buckets(serf_bucket_t *agg_bucket, const char *tag, const char *value, serf_bucket_alloc_t *bkt_alloc) argument
[all...]
/freebsd-11-stable/sys/modules/netgraph/
H A DMakefile49 tag \
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dbus_machdep.c166 * dflt_lock should never get called. It gets put into the dma tag when
168 * with the tag are meant to never be defered.
190 /* Return a NULL tag on failure */
195 panic("%s: parent DMA tag NULL", __func__);
233 /* Take into account any restrictions imposed by our parent tag. */
279 /* Allocate/free a tag, and do the necessary management work. */
601 bus_space_map(bus_space_tag_t tag, bus_addr_t address, bus_size_t size, argument
605 return (sparc64_bus_mem_map(tag, address, size, flags, 0, handlep));
609 sparc64_bus_mem_map(bus_space_tag_t tag, bus_addr_t addr, bus_size_t size, argument
627 if (tag
678 bus_space_unmap(bus_space_tag_t tag, bus_space_handle_t handle, bus_size_t size) argument
686 sparc64_bus_mem_unmap(bus_space_tag_t tag, bus_space_handle_t handle, bus_size_t size) argument
[all...]
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_device.h174 bus_space_tag_t tag; member in struct:lio_mem_bus_space
359 void *tag; member in struct:lio_ioq_vector
496 void *tag; member in struct:octeon_device
828 return (bus_space_read_1(oct->mem_bus_space[0].tag,
836 bus_space_write_1(oct->mem_bus_space[0].tag,
844 return (bus_space_read_2(oct->mem_bus_space[0].tag,
852 bus_space_write_2(oct->mem_bus_space[0].tag,
860 return (bus_space_read_4(oct->mem_bus_space[0].tag,
868 bus_space_write_4(oct->mem_bus_space[0].tag,
880 return (bus_space_read_8(oct->mem_bus_space[0].tag,
[all...]
/freebsd-11-stable/sys/dev/ioat/
H A Dioat_internal.h56 ioat_bus_space_read_8_lower_first(bus_space_tag_t tag, argument
59 return (bus_space_read_4(tag, handle, offset) |
60 ((uint64_t)bus_space_read_4(tag, handle, offset + 4)) << 32);
64 ioat_bus_space_write_8_lower_first(bus_space_tag_t tag, argument
67 bus_space_write_4(tag, handle, offset, val);
68 bus_space_write_4(tag, handle, offset + 4, val >> 32);
75 #define ioat_bus_space_read_8(tag, handle, offset) \
76 bus_space_read_8((tag), (handle), (offset))
77 #define ioat_bus_space_write_8(tag, handle, offset, val) \
78 bus_space_write_8((tag), (handl
455 void *tag; member in struct:ioat_softc
[all...]
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dhtml-text.h98 void remove_tag (HTML_TAG tag);
130 html_indent *remove_indent (HTML_TAG tag);
/freebsd-11-stable/contrib/pnpinfo/
H A Dpnpinfo.c478 u_char tag, *resinfo; local
493 if (!get_resource_info(&tag, 1))
496 if (PNP_RES_TYPE(tag) == 0) {
499 resinfo = malloc(PNP_SRES_LEN(tag));
500 if (!get_resource_info(resinfo, PNP_SRES_LEN(tag)))
503 if (handle_small_res(resinfo, PNP_SRES_NUM(tag), PNP_SRES_LEN(tag)) == 1)
517 handle_large_res(resinfo, PNP_LRES_NUM(tag), large_len);
/freebsd-11-stable/sys/dev/virtio/scsi/
H A Dvirtio_scsi.h45 uint64_t tag; /* Command identifier */ member in struct:virtio_scsi_cmd_req
67 uint64_t tag; member in struct:virtio_scsi_ctrl_tmf_req
/freebsd-11-stable/crypto/openssh/
H A Dcipher-chachapoly.c49 * tag. This tag is written on encryption and verified on decryption.
70 /* If decrypting, check tag before anything else */
72 const u_char *tag = src + aadlen + len; local
75 if (timingsafe_bcmp(expected_tag, tag, POLY1305_TAGLEN) != 0) {
92 /* If encrypting, calculate and append tag */
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlmem.h38 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s))
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddbuf.h286 void dbuf_spill_hold(struct dnode *dn, dmu_buf_impl_t **dbp, void *tag);
290 dmu_buf_impl_t *dbuf_hold(struct dnode *dn, uint64_t blkid, void *tag);
292 void *tag);
295 void *tag, dmu_buf_impl_t **dbp);
300 void dbuf_add_ref(dmu_buf_impl_t *db, void *tag);
302 uint64_t blkid, void *tag);
305 void dbuf_rele(dmu_buf_impl_t *db, void *tag);
306 void dbuf_rele_and_unlock(dmu_buf_impl_t *db, void *tag, boolean_t evicting);
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_main.h101 oct->mem_bus_space[baridx].tag =
107 baridx, LIO_CAST64(oct->mem_bus_space[baridx].tag),
/freebsd-11-stable/contrib/lua/src/
H A Dlmem.h50 #define luaM_newobject(L,tag,s) luaM_realloc_(L, NULL, tag, (s))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.cpp24 DWARFAbbreviationDeclaration::DWARFAbbreviationDeclaration(dw_tag_t tag, argument
26 : m_code(InvalidCode), m_tag(tag), m_has_children(has_children),
40 "abbrev decl requires non-null tag.");
H A DDWARFDIE.cpp347 const dw_tag_t tag = Tag(); local
348 if (tag == DW_TAG_compile_unit || tag == DW_TAG_partial_unit)
353 switch (tag) {
397 const dw_tag_t tag = Tag(); local
398 return tag == DW_TAG_class_type || tag == DW_TAG_structure_type ||
399 tag == DW_TAG_union_type;
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Di387-fp.c175 /* Convert to the simplifed tag form stored in fxsave data. */
180 int tag = (val >> (i * 2)) & 3; local
182 if (tag != 3)
273 int tag; local
275 tag = i387_ftag (fp, (i + 8 - top) % 8);
277 tag = 3;
278 val |= tag << (2 * i);
/freebsd-11-stable/contrib/dma/
H A Dutil.c122 static char tag[50]; local
124 snprintf(tag, sizeof(tag), "%s", logident_base);
132 snprintf(tag, sizeof(tag), "%s[%s]", logident_base, sufx);
135 openlog(tag, 0, LOG_MAIL);
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dpkcs1.c236 hdr.tag != ASN1_TAG_SEQUENCE) {
238 "PKCS #1: Expected SEQUENCE (DigestInfo) - found class %d tag 0x%x",
239 hdr.class, hdr.tag);
257 hdr.tag != ASN1_TAG_SEQUENCE) {
259 "PKCS #1: Expected SEQUENCE (AlgorithmIdentifier) - found class %d tag 0x%x",
260 hdr.class, hdr.tag);
290 hdr.tag != ASN1_TAG_OCTETSTRING) {
292 "PKCS #1: Expected OCTETSTRING (Digest) - found class %d tag 0x%x",
293 hdr.class, hdr.tag);
/freebsd-11-stable/lib/libc/posix1e/
H A Dacl_to_text_nfs4.c50 acl_tag_t tag; local
55 error = acl_get_tag_type(entry, &tag);
59 switch (tag) {
143 acl_tag_t tag; local
146 error = acl_get_tag_type(entry, &tag);
150 switch (tag) {
/freebsd-11-stable/usr.sbin/bsdconfig/
H A Dbsdconfig215 f_substr -v tag "$DIALOG_MENU_TAGS" $index 1
216 setvar "menu_program$tag" "$menu_program"
220 menu_list="$menu_list '$tag' '$menu_title' '$menu_help'"
259 f_substr -v tag "$DIALOG_MENU_TAGS" $index 1
260 setvar "menu_program$tag" "$menu_program"
264 menu_list="$menu_list '$tag' '$menu_title' '$menu_help'"
/freebsd-11-stable/contrib/netbsd-tests/net/mpls/
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
H A Dt_rfc4182.sh80 -ifp mpls0 -tag 25,2 -inet 10.0.1.2
94 atf_check -s exit:0 rump.route -q add -mpls 25 -tag 30,0 -inet 10.0.2.2
95 atf_check -s exit:0 rump.route -q add -mpls 27 -tag 3 -inet 10.0.1.1
109 atf_check -s exit:0 rump.route -q add -mpls 30 -tag 3 -inet 10.0.3.2
110 atf_check -s exit:0 rump.route -q add -mpls 26 -tag 27,0 -inet 10.0.2.1
124 -ifp mpls0 -tag 26 -inet 10.0.3.1
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

Completed in 153 milliseconds

1234567891011>>