Searched refs:tag (Results 426 - 450 of 953) sorted by relevance

<<11121314151617181920>>

/freebsd-10.3-release/contrib/gcc/
H A Dcoverage.c177 gcov_unsigned_t tag;
189 else if ((tag = gcov_read_unsigned ()) != GCOV_VERSION)
193 GCOV_UNSIGNED2STRING (v, tag);
208 while ((tag = gcov_read_unsigned ()))
215 if (tag == GCOV_TAG_FUNCTION)
235 else if (tag == GCOV_TAG_PROGRAM_SUMMARY)
253 else if (GCOV_TAG_IS_COUNTER (tag) && fn_ident)
260 elt.ctr = GCOV_COUNTER_FOR_TAG (tag);
323 /* Returns the counters for a particular tag. */
175 gcov_unsigned_t tag; local
H A Dgengtype-yacc.y73 new_structure ($1->u.s.tag, UNION_P ($1), &lexer_line,
82 new_structure ($1->u.s.tag, UNION_P ($1), &lexer_line,
167 p->opt->name = "tag";
178 p->opt->name = "tag";
H A Dgengtype.c146 /* Create and return a new structure with tag NAME (or a union iff
158 if (strcmp (name, si->u.s.tag) == 0
210 s->u.s.tag = name;
221 /* Return the previously-defined structure with tag NAME (or a union
231 if (strcmp (name, s->u.s.tag) == 0
239 s->u.s.tag = name;
369 The field has a tag of "1". This allows us to make the presence
373 union_fields->opt = create_option (union_fields->opt, "tag", "1");
378 tag that specifies the condition under which the field is valid. */
536 note_flds->opt = create_option (nodot, "tag", note_insn_nam
2605 const char *tag = NULL; local
[all...]
/freebsd-10.3-release/sys/kern/
H A Dsubr_eventhandler.c184 eventhandler_deregister(struct eventhandler_list *list, eventhandler_tag tag) argument
186 struct eventhandler_entry *ep = tag;
/freebsd-10.3-release/sys/powerpc/pseries/
H A Dplpar_iommu.c72 phyp_iommu_set_dma_tag(device_t bus, device_t dev, bus_dma_tag_t tag) argument
153 bus_dma_tag_set_iommu(tag, bus, window);
/freebsd-10.3-release/sys/netpfil/pf/
H A Dpf_lb.c129 int tag = -1; local
175 else if (r->match_tag && !pf_match_tag(m, r, &tag,
176 pd->pf_mtag ? pd->pf_mtag->tag : 0))
183 if (r->tag)
184 tag = r->tag;
198 if (tag > 0 && pf_tag_packet(m, pd, tag))
H A Dpf_ioctl.c124 uint16_t tag; member in struct:pf_tagname
133 static MALLOC_DEFINE(M_PFTAG, "pf_tag", "pf(4) tag names");
385 if (rule->tag)
386 tag_unref(&V_pf_tags, rule->tag);
425 struct pf_tagname *tag, *p = NULL; local
430 TAILQ_FOREACH(tag, head, entries)
431 if (strcmp(tagname, tag->name) == 0) {
432 tag->ref++;
433 return (tag->tag);
468 tag_unref(struct pf_tags *head, u_int16_t tag) argument
[all...]
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt.c314 DWORD tag = 0; local
318 while (SymGetTypeInfo_(proc, mod_base, type, TI_GET_SYMTAG, &tag))
321 if (tag == 14)
330 switch(tag)
354 sprintf(value_str, "[no symbol tag]");
386 sprintf(value_str, "[unhandled tag: %d]", tag);
/freebsd-10.3-release/contrib/groff/src/devices/grohtml/
H A Dhtml-text.cpp112 default: fprintf(stderr, "unknown tag");
141 * end_tag - shuts down the tag.
173 error("unrecognised tag");
178 * issue_tag - writes out an html tag with argument.
181 * space == 2 if tag should not have a space style
205 * issue_color_begin - writes out an html color tag.
226 * start_tag - starts a tag.
267 error("unrecognised tag");
293 * is_present - returns TRUE if tag is already present on the stack.
468 * do_color - initiates a new color tag
726 remove_indent(HTML_TAG tag) argument
890 remove_tag(HTML_TAG tag) argument
[all...]
/freebsd-10.3-release/sys/powerpc/ps3/
H A Dps3cdrom.c199 device_printf(dev, "Could not create DMA tag\n");
474 uint64_t tag, status; local
476 if (lv1_storage_get_async_status(devid, &tag, &status) != 0)
481 /* Find transfer with the returned tag */
484 if (xp->x_tag == tag)
495 ("ATAPI command 0x%02x tag 0x%016lx completed (0x%016lx)\n",
496 cdb[0], tag, status));
542 "Could not find transfer with tag 0x%016lx\n", tag);
672 ("ATAPI command 0x%02x tag
[all...]
/freebsd-10.3-release/sys/i386/i386/
H A Dbios.c616 u_int8_t *devnodebuf, tag; local
721 tag = pd->devdata[idx++];
722 if (PNP_RES_TYPE(tag) == 0) {
724 switch (PNP_SRES_NUM(tag)) {
734 idx += PNP_SRES_LEN(tag);
/freebsd-10.3-release/usr.bin/csup/
H A Dconfig.c202 /* Next the per-collection refuse files that applies to all release/tag
212 /* Finally, the per-release and per-tag refuse file. */
379 const char *tag; local
386 tag = ".";
388 tag = coll->co_tag;
392 coll->co_release, tag);
397 xasprintf(&suffix, ":%s", tag);
/freebsd-10.3-release/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdio.c201 /* initiator tag */
202 ttdsaXchg->tag = (bit16)agInitiatorTag;
204 = ttdsaXchg->tag;
206 = ttdsaXchg->tag;
208 TI_DBG6(("ttdsaSSPReqReceived: initiator tag 0x%x\n", agInitiatorTag));
525 agSSPTargetReq->agTag = ttdsaXchg->tag;
603 TI_DBG4(("tiTGTIOStart: initiator tag 0x%x\n", ttdsaXchg->tag));
622 TI_DBG4(("tiTGTIOStart: initiator tag 0x%x\n", ttdsaXchg->tag));
[all...]
/freebsd-10.3-release/sbin/ifconfig/
H A Difieee80211.c1548 getrate(const char *val, const char *tag) argument
1555 errx(-1, "invalid %s rate (must be .5 Mb/s units)", tag);
2455 printie(const char* tag, const uint8_t *ie, size_t ielen, int maxlen) argument
2457 printf("%s", tag);
2459 maxlen -= strlen(tag)+2;
2492 printwmeparam(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
2500 printf("%s", tag);
2523 printwmeinfo(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
2525 printf("%s", tag);
2535 printhtcap(const char *tag, cons argument
2569 printhtinfo(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
2601 printathie(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
2632 printmeshconf(const char *tag, const uint8_t *ie, size_t ielen, int maxlen) argument
2716 printwpaie(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
2802 printrsnie(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
2857 printwpsie(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
2916 printtdmaie(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
2974 printssid(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
2982 printrates(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
2999 printcountry(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) argument
3722 list_wme_aci(int s, const char *tag, int ac) argument
4200 printrate(const char *tag, int v, int defrate, int defmcs) argument
[all...]
/freebsd-10.3-release/contrib/binutils/binutils/
H A Dieee.c123 /* This structure holds a linked last of structs with their tag names,
128 /* Next tag. */
130 /* This tag name. */
132 /* The type of the tag. */
1376 bfd_boolean tag, typdef; local
1428 tag = FALSE;
1519 tag = TRUE;
1572 tag = TRUE;
1627 tag = TRUE;
1732 tag
2526 const char *tag; local
3742 const char *tag; member in struct:ieee_defined_enum
5301 ieee_enum_type(void *p, const char *tag, const char **names, bfd_signed_vma *vals) argument
5818 ieee_start_struct_type(void *p, const char *tag, unsigned int id, bfd_boolean structp, unsigned int size) argument
6091 ieee_start_class_type(void *p, const char *tag, unsigned int id, bfd_boolean structp, unsigned int size, bfd_boolean vptr, bfd_boolean ownvptr) argument
[all...]
/freebsd-10.3-release/sys/dev/ntb/ntb_hw/
H A Dntb_hw.c106 void *tag; member in struct:ntb_int_info
471 ntb->int_info[i].tag = NULL;
490 &ntb->int_info[i].tag) != 0) {
507 ntb->int_info[0].tag = NULL;
512 interrupt_handler, ntb, &ntb->int_info[0].tag) != 0) {
530 if (current_int->tag != NULL)
532 current_int->tag);
/freebsd-10.3-release/contrib/bsnmp/snmpd/
H A Dtrap.c541 char *tag; local
587 if ((tag = strstr(ta->taglist, n->taglist)) != NULL &&
588 (tag[strlen(n->taglist)] == ' ' ||
589 tag[strlen(n->taglist)] == '\0' ||
590 tag[strlen(n->taglist)] == '\t' ||
591 tag[strlen(n->taglist)] == '\r' ||
592 tag[strlen(n->taglist)] == '\n') &&
/freebsd-10.3-release/sys/dev/aic7xxx/
H A Daic79xx.h120 aic_le16toh(scb->hscb->tag)
420 uint8_t initiator_tag; /* Initiator's transaction tag */
453 uint8_t initiator_tag; /* Initiator's transaction tag */
503 /*16*/ uint16_t tag; /* Reused by Sequencer. */ member in struct:hardware_scb
656 * Per-device lists of SCBs whose tag ID would collide
657 * with an already active tag on the device.
667 * Mapping from tag to SCB.
1091 uint16_t tag; member in struct:ahd_completion
1406 u_int tag, role_t role);
1467 char channel, int lun, u_int tag,
[all...]
/freebsd-10.3-release/contrib/libstdc++/libsupc++/
H A DMakefile.in381 LTCOMPILE = $(LIBTOOL) --tag CC --tag disable-shared --mode=compile $(CC) \
392 # 2) In general, libtool expects an argument such as `--tag=CXX' when
401 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
405 # We have to put --tag disable-shared after --tag CXX lest things
407 LTCXXCOMPILE = $(LIBTOOL) --tag CXX --tag disable-shared \
419 CXXLINK = $(LIBTOOL) --tag CXX --tag disabl
[all...]
/freebsd-10.3-release/crypto/heimdal/lib/hx509/
H A Dks_keychain.c61 attrInfo.tag = &item;
496 attrInfo.tag = item;
517 attrKeyid.tag = kSecKeyLabel;
/freebsd-10.3-release/contrib/wpa/src/eap_peer/
H A Deap_psk.c184 const u8 *pchannel, *tag, *msg; local
262 tag = pchannel;
286 left, tag)) {
/freebsd-10.3-release/contrib/wpa/src/wps/
H A Dhttpread.c828 * to line within header content matching the given tag
829 * (after the tag itself and any spaces/tabs).
831 * The tag should end with a colon for reliable matching.
835 char * httpread_hdr_line_get(struct httpread *h, const char *tag) argument
837 int tag_len = os_strlen(tag);
844 if (!os_strncasecmp(hdr, tag, tag_len)) {
/freebsd-10.3-release/sys/contrib/ipfilter/netinet/
H A Dip_scan.c202 ipf_scan_lookup(tag)
203 char *tag;
208 if (!strcmp(i->ipsc_tag, tag))
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h381 const ProgramPointTag *tag = 0,
384 Pred->getLocationContext(), tag);
391 const ProgramPointTag *tag = 0,
394 Pred->getLocationContext(), tag);
/freebsd-10.3-release/contrib/libstdc++/src/
H A DMakefile.am233 # 2) In general, libtool expects an argument such as `--tag=CXX' when
242 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
245 LTCXXCOMPILE = $(LIBTOOL) --tag CXX --mode=compile $(CXX) $(INCLUDES) \
256 CXXLINK = $(LIBTOOL) --tag CXX --mode=link $(CXX) \

Completed in 477 milliseconds

<<11121314151617181920>>