Searched refs:tag (Results 126 - 150 of 953) sorted by relevance

1234567891011>>

/freebsd-10.3-release/contrib/subversion/subversion/libsvn_subr/
H A Dversion.c51 if (lib_version->tag[0] != '\0')
54 else if (my_version->tag[0] != '\0')
74 && 0 == strcmp(my_version->tag, lib_version->tag));
102 lib_version->patch, lib_version->tag,
104 my_version->patch, my_version->tag);
222 version->tag = "";
246 version->tag = apr_pstrdup(result_pool, hyphen + 1);
295 if (version->tag && version->tag[
[all...]
/freebsd-10.3-release/sys/fs/udf/
H A Decma167-udf.h48 /* Descriptor tag [3/7.2] */
146 struct desc_tag tag; member in struct:anchor_vdp
153 struct desc_tag tag; member in struct:vol_desc_ptr
160 struct desc_tag tag; member in struct:pri_vol_desc
186 struct desc_tag tag; member in struct:logvol_desc
264 struct desc_tag tag; member in struct:udf_sparing_table
274 struct desc_tag tag; member in struct:part_desc
290 struct desc_tag tag; member in struct:fileset_desc
313 struct desc_tag tag; member in struct:fileid_desc
330 struct desc_tag tag; member in struct:file_entry
370 struct desc_tag tag; member in union:dscrptr
[all...]
/freebsd-10.3-release/contrib/texinfo/makeinfo/
H A Dnode.c46 /* Start a new tag table. */
63 /* Write out the contents of the existing tag table.
185 /* Look up NAME in the tag table, and return the associated
190 TAG_ENTRY *tag = tag_table;
194 while (tag)
196 if (tag->node[0] == n1 && strcmp (tag->node, name) == 0)
197 return tag;
198 tag = tag
187 TAG_ENTRY *tag = tag_table; local
235 TAG_ENTRY *tag = tag_table; local
277 TAG_ENTRY *tag = find_node (node); local
547 TAG_ENTRY *tag = NULL; local
1139 TAG_ENTRY *tag; local
1332 validate(char *tag, int line, const char *label) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h33 dw_tag_t tag; member in struct:DWARFMappedHash::DIEInfo
39 tag (0),
47 tag (t),
57 tag = 0;
79 const dw_tag_t tag,
82 if (tag == 0)
91 const dw_tag_t die_tag = die_info_array[i].tag;
92 bool tag_matches = die_tag == 0 || tag == die_tag;
96 tag_matches = tag == DW_TAG_structure_type || tag
78 ExtractDIEArray(const DIEInfoArray &die_info_array, const dw_tag_t tag, DIEArray &die_offsets) argument
105 ExtractDIEArray(const DIEInfoArray &die_info_array, const dw_tag_t tag, const uint32_t qualified_name_hash, DIEArray &die_offsets) argument
859 FindByNameAndTag(const char *name, const dw_tag_t tag, DIEArray &die_offsets) argument
870 FindByNameAndTagAndQualifiedNameHash(const char *name, const dw_tag_t tag, const uint32_t qualified_name_hash, DIEArray &die_offsets) argument
[all...]
/freebsd-10.3-release/contrib/wpa/src/tls/
H A Dasn1.c28 hdr->tag = 0;
36 wpa_printf(MSG_MSGDUMP, "ASN.1: Extended tag data: "
38 hdr->tag = (hdr->tag << 7) | (tmp & 0x7f);
41 hdr->tag = hdr->identifier & 0x1f;
131 if (hdr.class != ASN1_CLASS_UNIVERSAL || hdr.tag != ASN1_TAG_OID) {
133 "tag 0x%x", hdr.class, hdr.tag);
/freebsd-10.3-release/lib/libc/posix1e/
H A Dacl_strip.c72 acl_tag_t tag; local
87 tag = ACL_UNDEFINED_TAG;
96 if (acl_get_tag_type(entry, &tag) == -1)
99 switch(tag) {
103 if (acl_get_tag_type(entry, &tag) == -1)
109 if (acl_set_tag_type(entry_new, tag) == -1)
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Darc.h122 arc_buf_t *arc_buf_alloc(spa_t *spa, int size, void *tag,
125 void arc_return_buf(arc_buf_t *buf, void *tag);
126 void arc_loan_inuse_buf(arc_buf_t *buf, void *tag);
127 void arc_buf_add_ref(arc_buf_t *buf, void *tag);
128 boolean_t arc_buf_remove_ref(arc_buf_t *buf, void *tag);
130 void arc_release(arc_buf_t *buf, void *tag);
H A Ddmu_objset.h141 int dmu_objset_hold(const char *name, void *tag, objset_t **osp);
143 boolean_t readonly, void *tag, objset_t **osp);
145 dmu_objset_type_t type, boolean_t readonly, void *tag, objset_t **osp);
146 void dmu_objset_refresh_ownership(objset_t *os, void *tag);
147 void dmu_objset_rele(objset_t *os, void *tag);
148 void dmu_objset_disown(objset_t *os, void *tag);
/freebsd-10.3-release/contrib/ntp/scripts/deprecated/
H A Dhtml2man.in95 # $token->[1] has the tag name, or text (for "T" case)
101 if($tag) {
114 $tag = 0;
146 $tag = 1;
150 $tag = 1;
180 $tag = 1;
211 $tag = 1;
/freebsd-10.3-release/crypto/heimdal/lib/asn1/
H A Dasn1_print.c59 unsigned int tag; local
66 ret = der_get_tag (buf, len, &class, &type, &tag, &sz);
80 tagname = der_get_tag_name(tag);
84 printf ("tag %d = ", tag);
89 errx (1, "unreasonable tag length (%u) > %u",
94 if ((class == ASN1_C_UNIV && type == PRIM && tag == UT_OctetString) ||
96 (class == ASN1_C_UNIV && type == CONS && tag == UT_Sequence) ||
97 (class == ASN1_C_UNIV && type == CONS && tag == UT_Set)) {
116 printf ("%lu bytes [%u]", (unsigned long)length, tag);
179 unsigned int tag; local
[all...]
H A Dder_length.c118 der_length_tag(unsigned int tag) argument
122 if(tag <= 30)
124 while(tag) {
125 tag /= 128;
/freebsd-10.3-release/sys/dev/sfxge/common/
H A Dhunt_vpd.c51 uint32_t tag; local
59 tag = TLV_TAG_GLOBAL_STATIC_VPD;
62 tag = TLV_TAG_PF_STATIC_VPD(pci_pf);
74 tag, &svpd, &svpd_size);
141 uint32_t tag; local
148 tag = TLV_TAG_GLOBAL_DYNAMIC_VPD;
151 tag = TLV_TAG_PF_DYNAMIC_VPD(pci_pf);
156 tag, &dvpd, &dvpd_size)) != 0)
363 /* If the provided (tag,keyword) exists in svpd, then it is readonly */
410 uint32_t tag; local
[all...]
/freebsd-10.3-release/sys/dev/bxe/
H A Dbxe_debug.c47 bus_space_write_1(sc->bar[BAR0].tag,
61 bus_space_write_2(sc->bar[BAR0].tag,
75 bus_space_write_4(sc->bar[BAR0].tag,
86 val = bus_space_read_1(sc->bar[BAR0].tag,
103 val = bus_space_read_2(sc->bar[BAR0].tag,
120 val = bus_space_read_4(sc->bar[BAR0].tag,
191 char *tag,
201 BLOGI(sc, "++++++++++++ %s\n", tag);
222 BLOGI(sc, "------------ %s\n", tag);
229 char *tag,
190 bxe_dump_mem(struct bxe_softc *sc, char *tag, uint8_t *mem, uint32_t len) argument
228 bxe_dump_mbuf_data(struct bxe_softc *sc, char *tag, struct mbuf *m, uint8_t contents) argument
[all...]
/freebsd-10.3-release/contrib/wpa/src/crypto/
H A Daes-eax.c25 * @tag: 16-byte tag value
30 u8 *data, size_t data_len, u8 *tag)
70 tag[i] = nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i];
89 * @tag: 16-byte tag value
90 * Returns: 0 on success, -1 on failure, -2 if tag does not match
94 u8 *data, size_t data_len, const u8 *tag)
140 if (tag[i] != (nonce_mac[i] ^ data_mac[i] ^ hdr_mac[i]))
28 aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, const u8 *hdr, size_t hdr_len, u8 *data, size_t data_len, u8 *tag) argument
92 aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, const u8 *hdr, size_t hdr_len, u8 *data, size_t data_len, const u8 *tag) argument
/freebsd-10.3-release/contrib/wpa/src/wps/
H A Dhttp_client.h37 char * http_client_get_hdr_line(struct http_client *c, const char *tag);
H A Dhttp_server.h23 char * http_request_get_hdr_line(struct http_request *req, const char *tag);
/freebsd-10.3-release/contrib/tcpdump/
H A Dprint-sll.c201 u_int16_t tag = EXTRACT_16BITS(p); local
204 tag & 0xfff,
205 tag >> 13,
206 (tag & 0x1000) ? ", CFI" : "");
/freebsd-10.3-release/sys/dev/isci/scil/
H A Dscic_task_request.h101 * @param[in] io_tag This parameter specifies the IO tag to be associated
105 * memory when the IO tag is allocated internally during the
169 #define scic_task_request_construct(controller, dev, tag, task, mem, handle) \
/freebsd-10.3-release/contrib/libarchive/libarchive/test/
H A Dtest_acl_freebsd_nfs4.c35 int tag; member in struct:myacl_t
36 int qual; /* GID or UID of user/group, depending on tag. */
37 const char *name; /* Name of user/group, depending on tag. */
179 acls[0].type, acls[0].permset, acls[0].tag,
185 acls[i].type, acls[i].permset, acls[i].tag,
260 if (myacl->tag != ARCHIVE_ENTRY_ACL_USER_OBJ) return (0);
263 if (myacl->tag != ARCHIVE_ENTRY_ACL_USER)
272 if (myacl->tag != ARCHIVE_ENTRY_ACL_GROUP_OBJ) return (0);
275 if (myacl->tag != ARCHIVE_ENTRY_ACL_GROUP)
284 if (myacl->tag !
353 int type, permset, tag, qual; local
[all...]
H A Dtest_acl_freebsd_posix1e.c34 int tag; /* Owner, User, Owning group, group, other, etc. */ member in struct:myacl_t
35 int qual; /* GID or UID of user/group, depending on tag. */
36 const char *name; /* Name of user/group, depending on tag. */
67 acls[i].type, acls[i].permset, acls[i].tag, acls[i].qual,
97 if (myacl->tag != ARCHIVE_ENTRY_ACL_USER_OBJ) return (0);
100 if (myacl->tag != ARCHIVE_ENTRY_ACL_USER)
109 if (myacl->tag != ARCHIVE_ENTRY_ACL_GROUP_OBJ) return (0);
112 if (myacl->tag != ARCHIVE_ENTRY_ACL_GROUP)
121 if (myacl->tag != ARCHIVE_ENTRY_ACL_MASK) return (0);
124 if (myacl->tag !
[all...]
/freebsd-10.3-release/contrib/dialog/samples/
H A Dinputmenu160 tag=`echo "$value" |sed -e 's/^RENAMED //' -e 's/:.*//'`
63 case "$tag" in
H A Dinputmenu461 tag=`echo "$value" |sed -e 's/^RENAMED //' -e 's/:.*//'`
64 case "$tag" in
/freebsd-10.3-release/sys/x86/iommu/
H A Dbusdma_dmar.h47 struct bus_dma_tag_dmar *tag; member in struct:bus_dmamap_dmar
/freebsd-10.3-release/sys/netgraph/
H A Dng_ksocket.h100 /* Structure for sockaddr tag */
102 struct m_tag tag; member in struct:sa_tag
/freebsd-10.3-release/sys/netinet/
H A Dip_options.h45 struct m_tag tag; /* m_tag */ member in struct:ipopt_tag

Completed in 306 milliseconds

1234567891011>>