Searched refs:tag (Results 601 - 625 of 949) sorted by relevance

<<21222324252627282930>>

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h66 /// \brief A precomputed hash tag used for uniquing PDFileEntry objects.
341 /// A constant string that can be used to tag the PathDiagnosticPiece,
364 void setTag(const char *tag) { Tag = tag; } argument
366 /// Return the opaque tag (if any) on the PathDiagnosticPiece.
369 /// Return the string representation of the tag. This is useful
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h278 unsigned count, const void *tag)
279 : SymbolData(MetadataKind, sym), R(r), S(s), T(t), Count(count), Tag(tag) {}
277 SymbolMetadata(SymbolID sym, const MemRegion* r, const Stmt *s, QualType t, unsigned count, const void *tag) argument
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp532 ManagedAnalysis *&AnalysisDeclContext::getAnalysisImpl(const void *tag) { argument
536 return (*M)[tag];
/freebsd-10.2-release/crypto/heimdal/appl/telnet/telnetd/
H A Dutility.c1140 printdata(char *tag, char *ptr, size_t cnt) argument
1152 output_data("%s: ", tag);
/freebsd-10.2-release/contrib/openpam/misc/
H A Dgendoc.pl254 # item in tag list
265 $man .= ".Bl -tag -width 18n\n";
494 .Bl -tag -width 18n
620 .Bl -tag -width 18n
/freebsd-10.2-release/crypto/openssl/crypto/modes/
H A Dccm128.c469 size_t CRYPTO_ccm128_tag(CCM128_CONTEXT *ctx, unsigned char *tag, size_t len) argument
477 memcpy(tag, ctx->cmac.c, M);
/freebsd-10.2-release/contrib/telnet/telnetd/
H A Dutility.c1051 printdata(const char *tag, char *ptr, int cnt) argument
1063 output_data("%s: ", tag);
/freebsd-10.2-release/contrib/libpcap/
H A Dpcap-linux.c1539 struct vlan_tag *tag; local
1563 tag = (struct vlan_tag *)(bp + handle->md.vlan_offset);
1564 tag->vlan_tpid = htons(ETH_P_8021Q);
1565 tag->vlan_tci = htons(aux->tp_vlan_tci);
3247 /* Reserve space for VLAN tag reconstruction */
3948 struct vlan_tag *tag; local
3953 tag = (struct vlan_tag *)(bp + handle->md.vlan_offset);
3954 tag->vlan_tpid = htons(ETH_P_8021Q);
3955 tag->vlan_tci = htons(h.h2->tp_vlan_tci);
/freebsd-10.2-release/sys/cam/ctl/
H A Dctl_error.c522 ctl_set_overlapped_tag(struct ctl_scsiio *ctsio, uint8_t tag) argument
529 /*ascq*/ tag,
/freebsd-10.2-release/sys/fs/nfsclient/
H A Dnfs_clcomsubs.c58 const u_char *tag; member in struct:__anon10475
189 * What should the tag really be?
191 (void) nfsm_strtom(nd, nfsv4_opmap[procnum].tag,
/freebsd-10.2-release/sys/dev/usb/storage/
H A Dumass.c1269 uint32_t tag; local
1289 tag = UGETDW(sc->cbw.dCBWTag) + 1;
1292 USETDW(sc->cbw.dCBWTag, tag);
1515 * Invalid CSW: Wrong signature or wrong tag might
1521 DPRINTF(sc, UDMASS_BBB, "Invalid CSW: tag 0x%08x should be "
2944 uint32_t tag = UGETDW(cbw->dCBWTag); local
2953 tag, clen,
2963 uint32_t tag = UGETDW(csw->dCSWTag); local
2967 DPRINTF(sc, UDMASS_BBB, "CSW %d: sig = 0x%08x (%s), tag = 0x%08x, "
2969 tag, si
[all...]
/freebsd-10.2-release/sys/netinet/
H A Dicmp6.h704 #define icmp6_ifstat_inc(ifp, tag) \
709 offsetof(struct icmp6_ifstat, tag) / sizeof(uint64_t)], 1);\
/freebsd-10.2-release/sys/netinet6/
H A Din6_var.h552 #define in6_ifstat_inc(ifp, tag) \
557 offsetof(struct in6_ifstat, tag) / sizeof(uint64_t)], 1);\
/freebsd-10.2-release/sys/dev/ixgbe/
H A Dixgbe.h311 void *tag; member in struct:ix_queue
413 void *tag; member in struct:adapter
/freebsd-10.2-release/sys/dev/ixl/
H A Di40e_prototype.h243 u16 vsi_seid, u16 tag, u16 queue_num,
247 u16 tag, u16 *tags_used, u16 *tags_free,
H A Dixl.h319 bus_dma_tag_t tag; member in struct:ixl_tx_buf
421 void *tag; member in struct:ixl_queue
/freebsd-10.2-release/crypto/openssl/apps/
H A Dsrp.c201 static void lookup_fail(const char *name, char *tag) argument
203 BIO_printf(bio_err, "variable lookup failed for %s::%s\n", name, tag);
/freebsd-10.2-release/crypto/openssl/crypto/asn1/
H A Dasn1_gen.c94 int tag; member in struct:tag_name_st
205 /* If IMPLICIT we will replace the underlying tag */
206 /* Skip existing tag+len */
225 * Work out new length with IMPLICIT tag: ignore constructed because
263 /* If IMPLICIT, output tag */
319 ERR_add_error_data(2, "tag=", elem);
543 * If IMPLICIT set tag to implicit value then reset implicit tag since it
607 /* Explicit tag */
610 /* Implicit tag */
[all...]
/freebsd-10.2-release/tools/tools/crypto/
H A Dcryptotest.c413 printt(const char* tag, struct cryptotstat *ts) argument
423 tag, avg, min, max, ts->count);
/freebsd-10.2-release/contrib/libyaml/src/
H A Demitter.c202 yaml_char_t *tag);
558 {(yaml_char_t *)"!!", (yaml_char_t *)"tag:yaml.org,2002:"},
1187 "neither tag nor implicit flags are specified");
1255 * Write a tag.
1364 "tag handle must not be empty");
1369 "tag handle must start with '!'");
1374 "tag handle must end with '!'");
1382 "tag handle must contain alphanumerical characters only");
1389 "tag prefix must not be empty");
1432 * Check if a tag i
1436 yaml_emitter_analyze_tag(yaml_emitter_t *emitter, yaml_char_t *tag) argument
[all...]
/freebsd-10.2-release/contrib/ntp/lib/isc/include/isc/
H A Dmem.h506 isc_mem_setname(isc_mem_t *ctx, const char *name, void *tag);
514 *\li 'tag' is for debugging purposes only.
538 * Get the tag value for 'task', as previously set using isc_mem_setname().
H A Dsocket.h1097 void isc_socket_setname(isc_socket_t *sock, const char *name, void *tag);
1099 * Set the name and optional tag for a socket. This allows tracking of the
1111 * Get the tag associated with a socket, if any.
/freebsd-10.2-release/contrib/openbsm/test/bsm/
H A DMakefile.in76 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
80 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/freebsd-10.2-release/contrib/openbsm/tools/
H A DMakefile.in76 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
80 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/freebsd-10.2-release/contrib/binutils/binutils/
H A Dcoffdump.c338 printf ("Symbol %s, tag %d, number %d", p->name, p->tag, p->number);

Completed in 218 milliseconds

<<21222324252627282930>>