Home
last modified time | relevance | path

Searched refs:lmap (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/compat/linux/common/
H A Dlinux_oldmmap.c82 struct linux_oldmmap lmap; in linux_sys_old_mmap() local
86 if ((error = copyin(SCARG(uap, lmp), &lmap, sizeof lmap))) in linux_sys_old_mmap()
89 if (lmap.lm_offset & PAGE_MASK) { in linux_sys_old_mmap()
90 DPRINTF(("old_mmap: 0x%x\n", lmap.lm_offset)); in linux_sys_old_mmap()
94 SCARG(&nlmap,addr) = lmap.lm_addr; in linux_sys_old_mmap()
95 SCARG(&nlmap,len) = lmap.lm_len; in linux_sys_old_mmap()
96 SCARG(&nlmap,prot) = lmap.lm_prot; in linux_sys_old_mmap()
97 SCARG(&nlmap,flags) = lmap.lm_flags; in linux_sys_old_mmap()
98 SCARG(&nlmap,fd) = lmap.lm_fd; in linux_sys_old_mmap()
99 SCARG(&nlmap,offset) = lmap.lm_offset; in linux_sys_old_mmap()
[all …]
/netbsd-src/sys/ufs/chfs/
H A Debh.c1529 ebh->lmap = kmem_alloc(ebh->peb_nr * sizeof(int), KM_SLEEP); in scan_media()
1532 ebh->lmap[i] = EBH_LEB_UNMAPPED; in scan_media()
1547 ebh->lmap[sleb->lnr] = sleb->pebnr; in scan_media()
1585 kmem_free(ebh->lmap, ebh->peb_nr * sizeof(int)); in scan_media()
1736 pebnr = ebh->lmap[lnr]; in ebh_read_leb()
1836 pebnr = ebh->lmap[lnr]; in ebh_write_leb()
1895 ebh->lmap[lnr] = pebnr; in ebh_write_leb()
1925 pebnr = ebh->lmap[lnr]; in ebh_erase_leb()
1934 ebh->lmap[lnr] = EBH_LEB_UNMAPPED; in ebh_erase_leb()
1979 ebh->lmap[ln in ebh_map_leb()
[all...]
H A Debh.h252 * @lmap: LEB to PEB mapping
277 int *lmap; member
H A Dchfs_build.c227 if (chmp->chm_ebh->lmap[i] < 0) { in chfs_build_filesystem()
H A Dchfs_scan.c441 dbg("scanned physical block: %d\n", chmp->chm_ebh->lmap[lnr]); in chfs_scan_eraseblock()
/netbsd-src/sys/dev/ic/
H A Dciss.c980 struct ciss_ldmap *lmap; in ciss_ldmap() local
984 lmap = sc->scratch; in ciss_ldmap()
985 lmap->size = htobe32(sc->maxunits * sizeof(lmap->map)); in ciss_ldmap()
986 total = sizeof(*lmap) + (sc->maxunits - 1) * sizeof(lmap->map); in ciss_ldmap()
990 ccb->ccb_data = lmap; in ciss_ldmap()
1011 lmap->map[0].tgt, lmap->map[0].tgt2)); in ciss_ldmap()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A DChangeLog-20191211 of "lmap" with a "foreach" loop.
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A DChangeLog-20191211 of "lmap" with a "foreach" loop.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git51279 [gdb/testsuite] Use set in lmap in gdb.dwarf2/dw2-abs-hi-pc.exp
51282 set sources [lmap i $sources { expr { "$srcdir/$subdir/$i" } }]
51287 set sources [lmap i $sources { set tmp $srcdir/$subdir/$i }]
53254 [gdb/testsuite] Add basic lmap for tcl < 8.6
53258 ERROR: invalid command name "lmap"
53260 "::gdb_tcl_unknown lmap i {dw2-abs-hi-pc.c dw2-abs-hi-pc-hello.c \
53264 Fix this by adding basic lmap support for tcl version < 8.6.
53273 set sources [lmap i $sources { string cat "${srcdir}/${subdir}/" $i }]
53279 set sources [lmap i $sources { expr { "$srcdir/$subdir/$i" } }]