Home
last modified time | relevance | path

Searched refs:mapped (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/openbsd-src/usr.bin/rsync/
H A Dids.c66 fl[i].st.gid = ids[j].mapped; in idents_assign_gid()
88 fl[i].st.uid = ids[j].mapped; in idents_assign_uid()
139 ids[i].mapped = ids[i].id; in idents_remap()
141 ids[i].mapped = ids[i].id; in idents_remap()
143 ids[i].mapped = id; in idents_remap()
146 ids[i].name, ids[i].id, ids[i].mapped); in idents_remap()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dbfdwin.c85 if (i->mapped) in bfd_free_window()
141 && (i->data == 0 || i->mapped == 1) in bfd_get_file_window()
196 i->mapped = 1; in bfd_get_file_window()
203 (unsigned long) i->data, (int) i->mapped); in bfd_get_file_window()
236 i->mapped = 0; in bfd_get_file_window()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dbfdwin.c86 if (i->mapped) in bfd_free_window()
142 && (i->data == 0 || i->mapped == 1) in bfd_get_file_window()
201 i->mapped = 1; in bfd_get_file_window()
208 (unsigned long) i->data, (int) i->mapped); in bfd_get_file_window()
241 i->mapped = 0; in bfd_get_file_window()
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/
H A Dagrave10 Open E<agrave> la shell. Previous versions mapped it wrong.
15 Open a\*` la shell. Previous versions mapped it wrong.
/openbsd-src/sys/dev/pci/
H A Dpuc.c174 sc->sc_bar_mappings[i].mapped = 0; in puc_pci_attach()
179 sc->sc_bar_mappings[i].mapped = (pci_mapreg_map(pa, bar, type, in puc_pci_attach()
183 if (sc->sc_bar_mappings[i].mapped) { in puc_pci_attach()
193 * bus space is already mapped. In that case, we try in puc_pci_attach()
206 sc->sc_bar_mappings[i].mapped = 1; in puc_pci_attach()
241 /* make sure the base address register is mapped */ in puc_common_attach()
243 if (!sc->sc_bar_mappings[bar].mapped) { in puc_common_attach()
299 if (psc->sc_bar_mappings[i].mapped) in puc_pci_detach()
H A Dvga_pcivar.h44 u_int mapped; member
H A Dpucvar.h109 int mapped; member
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBMemoryRegionInfo.cpp28 bool mapped, bool stack_memory) in SBMemoryRegionInfo() argument
30 LLDB_INSTRUMENT_VA(this, name, begin, end, permissions, mapped, stack_memory); in SBMemoryRegionInfo()
35 m_opaque_up->SetMapped(mapped ? MemoryRegionInfo::eYes in SBMemoryRegionInfo()
/openbsd-src/lib/libcurses/
H A DCaps-ncurses173 #key_smap_in1 kmpf1 str Kv - - ----K special mapped key 1 input
174 #key_smap_out1 kmpt1 str KV - - ----K special mapped key 1 output
175 #key_smap_in2 kmpf2 str Kw - - ----K special mapped key 2 input
176 #key_smap_out2 kmpt2 str KW - - ----K special mapped key 2 output
177 #key_smap_in3 kmpf3 str Kx - - ----K special mapped key 3 input
178 #key_smap_out3 kmpt3 str KX - - ----K special mapped key 3 output
179 #key_smap_in4 kmpf4 str Ky - - ----K special mapped key 4 input
180 #key_smap_out4 kmpt4 str KY - - ----K special mapped key 4 output
181 #key_smap_in5 kmpf5 str Kz - - ----K special mapped key 5 input
182 #key_smap_out5 kmpt5 str KZ - - ----K special mapped key 5 output
[all …]
/openbsd-src/sys/dev/cardbus/
H A Dpuc_cardbus.c104 sc->sc_bar_mappings[i].mapped = 0; in puc_cardbus_attach()
109 if (!(sc->sc_bar_mappings[i].mapped = !Cardbus_mapreg_map(ct, in puc_cardbus_attach()
184 if (psc->sc_bar_mappings[i].mapped) in puc_cardbus_detach()
/openbsd-src/gnu/usr.bin/perl/
H A Dmakedef.pl1176 my (%mapped, @missing);
1178 /^\s*[\da-f:]+\s+(\w+)/i and $mapped{$1}++ foreach <MAP>;
1181 @missing = grep { !exists $mapped{$_} }
/openbsd-src/usr.bin/vi/vi/
H A Dvi.c70 int comcount, mapped, rval; in vi() local
119 mapped = 1; in vi()
123 mapped = 0; in vi()
152 switch (v_cmd(sp, DOT, vp, NULL, &comcount, &mapped)) { in vi()
206 v_motion(sp, DOTMOTION, vp, &mapped)) { in vi()
281 if (F_ISSET(vp, V_DOT) && !mapped) { in vi()
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dgrep.t17 my @mapped = map {scalar @$_} @lol;
18 cmp_ok("@mapped", 'eq', "3 0 3", 'map scalar list of list');
24 @grepped = grep { $_ } @mapped;
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h30 OptionalBool mapped, ConstString name, in MemoryRegionInfo() argument
34 m_shared(shared), m_mapped(mapped), m_name(name), m_flash(flash), in MemoryRegionInfo()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBMemoryRegionInfo.i24 lldb::addr_t end, uint32_t permissions, bool mapped, bool stack_memory);
/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/
H A Dsymtab.h53 mapped:1, /* This symbol was mapped to another name. */ member
/openbsd-src/gnu/usr.bin/binutils/gprof/
H A Dsymtab.h53 mapped:1, /* This symbol was mapped to another name. */ member
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBMemoryRegionInfo.h24 uint32_t permissions, bool mapped,
/openbsd-src/gnu/usr.bin/binutils/gdb/osf-share/
H A Dcma_stack_int.h73 } mapped; member
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/scripttempl/
H A Dtic4xcoff.sc1 # In microcomputer (MC) mode, the vectors are mapped into the on-chip ROM,
2 # otherwise in microprocessor (MP) mode the vectors are mapped to address 0
/openbsd-src/gnu/usr.bin/binutils/ld/scripttempl/
H A Dtic4xcoff.sc1 # In microcomputer (MC) mode, the vectors are mapped into the on-chip ROM,
2 # otherwise in microprocessor (MP) mode the vectors are mapped to address 0
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dsymbols.rst17 - File mapped UUID paths
38 strings. Each string represents a directory that contains file mapped
42 look in any file mapped UUID directories for a quick match.
267 file, it will first look in any file mapped UUID directories for a quick match
281 The last entries in these file mapped directories are symlinks to the actual
306 script, enabling the file mapped path setting so that already downloaded dSYMS
/openbsd-src/gnu/llvm/llvm/docs/GlobalISel/
H A DInstructionSelect.rst72 Custom SDNodes should be mapped to Target Pseudos using ``GINodeEquiv``. This
83 ``GIComplexOperandMatcher`` and mapped to ComplexPattern with
/openbsd-src/usr.bin/tic/
H A Ddump_entry.c1788 char mapped[256]; in repair_acsc() local
1808 memset(mapped, 0, sizeof(mapped)); in repair_acsc()
1812 mapped[source] = (char) target; in repair_acsc()
1818 for (n = m = 0; n < sizeof(mapped); n++) { in repair_acsc()
1819 if (mapped[n]) { in repair_acsc()
1821 acs_chars[m++] = mapped[n]; in repair_acsc()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcppfiles.c98 unsigned char mapped; /* file buffer is mmapped */ member
416 inc->mapped = 0;
431 inc->mapped = 1;
510 if (inc->mapped)

12345678910>>...12