Searched refs:tag (Results 726 - 750 of 949) sorted by relevance

<<21222324252627282930>>

/freebsd-10.2-release/tools/regression/net80211/ccmp/
H A Dtest_ccmp.c555 dumpdata(const char *tag, const void *p, size_t len) argument
559 printf("%s: 0x%p len %u", tag, p, len);
/freebsd-10.2-release/sys/compat/ndis/
H A Dsubr_ntoskrnl.c663 ExAllocatePoolWithTag(pooltype, len, tag)
666 uint32_t tag;
678 ExFreePoolWithTag(buf, tag)
680 uint32_t tag;
1303 * irql that a device wants to use, but no device-specific tag
2144 uint32_t flags, size_t size, uint32_t tag, uint16_t depth)
2152 lookaside->nll_l.gl_tag = tag;
2189 uint32_t flags, size_t size, uint32_t tag, uint16_t depth)
2197 lookaside->nll_l.gl_tag = tag;
2413 * MDL UMA zone, tag i
2142 ExInitializePagedLookasideList(paged_lookaside_list *lookaside, lookaside_alloc_func *allocfunc, lookaside_free_func *freefunc, uint32_t flags, size_t size, uint32_t tag, uint16_t depth) argument
2187 ExInitializeNPagedLookasideList(npaged_lookaside_list *lookaside, lookaside_alloc_func *allocfunc, lookaside_free_func *freefunc, uint32_t flags, size_t size, uint32_t tag, uint16_t depth) argument
[all...]
/freebsd-10.2-release/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdinit.c638 ttdsaXchg->tag = 0xFFFF;
709 ttdsaXchg->tag = 0xFFFF;
/freebsd-10.2-release/sys/contrib/octeon-sdk/
H A Dcvmx-pemx-defs.h635 * Bit set for outstanding tag read.
642 uint64_t tag : 32; /**< Bit vector set cooresponds to an outstanding tag member in struct:cvmx_pemx_cpl_lut_valid::cvmx_pemx_cpl_lut_valid_s
645 uint64_t tag : 32;
H A Dcvmx-pescx-defs.h436 * Bit set for outstanding tag read.
443 uint64_t tag : 32; /**< Bit vector set cooresponds to an outstanding tag member in struct:cvmx_pescx_cpl_lut_valid::cvmx_pescx_cpl_lut_valid_s
446 uint64_t tag : 32;
/freebsd-10.2-release/sys/dev/acpica/
H A Dacpi_pci_link.c419 acpi_pci_link_dump(struct acpi_pci_link_softc *sc, int header, const char *tag) argument
433 printf(" %-14.14s %5d %3d %c %3d ", i == 0 ? tag : "", i,
/freebsd-10.2-release/contrib/ntp/tests/ntpd/
H A DMakefile.in170 test_leapsec_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
179 test_ntp_prio_q_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
190 test_ntp_restrict_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
202 test_ntp_scanner_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
220 test_rc_cmdlength_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
242 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
251 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
/freebsd-10.2-release/sys/netpfil/ipfw/
H A Dip_fw2.c1768 * We allocate a tag in its format
1914 uint32_t tag = IP_FW_ARG_TABLEARG(cmd->arg1); local
1916 /* Packet is already tagged with this tag? */
1917 mtag = m_tag_locate(m, MTAG_IPFW, tag, NULL);
1933 tag, 0, M_NOWAIT);
1993 uint32_t tag = IP_FW_ARG_TABLEARG(cmd->arg1); local
1997 tag, NULL) != NULL;
2186 * in the stack carried in an mbuf tag. This
2202 * If not already tagged, allocate new tag.
/freebsd-10.2-release/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c5519 tree aref = NULL_TREE, tag, sv; local
5538 tag. If it does not have one, use its symbol memory tag. */
5545 tag = SSA_NAME_PTR_INFO (var)->name_mem_tag;
5546 if (tag)
5547 return tag;
5551 tag = var_ann (var)->symbol_mem_tag;
5552 gcc_assert (tag != NULL_TREE);
5553 return tag;
5560 tag
[all...]
H A Dmips-tfile.c888 alloc_type_tag, /* struct/union/tag element */
889 alloc_type_forward, /* element to hold unknown tag */
989 /* Linked list support for tags. The first tag in the list is always
990 the current tag for that block. */
991 typedef struct tag {
992 struct tag *free; /* free list pointer */
994 struct tag *same_name; /* tag with same name in outer scope */
995 struct tag *same_block; /* next tag define
984 typedef struct tag { struct
1096 tag_t tag [ PAGE_SIZE / sizeof (tag_t) ]; member in union:page
[all...]
/freebsd-10.2-release/sbin/pfctl/
H A Dparse.y237 char *tag;
486 %type <v.string> label stringall tag anchorname
828 if ($9.tag)
829 if (strlcpy(r.tagname, $9.tag,
831 yyerror("tag too long, max %u chars",
838 yyerror("tag too long, max %u chars",
880 yyerror("tag too long, max %u chars",
1081 yyerror("tag too long, max %u chars",
1882 if ($9.tag)
1883 if (strlcpy(r.tagname, $9.tag,
4149 tag : /* empty */ { $$ = NULL; } label
[all...]
/freebsd-10.2-release/sys/dev/cxgbe/
H A Dt4_sge.c759 "failed to create main DMA tag: %d\n", rc);
2021 ("%s: HWVLAN requested in mbuf %p but tag not provided",
2517 alloc_ring(struct adapter *sc, size_t len, bus_dma_tag_t *tag, argument
2523 BUS_SPACE_MAXADDR, NULL, NULL, len, 1, len, 0, NULL, NULL, tag);
2525 device_printf(sc->dev, "cannot allocate DMA tag: %d\n", rc);
2529 rc = bus_dmamem_alloc(*tag, va,
2536 rc = bus_dmamap_load(*tag, *map, *va, len, oneseg_dma_callback, pa, 0);
2543 free_ring(sc, *tag, *map, *pa, *va);
2549 free_ring(struct adapter *sc, bus_dma_tag_t tag, bus_dmamap_t map, argument
2553 bus_dmamap_unload(tag, ma
[all...]
/freebsd-10.2-release/sys/dev/en/
H A Dmidway.c2704 bus_dma_tag_t tag; local
2722 NULL, NULL, &tag);
2724 panic("%s: cannot create test DMA tag %d", __func__, err);
2726 err = bus_dmamem_alloc(tag, &buffer, 0, &map);
2730 err = bus_dmamap_load(tag, map, buffer, 3 * MIDDMA_MAXBURST,
2776 bus_dmamap_unload(tag, map);
2777 bus_dmamem_free(tag, buffer, map);
2778 bus_dma_tag_destroy(tag);
3068 * Destroy the map zone before the tag (the fini function will
3069 * destroy the DMA maps using the tag)
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp263 return true; // NULL debug tag entry
432 return true; // NULL debug tag entry
1823 /// printf("BuildAddressRangeTable() 0x%8.8x: %30s: [0x%8.8x - 0x%8.8x)\n", m_offset, DW_TAG_value_to_name(tag), lo_pc, hi_pc);
1894 const dw_tag_t tag = Tag();
1895 if (tag != DW_TAG_compile_unit)
1897 dwarf_decl_ctx.AppendDeclContext(tag, GetName(dwarf2Data, cu));
2083 // printf("0x%8.8x: %30s: address = 0x%8.8x - ", m_offset, DW_TAG_value_to_name(tag), address);
2153 // printf("\n0x%8.8x: %30s: address = 0x%8.8x [0x%8.8x - 0x%8.8x) ", m_offset, DW_TAG_value_to_name(tag), address, lo_pc, hi_pc);
/freebsd-10.2-release/contrib/wpa/src/wps/
H A Dwps_er.c501 const char *tag, *tagname, *end; local
508 if (xml_next_tag(data, &tag, &tagname, &end))
512 *tag != '/' &&
/freebsd-10.2-release/contrib/tcsh/
H A Ded.screen.c1567 UpdateVal(const Char *tag, int value, Char *termcap, Char *backup) argument
1570 if ((ptr = Strstr(termcap, tag)) == NULL) {
1574 size_t len = (ptr - termcap) + Strlen(tag);
/freebsd-10.2-release/contrib/groff/src/devices/grops/
H A Dps.cpp1415 media_name(), // tag name of media
1541 char *tag = p;
1544 if (*p == '\0' || strncmp(tag, "ps", p - tag) != 0) {
1545 error("X command without `ps:' tag ignored");
/freebsd-10.2-release/sys/dev/sound/pci/hda/
H A Dhdac.c542 * Create a DMA tag
2038 hdac_unsol_alloc(device_t dev, device_t child, int tag) argument
2044 return (tag);
2048 hdac_unsol_free(device_t dev, device_t child, int tag) argument
/freebsd-10.2-release/contrib/gcclibs/libgomp/
H A DMakefile.in93 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
97 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
/freebsd-10.2-release/contrib/libstdc++/src/
H A DMakefile.in416 # 2) In general, libtool expects an argument such as `--tag=CXX' when
425 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
428 LTCXXCOMPILE = $(LIBTOOL) --tag CXX --mode=compile $(CXX) $(INCLUDES) \
439 CXXLINK = $(LIBTOOL) --tag CXX --mode=link $(CXX) \
/freebsd-10.2-release/contrib/libyaml/tests/
H A DMakefile.in107 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
111 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/freebsd-10.2-release/contrib/ntp/ntpdate/
H A DMakefile.in176 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
185 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
/freebsd-10.2-release/contrib/ntp/parseutil/
H A DMakefile.in173 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
182 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
/freebsd-10.2-release/contrib/ntp/adjtimed/
H A DMakefile.in177 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
186 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
/freebsd-10.2-release/contrib/ntp/clockstuff/
H A DMakefile.in173 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
182 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \

Completed in 328 milliseconds

<<21222324252627282930>>