/src/sys/arch/hpc/stand/hpcboot/ |
file.h | 55 virtual size_t realsize(void) { return size(); }; function in class:File 101 size_t realsize(void);
|
file_manager.cpp | 221 FileManager::realsize() function in class:FileManager
|
hpcboot.cpp | 152 sz = f._file->realsize();
|
load.cpp | 77 sz = _file->realsize();
|
/src/sys/kern/ |
core_elf32.c | 308 vsize_t size, realsize; local in function:ELFNAMEEND 318 realsize = us->realend - us->start; 322 while (realsize > 0) { 324 size_t slen = realsize > sizeof(buf) ? sizeof(buf) : realsize; 339 realsize -= slen; 348 realsize -= i * sizeof(buf[0]); 357 phdr.p_filesz = realsize;
|
/src/sys/dev/pcmcia/ |
pcmciavar.h | 62 bus_size_t realsize; /* how much we really allocated */ member in struct:pcmcia_mem_handle 148 #define pf_ccr_realsize pf_pcmh.realsize
|
/src/sys/arch/hpcmips/dev/ |
plumpcmcia.c | 358 bus_size_t realsize; local in function:plumpcmcia_chip_mem_alloc 361 realsize = ((size + (PLUM_PCMCIA_MEM_PAGESIZE - 1)) / 366 realsize, PLUM_PCMCIA_MEM_PAGESIZE, 376 pcmhp->realsize = realsize; 379 (unsigned)size, (unsigned)realsize, (unsigned)pcmhp->addr,
|
it8368.c | 498 pcmhp->realsize = size;
|
/src/sys/ufs/ffs/ |
ffs_alloc.c | 915 int realsize, 927 result = (*allocator)(ip, cg, pref, size, realsize, flags); 940 result = (*allocator)(ip, cg, 0, size, realsize, flags); 951 result = (*allocator)(ip, cg, 0, size, realsize, flags); 1051 ffs_alloccg(struct inode *ip, u_int cg, daddr_t bpref, int size, int realsize, 1085 blkno = ffs_alloccgblk(ip, bp, bpref, realsize, flags); 1095 if (realsize != 0 && realsize < size) { 1098 bp, blkno + ffs_numfrags(fs, realsize), 1099 (long)(size - realsize), false) [all...] |
/src/sys/arch/epoc32/dev/ |
etna.c | 322 pcmhp->realsize = size; 334 bus_space_unmap(pcmhp->memt, pcmhp->memh, pcmhp->realsize);
|
/src/sys/arch/arm/sa11x0/ |
sa11xx_pcic.c | 252 pmh->realsize = size;
|
/src/sys/arch/arm/xscale/ |
pxa2x0_pcic.c | 137 pmh->realsize = size;
|
/src/sys/arch/mips/alchemy/dev/ |
aupcmcia.c | 528 pcmh->size = pcmh->realsize = size;
|
/src/sys/arch/arm/imx/ |
imx_pcic.c | 154 pmh->realsize = size;
|
/src/sys/dev/sbus/ |
stp4020.c | 826 pcmhp->realsize = size; 851 pcmhp->realsize = STP4020_WINDOW_SIZE - card_addr;
|
/src/sys/arch/sparc/dev/ |
ts102.c | 569 pmh->realsize = size; /* nothing so far! */ 599 pmh->realsize = TS102_ARBITRARY_MAP_SIZE - addr;
|
/src/sys/arch/evbsh3/ap_ms104_sh4/ |
shpcmcia.c | 599 pmhp->realsize = size;
|
/src/sys/arch/arm/at91/ |
at91cf.c | 350 pmh->realsize = size;
|
/src/sys/arch/arm/ep93xx/ |
eppcic.c | 364 pmh->realsize = size;
|
/src/sys/arch/mmeye/dev/ |
mmeyepcmcia.c | 672 pcmhp->realsize = sizepg * MMEYEPCMCIA_MEM_PAGESIZE;
|
/src/sys/arch/hpcsh/dev/hd64465/ |
hd64465pcmcia.c | 516 pcmhp->realsize = size;
|
/src/sys/dev/ic/ |
tcic2.c | 768 pcmhp->realsize = sizepg * TCIC_MEM_PAGESIZE; 918 h->mem[win].size2 = tcic_log2((u_int)pcmhp->realsize) - TCIC_MEM_SHIFT;
|
i82365.c | 835 pcmhp->realsize = sizepg * PCIC_MEM_PAGESIZE;
|
/src/sys/dev/pci/ |
pccbb.c | 2499 "realsize 0x%lx\n", (unsigned long)addr, (unsigned long)size, 2506 pcmhp->realsize = sizepg * PCIC_MEM_PAGESIZE; 2528 rbus_space_free(sc->sc_rbus_memt, pcmhp->memh, pcmhp->realsize, NULL); 2530 bus_space_free(pcmhp->memt, pcmhp->memh, pcmhp->realsize);
|
/src/sys/arch/hpcsh/dev/hd64461/ |
hd64461pcmcia.c | 616 pcmhp->realsize = size;
|