Searched refs:tag (Results 901 - 925 of 949) sorted by relevance

<<3132333435363738

/freebsd-10.2-release/sys/netinet/
H A Dsctp_input.c1254 * here since we don't have their tag.
1536 * <---INIT(tag=a)------
1537 * ----INIT-ACK(tag=t)-->
1538 * ----INIT(tag=t)------> *1
1539 * <---INIT-ACK(tag=a)---
1540 * <----CE(tag=t)------------- *2
1543 * tag t'. Which means we would throw away the CE and send
1687 * that we gave out the same tag on since one was not
1689 * and we respond tag-a, we get a INIT from host-2 behind
1690 * the nat and we get tag
6153 uint32_t flowid, tag; local
[all...]
H A Dtcp_subr.c272 tcp_zone_change(void *tag) argument
/freebsd-10.2-release/crypto/heimdal/
H A Dltmain.sh44 # --tag=TAG use configuration variables from tag TAG
943 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
957 func_fatal_error "invalid tag name: $tagname"
961 # Don't test for the "default" C tag, as we know it's
976 func_error "ignoring unknown tag $tagname"
1137 --tag)
1370 # if one wasn't chosen via the "--tag" command line option.
1416 # was found and let the user know that the "--tag" command
1420 func_fatal_error "specify a tag wit
[all...]
/freebsd-10.2-release/contrib/ntp/ntpd/
H A DMakefile.in242 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
251 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
H A Dntp_io.c396 collect_timing(struct recvbuf *rb, const char *tag, int count, l_fp *dts) argument
406 count, lfptoa(dts, 9), tag);
/freebsd-10.2-release/sbin/pfctl/
H A Dpfctl_optimize.c123 * For instance we can re-order all 'tag "foo"' rules because they have the
124 * same tag. But we can not re-order between a 'tag "foo"' and a
125 * 'tag "bar"' since that would change the meaning of the ruleset.
197 PF_RULE_FIELD(tag, DC),
/freebsd-10.2-release/contrib/binutils/binutils/
H A DMakefile.in179 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
183 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
/freebsd-10.2-release/sys/dev/usb/wlan/
H A Dif_zydreg.h1087 uWord tag; member in struct:zyd_rx_desc
/freebsd-10.2-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1888 sdp_zone_change(void *tag) argument
/freebsd-10.2-release/sys/dev/ce/
H A Dceddk.c316 int ce_send_packet (ce_chan_t *c, unsigned char *buf, int len, void *tag) argument
/freebsd-10.2-release/sys/dev/bge/
H A Dif_bge.c1661 /* Enable or disable VLAN tag stripping as needed. */
1895 * a status tag update and leave interrupts permanently
2898 /* Destroy the parent tag. */
2905 bus_size_t maxsize, bus_dma_tag_t *tag, uint8_t **ring, bus_dmamap_t *map,
2913 NULL, maxsize, 1, maxsize, 0, NULL, NULL, tag);
2916 "could not create %s dma tag\n", msg);
2920 error = bus_dmamem_alloc(*tag, (void **)ring,
2929 error = bus_dmamap_load(*tag, *map, *ring, maxsize, bge_dma_map_addr,
2951 * Allocate the parent bus DMA tag appropriate for PCI.
2959 "could not allocate parent dma tag\
2904 bge_dma_ring_alloc(struct bge_softc *sc, bus_size_t alignment, bus_size_t maxsize, bus_dma_tag_t *tag, uint8_t **ring, bus_dmamap_t *map, bus_addr_t *paddr, const char *msg) argument
[all...]
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp161 uint16_t tag = Ty.getTag(); local
163 if (tag == dwarf::DW_TAG_pointer_type)
740 // Create new CompileUnit for the given metadata node with tag
1069 // Split out type units and conditionally add an ODR tag to the split
/freebsd-10.2-release/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h7782 ib_net16_t tag;
7827 ib_net16_t tag;
/freebsd-10.2-release/contrib/unbound/
H A DMakefile.in244 COMPILE=$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS)
245 LINK=$(LIBTOOL) --tag=CC --mode=link $(CC) $(staticexe) $(RUNTIME_PATH) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
246 LINK_LIB=$(LIBTOOL) --tag=CC --mode=link $(CC) $(RUNTIME_PATH) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(staticexe) -version-info @LIBUNBOUND_CURRENT@:@LIBUNBOUND_REVISION@:@LIBUNBOUND_AGE@ -no-undefined
400 $(LIBTOOL) --tag=CC --mode=link $(CC) $(RUNTIME_PATH) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -module -avoid-version -no-undefined -shared -o $@ libunbound_wrap.lo -rpath $(PYTHON_SITE_PKG) L. -L.libs -lunbound
/freebsd-10.2-release/contrib/binutils/bfd/
H A Delf32-score.c185 #define SCORE_ELF_ADD_DYNAMIC_ENTRY(info, tag, val) \
186 (_bfd_elf_add_dynamic_entry (info, (bfd_vma) tag, (bfd_vma) val))
/freebsd-10.2-release/sys/kern/
H A Duipc_socket.c251 socket_zone_change(void *tag) argument
258 socket_init(void *tag) argument
H A Duipc_usrreq.c1811 unp_zone_change(void *tag) argument
/freebsd-10.2-release/sys/dev/sound/pci/hda/
H A Dhdaa.c6797 int i, tag, flags; local
6802 tag = resp >> 26;
6808 if (w->unsol != tag)
/freebsd-10.2-release/contrib/llvm/lib/Support/
H A DAPFloat.cpp794 APFloat::APFloat(const fltSemantics &ourSemantics, uninitializedTag tag) {
/freebsd-10.2-release/contrib/ntp/libntp/
H A DMakefile.in295 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
304 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c59 * an open-directory tag, we enter the OPEN_DIR state. Likewise, for
61 * open-directory tag, we'll 'pop' out of that state.
64 * allocations that will live as long as the tag is opened. Once
65 * the tag is 'closed', the pool will be reused.
160 /* Have we closed the directory tag (meaning no more additions)? */
451 const svn_ra_serf__dav_props_t *tag,
1355 - the directory's XML close tag has been processed (so we know
1707 /* do nothing as we haven't seen our valid start tag yet. */
2019 _("Unknown tag '%s' while at state %d"),
2126 _("Unknown tag '
446 update_opened(svn_ra_serf__xml_estate_t *xes, void *baton, int entered_state, const svn_ra_serf__dav_props_t *tag, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-10.2-release/contrib/binutils/opcodes/
H A DMakefile.in89 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
93 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
/freebsd-10.2-release/sys/dev/cxgbe/
H A Dt4_main.c3555 NULL, handler, arg, &irq->tag);
3561 bus_describe_intr(sc->dev, irq->res, irq->tag, name);
3569 if (irq->tag)
3570 bus_teardown_intr(sc->dev, irq->res, irq->tag);
/freebsd-10.2-release/sys/dev/usb/
H A Dusb_transfer.c985 parm->dma_tag_p, udev->bus->dma_parent_tag[0].tag,
/freebsd-10.2-release/sys/dev/mwl/
H A Dif_mwl.c1552 mwl_keyprint(struct mwl_softc *sc, const char *tag, argument
1562 printf("%s: [%u] %-7s", tag, hk->keyIndex, ciphers[hk->keyTypeId]);
2038 if_printf(ifp, "cannot allocate %s DMA tag\n", dd->dd_name);
2923 /* tag AMPDU aggregates for reorder processing */

Completed in 533 milliseconds

<<3132333435363738