Home
last modified time | relevance | path

Searched refs:newtag (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/sys/arch/mips/fdt/
H A Dfdt_dma_machdep.c54 bus_dma_tag_t newtag; in fdtbus_dma_tag_create() local
67 &newtag, 0); in fdtbus_dma_tag_create()
70 return newtag; in fdtbus_dma_tag_create()
/netbsd-src/sys/arch/mips/mips/
H A Dbus_dma.c1335 bus_addr_t max_addr, bus_dma_tag_t *newtag, int flags)
1345 *newtag = tag; in _bus_dmatag_subregion()
1352 if ((*newtag = kmem_alloc(sizeof(struct mips_bus_dma_tag), in _bus_dmatag_subregion()
1356 **newtag = *tag; in _bus_dmatag_subregion()
1357 (*newtag)->_tag_needs_free = 1; in _bus_dmatag_subregion()
1360 (*newtag)->_bounce_thresh = max_addr; in _bus_dmatag_subregion()
1362 (*newtag)->_bounce_alloc_hi = max_addr; in _bus_dmatag_subregion()
1364 (*newtag)->_bounce_alloc_lo = min_addr; in _bus_dmatag_subregion()
1365 (*newtag)->_wbase += in _bus_dmatag_subregion()
1366 (*newtag) in _bus_dmatag_subregion()
1338 _bus_dmatag_subregion(bus_dma_tag_t tag,bus_addr_t min_addr,bus_addr_t max_addr,bus_dma_tag_t * newtag,int flags) _bus_dmatag_subregion() argument
[all...]
/netbsd-src/sys/arch/x86/x86/
H A Dbus_dma.c172 bus_addr_t max_addr, bus_dma_tag_t *newtag, int flags);
1329 bus_addr_t max_addr, bus_dma_tag_t *newtag, int flags) in _bus_dmatag_subregion() argument
1335 *newtag = tag; in _bus_dmatag_subregion()
1342 if ((*newtag = malloc(sizeof(struct x86_bus_dma_tag), M_DMAMAP, in _bus_dmatag_subregion()
1346 **newtag = *tag; in _bus_dmatag_subregion()
1347 (*newtag)->_tag_needs_free = 1; in _bus_dmatag_subregion()
1350 (*newtag)->_bounce_thresh = max_addr; in _bus_dmatag_subregion()
1352 (*newtag)->_bounce_alloc_hi = max_addr; in _bus_dmatag_subregion()
1354 (*newtag)->_bounce_alloc_lo = min_addr; in _bus_dmatag_subregion()
1628 bus_addr_t max_addr, bus_dma_tag_t *newtag, int flags) in bus_dmatag_subregion() argument
[all …]
/netbsd-src/sys/arch/riscv/riscv/
H A Dbus_dma.c1816 bus_addr_t max_addr, bus_dma_tag_t *newtag, int flags) in _bus_dmatag_subregion()
1847 *newtag = tag; in _bus_dmatag_subregion()
1855 if ((*newtag = kmem_intr_zalloc(tagsize, in _bus_dmatag_subregion()
1859 dr = (void *)(*newtag + 1); in _bus_dmatag_subregion()
1860 **newtag = *tag; in _bus_dmatag_subregion()
1861 (*newtag)->_tag_needs_free = 1; in _bus_dmatag_subregion()
1862 (*newtag)->_ranges = dr; in _bus_dmatag_subregion()
1863 (*newtag)->_nranges = nranges; in _bus_dmatag_subregion()
1813 _bus_dmatag_subregion(bus_dma_tag_t tag,bus_addr_t min_addr,bus_addr_t max_addr,bus_dma_tag_t * newtag,int flags) _bus_dmatag_subregion() argument
/netbsd-src/sys/arch/arm/arm32/
H A Dbus_dma.c1914 bus_addr_t max_addr, bus_dma_tag_t *newtag, int flags) in _bus_dmatag_subregion()
1945 *newtag = tag; in _bus_dmatag_subregion()
1953 if ((*newtag = kmem_intr_zalloc(tagsize, in _bus_dmatag_subregion()
1957 dr = (void *)(*newtag + 1); in _bus_dmatag_subregion()
1958 **newtag = *tag; in _bus_dmatag_subregion()
1959 (*newtag)->_tag_needs_free = 1; in _bus_dmatag_subregion()
1960 (*newtag)->_ranges = dr; in _bus_dmatag_subregion()
1961 (*newtag)->_nranges = nranges; in _bus_dmatag_subregion()
1905 _bus_dmatag_subregion(bus_dma_tag_t tag,bus_addr_t min_addr,bus_addr_t max_addr,bus_dma_tag_t * newtag,int flags) _bus_dmatag_subregion() argument
/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfig_file.c2166 char* newtag; in config_add_tag() local
2172 newtag = strdup(tag); in config_add_tag()
2173 if(!newtag) { in config_add_tag()
2181 newarray[cfg->num_tags++] = newtag; in config_add_tag()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Darm.cc10976 int newtag, in tag_cpu_arch_combine() argument
11119 if (oldtag > elfcpp::MAX_TAG_CPU_ARCH || newtag > elfcpp::MAX_TAG_CPU_ARCH) in tag_cpu_arch_combine()
11134 if ((newtag == T(V6_M) && secondary_compat == T(V4T)) in tag_cpu_arch_combine()
11135 || (newtag == T(V4T) && secondary_compat == T(V6_M))) in tag_cpu_arch_combine()
11136 newtag = T(V4T_PLUS_V6_M); in tag_cpu_arch_combine()
11139 int tagh = std::max(oldtag, newtag); in tag_cpu_arch_combine()
11143 int tagl = std::min(oldtag, newtag); in tag_cpu_arch_combine()
11159 name, oldtag, newtag); in tag_cpu_arch_combine()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Darm.cc10976 int newtag, in tag_cpu_arch_combine() argument
11119 if (oldtag > elfcpp::MAX_TAG_CPU_ARCH || newtag > elfcpp::MAX_TAG_CPU_ARCH) in tag_cpu_arch_combine()
11134 if ((newtag == T(V6_M) && secondary_compat == T(V4T)) in tag_cpu_arch_combine()
11135 || (newtag == T(V4T) && secondary_compat == T(V6_M))) in tag_cpu_arch_combine()
11136 newtag = T(V4T_PLUS_V6_M); in tag_cpu_arch_combine()
11139 int tagh = std::max(oldtag, newtag); in tag_cpu_arch_combine()
11143 int tagl = std::min(oldtag, newtag); in tag_cpu_arch_combine()
11159 name, oldtag, newtag); in tag_cpu_arch_combine()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc12168 tree newtag = tsubst (t, args, tf_error, NULL_TREE); in instantiate_class_template_1() local
12171 if (newtag == error_mark_node) in instantiate_class_template_1()
12174 if (TREE_CODE (newtag) != ENUMERAL_TYPE) in instantiate_class_template_1()
12189 CLASSTYPE_USE_TEMPLATE (newtag) = 0; in instantiate_class_template_1()
12194 set_identifier_type_value (name, TYPE_NAME (newtag)); in instantiate_class_template_1()
12195 maybe_add_class_template_decl_list (type, newtag, false); in instantiate_class_template_1()
12196 TREE_PUBLIC (TYPE_NAME (newtag)) = true; in instantiate_class_template_1()
12197 determine_visibility (TYPE_NAME (newtag)); in instantiate_class_template_1()
27174 tsubst_enum (tree tag, tree newtag, tree args) in tsubst_enum() argument
27178 if (SCOPED_ENUM_P (newtag)) in tsubst_enum()
[all …]
H A DChangeLog-19985709 * pt.c (instantiate_class_template): Remove unused variable newtag;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c11795 tree newtag; in instantiate_class_template_1() local
11809 newtag = tsubst (t, args, tf_error, NULL_TREE); in instantiate_class_template_1()
11812 if (newtag == error_mark_node) in instantiate_class_template_1()
11815 if (TREE_CODE (newtag) != ENUMERAL_TYPE) in instantiate_class_template_1()
11830 CLASSTYPE_USE_TEMPLATE (newtag) = 0; in instantiate_class_template_1()
11838 SET_IDENTIFIER_TYPE_VALUE (name, newtag); in instantiate_class_template_1()
11839 pushtag (name, newtag, /*tag_scope=*/ts_current); in instantiate_class_template_1()
26322 tsubst_enum (tree tag, tree newtag, tree args) in tsubst_enum() argument
26326 if (SCOPED_ENUM_P (newtag)) in tsubst_enum()
26327 begin_scope (sk_scoped_enum, newtag); in tsubst_enum()
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-arm.c14124 int newtag, int secondary_compat, const char* name_table[]) in tag_cpu_arch_combine() argument
14401 if (oldtag > MAX_TAG_CPU_ARCH || newtag > MAX_TAG_CPU_ARCH) in tag_cpu_arch_combine()
14416 if ((newtag == T(V6_M) && secondary_compat == T(V4T)) in tag_cpu_arch_combine()
14417 || (newtag == T(V4T) && secondary_compat == T(V6_M))) in tag_cpu_arch_combine()
14418 newtag = T(V4T_PLUS_V6_M); in tag_cpu_arch_combine()
14420 tagl = (oldtag < newtag) ? oldtag : newtag; in tag_cpu_arch_combine()
14421 result = tagh = (oldtag > newtag) ? oldtag : newtag; in tag_cpu_arch_combine()
14442 name_table[oldtag], name_table[newtag], ibfd); in tag_cpu_arch_combine()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-arm.c14115 int newtag, int secondary_compat) in tag_cpu_arch_combine() argument
14392 if (oldtag > MAX_TAG_CPU_ARCH || newtag > MAX_TAG_CPU_ARCH) in tag_cpu_arch_combine()
14407 if ((newtag == T(V6_M) && secondary_compat == T(V4T)) in tag_cpu_arch_combine()
14408 || (newtag == T(V4T) && secondary_compat == T(V6_M))) in tag_cpu_arch_combine()
14409 newtag = T(V4T_PLUS_V6_M); in tag_cpu_arch_combine()
14411 tagl = (oldtag < newtag) ? oldtag : newtag; in tag_cpu_arch_combine()
14412 result = tagh = (oldtag > newtag) ? oldtag : newtag; in tag_cpu_arch_combine()
14433 ibfd, oldtag, newtag); in tag_cpu_arch_combine()
/netbsd-src/external/gpl2/xcvs/dist/
H A DFAQ284 because "rtag -r <oldtag> <newtag>" applies <newtag> to the same
3954 cvs rtag -b -r <oldtag> <newtag> <module>
3957 <newtag> must have a different name.)
3963 cvs tag -b <newtag> .
3967 cvs update -r <newtag>
3969 You can't delete <oldtag> before adding <newtag>, and I would not
5662 First, pick a <newtag> that is not in use. You could reuse (i.e. move)
5667 Use "rtag" to place <newtag> only on revisions attached to <oldtag> in
5670 cvs rtag -r <oldtag> <newtag> world
5678 cvs tag <newtag>