Searched refs:mapped (Results 26 - 50 of 66) sorted by relevance

123

/freebsd-12-stable/usr.bin/tset/
H A Dmap.c189 mapped(const char *type) function
/freebsd-12-stable/lib/libc/net/
H A Dgethostbyht.c93 gethostent_p(struct hostent *he, struct hostent_data *hed, int mapped, argument
122 if (mapped) {
/freebsd-12-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-12-stable/contrib/ncurses/progs/
H A Dtic.c1050 char mapped[256]; local
1055 memset(mapped, 0, sizeof(mapped));
1061 mapped[UChar(p[0])] = p[1];
1064 if (mapped[UChar('I')] && !mapped[UChar('i')]) {
1069 if (!mapped[UChar(p[0])]) {
1358 * is mapped inconsistently.
H A Dtset.c522 mapped(const char *type) function
631 map:ttype = mapped(ttype);
/freebsd-12-stable/sys/amd64/vmm/amd/
H A Damdvi_hw.c1209 uint64_t mapped, *ptp, len; local
1218 mapped = 0;
1219 while (mapped < size) {
1220 len = amdvi_set_pt(ptp, level, gpa + mapped, hpa + mapped,
1227 mapped += len;
1230 return (mapped);
/freebsd-12-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-12-stable/contrib/jemalloc/src/
H A Dstats.c528 size_t page, pactive, pdirty, pmuzzy, mapped, retained; local
805 GET_AND_EMIT_MEM_STAT(mapped)
1071 size_t allocated, active, metadata, metadata_thp, resident, mapped, local
1081 CTL_GET("stats.mapped", &mapped, size_t);
1105 emitter_json_kv(emitter, "mapped", emitter_type_size, &mapped);
1109 "metadata: %zu (n_thp %zu), resident: %zu, mapped: %zu, "
1111 resident, mapped, retained);
H A Darena.c92 arena_stats_accum_zu(&astats->mapped, base_mapped
93 + arena_stats_read_zu(tsdn, &arena->stats, &arena->stats.mapped));
369 &arena->stats.mapped, mapped_add);
800 arena_stats_sub_zu(tsdn, &arena->stats, &arena->stats.mapped,
1085 * Destroy the base allocator, which manages all metadata ever mapped by
H A Dctl.c480 {NAME("mapped"), CTL(stats_arenas_i_mapped)},
531 {NAME("mapped"), CTL(stats_mapped)},
759 accum_atomic_zu(&sdstats->astats.mapped,
760 &astats->astats.mapped);
964 ctl_stats->mapped = atomic_load_zu(
965 &ctl_sarena->astats->astats.mapped, ATOMIC_RELAXED);
2643 CTL_RO_CGEN(config_stats, stats_mapped, ctl_stats->mapped, size_t)
2665 atomic_load_zu(&arenas_i(mib[2])->astats->astats.mapped, ATOMIC_RELAXED),
/freebsd-12-stable/sys/dev/bhnd/siba/
H A Dsibavar.h172 bool mapped; /**< if an irq has been mapped */ member in struct:siba_intr
174 rman_res_t irq; /**< the mapped bus irq, if any */
190 blocks mapped to the core's enumeration
214 struct bhnd_resource *cfg_res[SIBA_MAX_CFG]; /**< bus-mapped config block registers */
215 int cfg_rid[SIBA_MAX_CFG]; /**< bus-mapped config block resource IDs */
/freebsd-12-stable/sys/dev/gpio/
H A Dgpiobus.c413 /* Mark pin as mapped and give warning if it's already mapped. */
414 if (sc->sc_pins[pin].mapped) {
415 device_printf(bus, "warning: pin %d is already mapped\n", pin);
418 sc->sc_pins[pin].mapped = 1;
423 /* Release mapped pin */
438 if (!sc->sc_pins[pin].mapped) {
439 device_printf(bus, "pin %d is not mapped\n", pin);
442 sc->sc_pins[pin].mapped = 0;
H A Dofw_gpiobus.c271 sc->sc_pins[devi->pins[i]].mapped = 0;
/freebsd-12-stable/tools/tools/locale/tools/
H A Dfinalize62 TEMP4=${TMPDIR}/${1}.mapped
/freebsd-12-stable/sys/dev/sound/pci/
H A Des137x.c1710 int mapped, i, numplay, dac_cfg; local
1720 mapped = 0;
1723 if (mapped == 0) {
1729 mapped++;
1731 if (mapped == 0) {
1737 mapped++;
1739 if (mapped == 0) {
/freebsd-12-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c149 bool mapped; /**< true if a valid mapping exists */ member in struct:bhndb_pci_eio
150 bhnd_addr_t addr; /**< mapped address */
151 bhnd_size_t size; /**< mapped size */
174 const struct bhndb_regwin *m_win; /**< mapped register window, or NULL if no mapping */
175 struct resource *m_res; /**< resource containing the register window, or NULL if no window mapped */
176 bhnd_addr_t m_target; /**< base address mapped by m_win */
177 bhnd_addr_t m_addr; /**< mapped address */
178 bhnd_size_t m_size; /**< mapped size */
537 * If SPROM is mapped directly into BAR0, add child NVRAM
789 * mapped int
[all...]
/freebsd-12-stable/sys/powerpc/booke/
H A Dpmap.c1289 /* Get vm_page_t for mapped pte. */
1430 * Insert pv_entry into pv_list for mapped page if part of managed
1533 /* Get vm_page_t for mapped pte. */
1620 * Insert pv_entry into pv_list for mapped page if part of managed
1750 * kernsize is the size of the kernel that is actually mapped.
2571 * mapped at the given virtual address start. Each subsequent page is
2572 * mapped at a virtual address that is offset from start by the same
2575 * m_start that can be mapped at a virtual address less than the given
2577 * is mapped; only those for which a resident page exists with the
2578 * corresponding offset from m_start are mapped
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DMemory.inc89 // On platforms that have it, we can use MAP_ANON to get a memory-mapped
/freebsd-12-stable/sys/dev/iser/
H A Dicl_iser.h272 * @mapped: indicates if the descriptor is dma mapped
281 bool mapped; member in struct:iser_tx_desc
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h26 // are mapped on demand.
239 "%s %02zd (%6zd): mapped: %6zdK allocs: %7zd frees: %7zd inuse: %6zd "
270 Printf("Stats: SizeClassAllocator64: %zdM mapped (%zdM rss) in "
599 uptr mapped_free_array; // Bytes mapped for freearray.
602 uptr mapped_user; // Bytes mapped for user memory.
603 uptr mapped_meta; // Bytes mapped for metadata.
638 uptr mapped = address_range.Map(beg, size, name);
639 if (UNLIKELY(!mapped))
641 CHECK_EQ(beg, mapped);
757 // All necessary memory is mapped an
[all...]
H A Dsanitizer_common_syscalls.inc1281 // (*ctx) is actually a pointer to a kernel mapped page, and there are
/freebsd-12-stable/sys/vm/
H A Dvm_page.c544 vm_offset_t mapped; local
610 mapped = pmap_map(&vaddr, new_end, end,
612 bzero((void *)mapped, end - new_end);
613 uma_startup((void *)mapped, boot_pages);
618 mapped = pmap_map(&vaddr, new_end, end,
620 bzero((void *)mapped, end - new_end);
621 witness_startup((void *)mapped);
752 mapped = pmap_map(&vaddr, new_end, end,
754 vm_page_array = (vm_page_t)mapped;
3433 ("vm_page_free_prep: freeing mapped pag
[all...]
/freebsd-12-stable/contrib/binutils/bfd/
H A Dlibbfd.c870 w->i->mapped = 0;
H A Dlibbfd.h779 unsigned mapped : 1; /* 1 = mmap, 0 = malloc */
776 unsigned mapped : 1; /* 1 = mmap, 0 = malloc */ member in struct:_bfd_window_internal
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Dbuffer.c3032 void *mapped; local
3042 mapped = mmap(NULL, length + offset_leftover,
3052 if (mapped == MAP_FAILED) {
3056 seg->mapping = mapped;
3057 seg->contents = (char*)mapped+offset_leftover;

Completed in 372 milliseconds

123