Searched refs:tag (Results 351 - 375 of 953) sorted by relevance

<<11121314151617181920>>

/freebsd-10.3-release/contrib/gcc/
H A Doutput.h525 struct named_section GTY ((tag ("SECTION_NAMED"))) named;
526 struct unnamed_section GTY ((tag ("SECTION_UNNAMED"))) unnamed;
527 struct noswitch_section GTY ((tag ("SECTION_NOSWITCH"))) noswitch;
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dauxv.c203 #define TAG(tag, text, kind) \
204 case tag: name = #tag; description = text; flavor = kind; break
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugPubnames.cpp113 dw_tag_t tag = die->Tag(); local
135 if (tag == DW_TAG_subprogram)
140 if (tag == DW_TAG_variable)
H A DSymbolFileDWARF.cpp84 //child_requires_parent_class_union_or_struct_to_be_completed (dw_tag_t tag)
86 // switch (tag)
257 const dw_tag_t tag = die->Tag(); local
261 switch (tag)
360 // dw_tag_t tag = die_info.tag;
361 // if (tag == 0)
364 // tag = die->Tag();
366 // add_type = TagMatchesTypeMask (type_mask, tag);
394 // const dw_tag_t tag
436 dw_tag_t tag = die->Tag(); local
1294 dw_tag_t tag = die->Tag(); local
1411 const dw_tag_t tag = die->Tag(); local
1522 const dw_tag_t tag = die->Tag(); local
1670 dw_tag_t tag = die->Tag(); local
1720 dw_tag_t tag = die->Tag(); local
2394 const dw_tag_t tag = die->Tag(); local
4218 dw_tag_t tag = die->Tag(); local
4390 const dw_tag_t tag = die->Tag(); local
4468 const dw_tag_t tag = die->Tag(); local
5230 const dw_tag_t tag = dwarf_decl_ctx[0].tag; local
5724 const dw_tag_t tag = die->Tag(); local
7324 const dw_tag_t tag = die->Tag(); local
7714 dw_tag_t tag = die->Tag(); local
[all...]
/freebsd-10.3-release/crypto/heimdal/kdc/
H A Dprocess.c301 unsigned int tag; local
303 &cl, &ty, &tag, NULL);
309 krb5_store_uint32(sp, tag);
/freebsd-10.3-release/crypto/openssl/crypto/modes/
H A Dmodes.h118 int CRYPTO_gcm128_finish(GCM128_CONTEXT *ctx, const unsigned char *tag,
120 void CRYPTO_gcm128_tag(GCM128_CONTEXT *ctx, unsigned char *tag, size_t len);
142 size_t CRYPTO_ccm128_tag(CCM128_CONTEXT *ctx, unsigned char *tag, size_t len);
/freebsd-10.3-release/libexec/bootpd/
H A Ddovend.c272 * Insert a tag value, a length value, and a list of IP addresses into the
273 * memory buffer indirectly pointed to by "dest". "tag" is the RFC1048 tag
285 insert_ip(tag, iplist, dest, bytesleft)
286 byte tag;
300 **dest = tag;
302 (*bytesleft) -= 2; /* Account for tag and length */
/freebsd-10.3-release/sys/sys/
H A Deventhandler.h137 #define EVENTHANDLER_DEREGISTER(name, tag) \
142 eventhandler_deregister(_el, tag); \
149 eventhandler_tag tag);
/freebsd-10.3-release/sys/boot/common/
H A Dbootstrap.h278 #define COMMAND_SET(tag, key, desc, func) \
280 static struct bootblk_command _cmd_ ## tag = { key, desc, func }; \
281 DATA_SET(Xcommand_set, _cmd_ ## tag)
/freebsd-10.3-release/sys/ofed/include/rdma/
H A Dib_addr.h156 uint16_t tag;
158 if (VLAN_TAG(__DECONST(struct ifnet *, dev), &tag) != 0)
160 return tag;
/freebsd-10.3-release/sys/nfs/
H A Dbootp_subr.c183 struct bootpc_tagcontext tag; member in struct:bootpc_globalcontext
253 struct bootp_packet *bp, int len, int tag);
255 unsigned char *start, int len, int tag);
518 /* Ignore packet unless it gives us a root tag we didn't have */
1300 unsigned char *start, int len, int tag)
1323 if (code == tag) {
1343 struct bootp_packet *bp, int len, int tag)
1355 (unsigned char *) bp + len - &bp->vend[4], tag);
1361 tag);
1366 tag);
1299 bootpc_tag_helper(struct bootpc_tagcontext *tctx, unsigned char *start, int len, int tag) argument
1342 bootpc_tag(struct bootpc_tagcontext *tctx, struct bootp_packet *bp, int len, int tag) argument
[all...]
/freebsd-10.3-release/contrib/file/src/
H A Dreadelf.c923 const char *tag; local
964 tag = "execfn";
968 tag = "platform";
972 tag = "real uid";
976 tag = "real gid";
980 tag = "effective uid";
984 tag = "effective gid";
988 tag = NULL;
992 if (tag == NULL)
1004 if (file_printf(ms, ", %s: '%s'", tag, bu
1339 uint32_t len, tag; local
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/asn1/
H A Dx_name.c72 int tag, int aclass, char opt, ASN1_TLC *ctx);
75 const ASN1_ITEM *it, int tag, int aclass);
176 const ASN1_ITEM *it, int tag, int aclass,
200 tag, aclass, opt, ctx);
241 const ASN1_ITEM *it, int tag, int aclass)
174 x509_name_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) argument
240 x509_name_ex_i2d(ASN1_VALUE **val, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass) argument
/freebsd-10.3-release/contrib/binutils/binutils/
H A Dwrstabs.c93 /* The tag name. */
94 const char *tag; member in struct:stab_tag
781 stab_enum_type (void *p, const char *tag, const char **names,
793 assert (tag != NULL);
795 buf = (char *) xmalloc (10 + strlen (tag));
796 sprintf (buf, "xe%s:", tag);
805 if (tag != NULL)
806 len += strlen (tag);
812 if (tag == NULL)
818 sprintf (buf, "%s:T%ld=e", tag, inde
779 stab_enum_type(void *p, const char *tag, const char **names, bfd_signed_vma *vals) argument
1260 stab_get_struct_index(struct stab_write_handle *info, const char *tag, unsigned int id, enum debug_type_kind kind, unsigned int *psize) argument
1308 stab_start_struct_type(void *p, const char *tag, unsigned int id, bfd_boolean structp, unsigned int size) argument
1445 stab_start_class_type(void *p, const char *tag, unsigned int id, bfd_boolean structp, unsigned int size, bfd_boolean vptr, bfd_boolean ownvptr) argument
1932 stab_tag(void *p, const char *tag) argument
[all...]
/freebsd-10.3-release/contrib/ipfilter/tools/
H A Dipscan_y.y56 %type <str> tag
111 cline: tag ':' matchup '=' action { addtag($1, $3, NULL, &$5); }
114 sline: tag ':' '(' ')' ',' matchup '=' action { addtag($1, NULL, $6, &$8); }
117 csline: tag ':' matchup ',' matchup '=' action { addtag($1, $3, $5, &$7); }
124 tag: YY_STR { $$ = $1; } label
/freebsd-10.3-release/contrib/expat/lib/
H A Dxmlparse.c181 typedef struct tag { struct
182 struct tag *parent; /* parent of this element */
934 TAG *tag = tStk; local
936 tag->parent = freeTagList;
937 moveToFreeBindingList(parser, tag->bindings);
938 tag->bindings = NULL;
939 freeTagList = tag;
1957 XML_L("mismatched tag"),
2068 /* Initially tag->rawName always points into the parse buffer;
2070 processed, and not yet closed, we need to store tag
2076 TAG *tag = tagStack; local
2404 TAG *tag; local
2519 TAG *tag = tagStack; local
[all...]
/freebsd-10.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-pow.c429 printf("Core %d State: tag=%s,0x%08x", core,
431 dump->sstatus[core][bit_cur].s_sstatus2.tag);
482 printf(" pending tag=%s,0x%08x",
540 /* Print out each of the internal POW entries. Each entry has a tag, group,
545 printf("Entry %d(%-10s): tag=%s,0x%08x grp=%d wqp=0x%016llx", index,
548 dump->smemload[index][0].s_smemload0.tag,
560 printf(" pending tag=%s,0x%08x",
633 int tag = 3; local
637 printf("Core %d State: tag=%s,0x%08x", core,
638 OCT_TAG_TYPE_STRING(dump->sstatus[core][tag]
[all...]
/freebsd-10.3-release/sys/dev/cxgbe/
H A Dadapter.h83 t4_bus_space_read_8(bus_space_tag_t tag, bus_space_handle_t handle, argument
86 KASSERT(tag == X86_BUS_SPACE_MEM,
93 t4_bus_space_write_8(bus_space_tag_t tag, bus_space_handle_t bsh, argument
96 KASSERT(tag == X86_BUS_SPACE_MEM,
103 t4_bus_space_read_8(bus_space_tag_t tag, bus_space_handle_t handle, argument
106 return (uint64_t)bus_space_read_4(tag, handle, offset) +
107 ((uint64_t)bus_space_read_4(tag, handle, offset + 4) << 32);
111 t4_bus_space_write_8(bus_space_tag_t tag, bus_space_handle_t bsh, argument
114 bus_space_write_4(tag, bsh, offset, value);
115 bus_space_write_4(tag, bs
734 void *tag; member in struct:adapter::irq
[all...]
/freebsd-10.3-release/sys/powerpc/pseries/
H A Dphyp_vscsi.c87 uint64_t tag; member in struct:vscsi_xfer
132 uint64_t tag; member in struct:srp_login
146 uint8_t tag; member in struct:srp_login_rsp
161 uint64_t tag; member in struct:srp_cmd
174 uint64_t tag; member in struct:srp_rsp
188 uint64_t tag; member in struct:srp_tsk_mgmt
517 login->tag = (uint64_t)(xp);
561 cmd->tag = (uint64_t)xp;
625 cmd->tag = (uint64_t)(xp); /* Let the responder find this again */
661 /* Set handle tag t
737 uint64_t tag; member in struct:__anon11876
[all...]
/freebsd-10.3-release/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaioctlcmd.c167 OSSA_WRITE_LE_32(agRoot, pPayload, OSSA_OFFSET_OF(agsaFwProfileIOMB_t, tag), pRequest->HTag);
328 OSSA_OFFSET_OF(agsaFwFlashUpdate_t, tag), pRequest->HTag);
474 OSSA_WRITE_LE_32(agRoot, pPayload, OSSA_OFFSET_OF(agsaFwFlashOpExt_t, tag), pRequest->HTag);
537 bit32 status, tag, len; local
540 OSSA_READ_LE_32(AGROOT, &tag, payload, OSSA_OFFSET_OF(agsaFwProfileRsp_t, tag));
543 pRequest = saRoot->IOMap[tag].IORequest;
547 saRoot->IOMap[tag].Tag = MARK_OFF;
548 saRoot->IOMap[tag].IORequest = agNULL;
549 SA_DBG1(("mpiFwProfileRsp: the request is NULL. Tag=%x\n", tag));
601 bit32 status, tag; local
653 bit32 Command,Status, tag; local
[all...]
/freebsd-10.3-release/contrib/texinfo/info/
H A Dman.c435 TAG *tag = (TAG *)NULL; local
441 for (i = 0; (tag = file_buffer->tags[i]); i++)
443 if (strcasecmp (pagename, tag->nodename) == 0)
448 if (tag)
452 node->nodename = xstrdup (tag->nodename);
453 node->contents = file_buffer->contents + tag->nodestart;
454 node->nodelen = tag->nodelen;
/freebsd-10.3-release/tools/sched/
H A Dschedgraph.py720 tags=("event", self.type, self.name, self.source.tag))
745 tags=("event", self.type, self.name, self.source.tag))
774 tags=("event", self.type, self.name, self.source.tag))
808 self.tag = group + id
857 tags=("cpubg", cpu, self.tag), state="hidden")
861 canvas.move(self.tag, xpos, ypos)
1071 tag = group + id
1072 if (self.taghash.has_key(tag)):
1073 return self.taghash[tag]
1079 self.taghash[tag]
[all...]
/freebsd-10.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c317 Dwarf_Half tag; local
319 if (dwarf_tag(die, &tag, &dw->dw_err) == DW_DLV_OK)
320 return (tag);
322 terminate("die %llu: failed to get tag for type: %s\n",
969 Dwarf_Half tag = die_tag(dw, mem); local
972 if (tag != DW_TAG_member) {
1068 * tag will always be followed by a proper nested declaration of
1072 * (i.e. die_child of the struct tag won't be null), we'll ignore it.
1201 Dwarf_Half tag; local
1214 if ((tag
1574 Dwarf_Half tag; local
1745 die_tag2ctor(Dwarf_Half tag) argument
1762 Dwarf_Half tag; local
[all...]
/freebsd-10.3-release/contrib/unbound/smallapp/
H A Dunbound-anchor.c1172 /** the current tag; malloced; or NULL outside of tags */
1173 char* tag; member in struct:xml_data
1195 /** The BIO for the tag */
1197 xml_selectbio(struct xml_data* data, const char* tag) argument
1200 if(strcasecmp(tag, "KeyTag") == 0)
1202 else if(strcasecmp(tag, "Algorithm") == 0)
1204 else if(strcasecmp(tag, "DigestType") == 0)
1206 else if(strcasecmp(tag, "Digest") == 0)
1224 if(!data->tag)
1230 data->tag
[all...]
/freebsd-10.3-release/sys/dev/netmap/
H A Dnetmap_kern.h1264 bus_dma_tag_t tag, bus_dmamap_t map, void *buf)
1267 bus_dmamap_load(tag, map, buf, NETMAP_BUF_SIZE(na),
1273 bus_dma_tag_t tag, bus_dmamap_t map)
1276 bus_dmamap_unload(tag, map);
1282 bus_dma_tag_t tag, bus_dmamap_t map, void *buf)
1285 bus_dmamap_unload(tag, map);
1286 bus_dmamap_load(tag, map, buf, NETMAP_BUF_SIZE(na),
1299 bus_dma_tag_t tag, bus_dmamap_t map, void *buf)
1309 bus_dma_tag_t tag, bus_dmamap_t map)
1321 bus_dma_tag_t tag, bus_dmamap_
1263 netmap_load_map(struct netmap_adapter *na, bus_dma_tag_t tag, bus_dmamap_t map, void *buf) argument
1272 netmap_unload_map(struct netmap_adapter *na, bus_dma_tag_t tag, bus_dmamap_t map) argument
1281 netmap_reload_map(struct netmap_adapter *na, bus_dma_tag_t tag, bus_dmamap_t map, void *buf) argument
1298 netmap_load_map(struct netmap_adapter *na, bus_dma_tag_t tag, bus_dmamap_t map, void *buf) argument
1308 netmap_unload_map(struct netmap_adapter *na, bus_dma_tag_t tag, bus_dmamap_t map) argument
1320 netmap_reload_map(struct netmap_adapter *na, bus_dma_tag_t tag, bus_dmamap_t map, void *buf) argument
[all...]

Completed in 496 milliseconds

<<11121314151617181920>>