Searched refs:mapped (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-10-stable/usr.bin/tset/
H A Dextern.h43 const char *mapped(const char *);
H A Dterm.c90 map: ttype = mapped(ttype);
H A Dmap.c186 mapped(const char *type) function
/freebsd-10-stable/sys/fs/msdosfs/
H A Dmsdosfs_fileno.c107 uint32_t mapped; local
120 mapped = mf->mf_fileno32;
122 return (mapped);
131 mapped = tmf->mf_fileno32;
134 return (mapped);
137 mapped = mf->mf_fileno32 = pmp->pm_nfileno++;
140 return (mapped);
/freebsd-10-stable/contrib/binutils/bfd/
H A Dbfdwin.c1 /* Support for memory-mapped windows into a BFD.
46 /* The idea behind the next and refcount fields is that one mapped
59 . unsigned mapped : 1; {* 1 = mmap, 0 = malloc *}
86 if (i->mapped)
142 && (i->data == 0 || i->mapped == 1)
201 i->mapped = 1;
207 fprintf (stderr, _("not mapping: data=%lx mapped=%d\n"),
208 (unsigned long) i->data, (int) i->mapped);
241 i->mapped = 0;
/freebsd-10-stable/sys/amd64/vmm/io/
H A Diommu.c259 uint64_t mapped, remaining; local
264 mapped = IOMMU_CREATE_MAPPING(dom, gpa, hpa, remaining);
265 gpa += mapped;
266 hpa += mapped;
267 remaining -= mapped;
/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dstats.h86 /* Number of bytes currently mapped. */
87 size_t mapped; member in struct:arena_stats_s
H A Dctl.h54 size_t mapped; member in struct:ctl_stats_s
/freebsd-10-stable/contrib/groff/src/utils/afmtodit/
H A Dafmtodit.pl6235 # The PostScript character "space" is automatically mapped
6268 my %mapped;
6278 if (defined $mapped{$map{$ch, $j}}) {
6279 warn "both $mapped{$map{$ch, $j}} and $ch " .
6283 $mapped{$map{$ch, $j}} = $ch;
6372 # character string to which the glyph name is mapped.
6385 if (defined $mapped{$u}) {
6386 warn "both $mapped{$u} and $ch map to $u";
6389 $mapped{$u} = $ch;
/freebsd-10-stable/contrib/ncurses/include/
H A DCaps.osf1r5502 key_smap_in1 kmpf1 str Kv - - ----K special mapped key 1 input
503 key_smap_out1 kmpt1 str KV - - ----K special mapped key 1 output
504 key_smap_in2 kmpf2 str Kw - - ----K special mapped key 2 input
505 key_smap_out2 kmpt2 str KW - - ----K special mapped key 2 output
506 key_smap_in3 kmpf3 str Kx - - ----K special mapped key 3 input
507 key_smap_out3 kmpt3 str KX - - ----K special mapped key 3 output
508 key_smap_in4 kmpf4 str Ky - - ----K special mapped key 4 input
509 key_smap_out4 kmpt4 str KY - - ----K special mapped key 4 output
510 key_smap_in5 kmpf5 str Kz - - ----K special mapped key 5 input
511 key_smap_out5 kmpt5 str KZ - - ----K special mapped ke
[all...]
H A DCaps.aix4535 key_smap_in1 kmpf1 str Kv - - ----K special mapped key 1 input
536 key_smap_out1 kmpt1 str KV - - ----K special mapped key 1 output
537 key_smap_in2 kmpf2 str Kw - - ----K special mapped key 2 input
538 key_smap_out2 kmpt2 str KW - - ----K special mapped key 2 output
539 key_smap_in3 kmpf3 str Kx - - ----K special mapped key 3 input
540 key_smap_out3 kmpt3 str KX - - ----K special mapped key 3 output
541 key_smap_in4 kmpf4 str Ky - - ----K special mapped key 4 input
542 key_smap_out4 kmpt4 str KY - - ----K special mapped key 4 output
543 key_smap_in5 kmpf5 str Kz - - ----K special mapped key 5 input
544 key_smap_out5 kmpt5 str KZ - - ----K special mapped ke
[all...]
/freebsd-10-stable/contrib/jemalloc/src/
H A Dstats.c210 size_t page, pactive, pdirty, mapped; local
259 CTL_I_GET("stats.arenas.0.mapped", &mapped, size_t);
260 malloc_cprintf(write_cb, cbopaque, "mapped: %12zu\n", mapped);
458 size_t allocated, active, mapped; local
467 CTL_GET("stats.mapped", &mapped, size_t);
469 "Allocated: %zu, active: %zu, mapped: %zu\n",
470 allocated, active, mapped);
[all...]
/freebsd-10-stable/contrib/ncurses/progs/
H A Ddump_entry.c1235 char mapped[256]; local
1252 memset(mapped, 0, sizeof(mapped));
1256 mapped[source] = (char) target;
1262 for (n = m = 0; n < sizeof(mapped); n++) {
1263 if (mapped[n]) {
1265 acs_chars[m++] = mapped[n];
H A Dtic.c826 char mapped[256]; local
831 memset(mapped, 0, sizeof(mapped));
837 mapped[UChar(p[0])] = p[1];
840 if (mapped[UChar('I')] && !mapped[UChar('i')]) {
845 if (!mapped[UChar(p[0])]) {
929 * is mapped inconsistently.
/freebsd-10-stable/sys/arm/mv/
H A Dmv_localbus.c70 uint8_t mapped; /* device memory has mapping */ member in struct:localbus_bank
197 if (!(sc->sc_banks[bank].mapped)) {
214 /* Check if enough amount of memory is mapped */
486 localbus_banks[bank].mapped = 1;
/freebsd-10-stable/sys/dev/sound/pci/
H A Daureal.c557 int i, j, mapped = 0; local
594 mapped++;
597 if (bootverbose) printf("%s\n", mapped? "ok" : "failed");
599 if (mapped) j++;
H A Dfm801.c579 int mapped = 0; local
587 for (i = 0; (mapped == 0) && (i < PCI_MAXMAPS_0); i++) {
604 mapped++;
608 if (mapped == 0) {
H A Des137x.c1708 int mapped, i, numplay, dac_cfg; local
1718 mapped = 0;
1721 if (mapped == 0) {
1727 mapped++;
1729 if (mapped == 0) {
1735 mapped++;
1737 if (mapped == 0) {
/freebsd-10-stable/libexec/rtld-elf/ia64/
H A Dreloc.c102 alloc_fptrs(Obj_Entry *obj, bool mapped) argument
113 if (mapped) {
132 free_fptrs(Obj_Entry *obj, bool mapped) argument
142 if (mapped)
393 * Release temporarily mapped fptrs if relocating
/freebsd-10-stable/lib/libc/net/
H A Dgethostbyht.c91 gethostent_p(struct hostent *he, struct hostent_data *hed, int mapped, argument
120 if (mapped) {
/freebsd-10-stable/contrib/nvi/vi/
H A Dvi.c71 int comcount, mapped, rval; local
119 mapped = 1;
123 mapped = 0;
146 * Vi historically flushed mapped characters on error, but
152 switch (v_cmd(sp, DOT, vp, NULL, &comcount, &mapped)) {
204 v_motion(sp, DOTMOTION, vp, &mapped)) {
275 * Historically, commands which used mapped keys did not
279 if (F_ISSET(vp, V_DOT) && !mapped) {
354 "110|Vi command failed: mapped keys discarded");
365 "231|Interrupted: mapped key
[all...]
/freebsd-10-stable/sys/powerpc/booke/
H A Dpmap.c858 /* Get vm_page_t for mapped pte. */
934 * Insert pv_entry into pv_list for mapped page if part of managed
1026 * kernsize is the size of the kernel that is actually mapped.
1774 * mapped at the given virtual address start. Each subsequent page is
1775 * mapped at a virtual address that is offset from start by the same
1778 * m_start that can be mapped at a virtual address less than the given
1780 * is mapped; only those for which a resident page exists with the
1781 * corresponding offset from m_start are mapped.
2674 * Return a pointer to where it is mapped. This routine is intended to be used
2714 * device mapping area about VM_MAX_KERNEL_ADDRESS. These mapped
3078 vm_size_t mapped, pgsz, base, mask; local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp351 Value *mapped = VMap->lookup(V); local
352 if (mapped && LineTable.getLine(mapped, Line))
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dticket.c511 krb5_const_principal mapped,
582 mapped,
595 if (krb5_principal_compare(context, requested, mapped) == FALSE) {
508 check_client_referral(krb5_context context, krb5_kdc_rep *rep, krb5_const_principal requested, krb5_const_principal mapped, krb5_keyblock const * key) argument
/freebsd-10-stable/share/syscons/fonts/
H A DINDEX.fonts325 iso04-vga9-8x16.fnt:en:ISO-8859-4 Baltic (VGA 9bit mapped), 8x16
328 iso04-vga9-wide-8x16.fnt:en:ISO-8859-4 Baltic wide (VGA 9bit mapped), 8x16
331 iso04-vga9-8x14.fnt:en:ISO-8859-4 Baltic (VGA 9bit mapped), 8x14
334 iso04-vga9-8x8.fnt:en:ISO-8859-4 Baltic (VGA 9bit mapped), 8x8

Completed in 237 milliseconds

12