/src/sys/sys/ |
agpio.h | 134 uint32_t physical; /* device specific (some devices member in struct:_agp_allocate
|
agpio.h | 134 uint32_t physical; /* device specific (some devices member in struct:_agp_allocate
|
dvdio.h | 81 struct dvd_physical physical; member in union:__anon32e35375010a
|
dvdio.h | 81 struct dvd_physical physical; member in union:__anon32e35375010a
|
/src/sys/arch/epoc32/epoc32/ |
machdep.c | 154 * Initialising the physical console so characters can be printed. 156 * Relocating the kernel to the bottom of physical memory 309 u_int logical, physical, size; local in function:initarm 316 physical = KERNEL_OFFSET; 318 size = dram[i].pages * PAGE_SIZE - physical; 322 KERNEL_BASE + logical, dram[i].address + physical, 326 physical += size; 328 if (physical >= dram[i].pages * PAGE_SIZE) { 331 physical = 0; 336 size = dram[i].pages * PAGE_SIZE - physical; [all...] |
machdep.c | 154 * Initialising the physical console so characters can be printed. 156 * Relocating the kernel to the bottom of physical memory 309 u_int logical, physical, size; local in function:initarm 316 physical = KERNEL_OFFSET; 318 size = dram[i].pages * PAGE_SIZE - physical; 322 KERNEL_BASE + logical, dram[i].address + physical, 326 physical += size; 328 if (physical >= dram[i].pages * PAGE_SIZE) { 331 physical = 0; 336 size = dram[i].pages * PAGE_SIZE - physical; [all...] |
/src/bin/ksh/ |
c_ksh.c | 22 int physical = Flag(FPHYSICAL); local in function:c_cd 37 physical = 0; 40 physical = 1; 114 if (physical) 148 if (!physical || !(pwd = get_phys_path(Xstring(xs, xp)))) 177 int physical = Flag(FPHYSICAL); local in function:c_pwd 183 physical = 0; 186 physical = 1; 198 p = current_wd[0] ? (physical ? get_phys_path(current_wd) : current_wd)
|
c_ksh.c | 22 int physical = Flag(FPHYSICAL); local in function:c_cd 37 physical = 0; 40 physical = 1; 114 if (physical) 148 if (!physical || !(pwd = get_phys_path(Xstring(xs, xp)))) 177 int physical = Flag(FPHYSICAL); local in function:c_pwd 183 physical = 0; 186 physical = 1; 198 p = current_wd[0] ? (physical ? get_phys_path(current_wd) : current_wd)
|
/src/sys/dev/pci/ |
agp.c | 926 alloc->physical = mem->am_physical; 1060 u_long physical; /* device specific (some devices member in struct:agpioctl::_agp_oallocate 1076 oaga->physical = (u_long)aga.physical;
|
agp.c | 926 alloc->physical = mem->am_physical; 1060 u_long physical; /* device specific (some devices member in struct:agpioctl::_agp_oallocate 1076 oaga->physical = (u_long)aga.physical;
|
/src/sys/arch/acorn32/stand/lib/ |
riscoscalls.h | 264 int physical; member in struct:page_info
|
riscoscalls.h | 264 int physical; member in struct:page_info
|
/src/sys/compat/netbsd32/ |
netbsd32_drm.c | 180 uint32_t offset; /**< Req. physical address (0 for SAREA) */ 181 uint32_t size; /**< Requested physical size (bytes) */ 606 uint32_t aperture_base; /* physical address */ 651 uint32_t physical; /**< Physical used by i810 */ member in struct:drm_agp_buffer32 672 req32.physical = req64.physical;
|
netbsd32_drm.c | 180 uint32_t offset; /**< Req. physical address (0 for SAREA) */ 181 uint32_t size; /**< Requested physical size (bytes) */ 606 uint32_t aperture_base; /* physical address */ 651 uint32_t physical; /**< Physical used by i810 */ member in struct:drm_agp_buffer32 672 req32.physical = req64.physical;
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_ioc32.c | 169 u32 offset; /* Requested physical address (0 for SAREA) */ 170 u32 size; /* Requested physical size (bytes) */ 645 u32 aperture_base; /* physical address */ 686 u32 physical; /**< Physical used by i810 */ member in struct:drm_agp_buffer32 708 req32.physical = request.physical;
|
drm_ioc32.c | 169 u32 offset; /* Requested physical address (0 for SAREA) */ 170 u32 size; /* Requested physical size (bytes) */ 645 u32 aperture_base; /* physical address */ 686 u32 physical; /**< Physical used by i810 */ member in struct:drm_agp_buffer32 708 req32.physical = request.physical;
|
/src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
i810_drm.h | 279 unsigned int physical; member in struct:_drm_i810_overlay_t
|
i810_drm.h | 279 unsigned int physical; member in struct:_drm_i810_overlay_t
|
drm.h | 246 unsigned long offset; /**< Requested physical address (0 for SAREA)*/ 247 unsigned long size; /**< Requested physical size (bytes) */ 571 unsigned long physical; /**< Physical used by i810 */ member in struct:drm_agp_buffer 595 unsigned long aperture_base; /* physical address */
|
drm.h | 246 unsigned long offset; /**< Requested physical address (0 for SAREA)*/ 247 unsigned long size; /**< Requested physical size (bytes) */ 571 unsigned long physical; /**< Physical used by i810 */ member in struct:drm_agp_buffer 595 unsigned long aperture_base; /* physical address */
|
/src/sys/external/bsd/drm/dist/shared-core/ |
drm.h | 278 unsigned long offset; /**< Requested physical address (0 for SAREA)*/ 279 unsigned long size; /**< Requested physical size (bytes) */ 600 unsigned long physical; /**< Physical used by i810 */ member in struct:drm_agp_buffer 624 unsigned long aperture_base; /**< physical address */
|
drm.h | 278 unsigned long offset; /**< Requested physical address (0 for SAREA)*/ 279 unsigned long size; /**< Requested physical size (bytes) */ 600 unsigned long physical; /**< Physical used by i810 */ member in struct:drm_agp_buffer 624 unsigned long aperture_base; /**< physical address */
|