/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_nv04_fbcon.c | 69 if (info->fix.visual == FB_VISUAL_TRUECOLOR || 70 info->fix.visual == FB_VISUAL_DIRECTCOLOR) 100 if (info->fix.visual == FB_VISUAL_TRUECOLOR || 101 info->fix.visual == FB_VISUAL_DIRECTCOLOR) { 220 OUT_RING(chan, info->fix.line_length | (info->fix.line_length << 16)); 221 OUT_RING(chan, info->fix.smem_start - dev->mode_config.fb_base); 222 OUT_RING(chan, info->fix.smem_start - dev->mode_config.fb_base);
|
nouveau_nv50_fbcon.c | 52 if (info->fix.visual == FB_VISUAL_TRUECOLOR || 53 info->fix.visual == FB_VISUAL_DIRECTCOLOR) 117 if (info->fix.visual == FB_VISUAL_TRUECOLOR || 118 info->fix.visual == FB_VISUAL_DIRECTCOLOR) { 245 OUT_RING(chan, info->fix.line_length); 254 OUT_RING(chan, info->fix.line_length);
|
nouveau_nvc0_fbcon.c | 52 if (info->fix.visual == FB_VISUAL_TRUECOLOR || 53 info->fix.visual == FB_VISUAL_DIRECTCOLOR) 117 if (info->fix.visual == FB_VISUAL_TRUECOLOR || 118 info->fix.visual == FB_VISUAL_DIRECTCOLOR) { 245 OUT_RING (chan, info->fix.line_length); 256 OUT_RING (chan, info->fix.line_length);
|
/src/ |
Makefile | 195 postinstall-fix: .NOTMAIN .PHONY 197 ${_POSTINSTALL_ENV} ${HOST_SH} ${_POSTINSTALL} -s ${.CURDIR} ${_POSTINSTALL_X11} -d ${DESTDIR:C/^\/$//}/ fix 200 postinstall-fix-obsolete: .NOTMAIN .PHONY 202 ${_POSTINSTALL_ENV} ${HOST_SH} ${_POSTINSTALL} -s ${.CURDIR} ${_POSTINSTALL_X11} -d ${DESTDIR:C/^\/$//}/ fix obsolete 205 postinstall-fix-obsolete_stand: .NOTMAIN .PHONY 207 ${_POSTINSTALL_ENV} ${HOST_SH} ${_POSTINSTALL} -s ${.CURDIR} ${_POSTINSTALL_X11} -d ${DESTDIR:C/^\/$//}/ fix obsolete_stand 208 ${_POSTINSTALL_ENV} ${HOST_SH} ${_POSTINSTALL} -s ${.CURDIR} ${_POSTINSTALL_X11} -d ${DESTDIR:C/^\/$//}/ fix obsolete_stand_debug 321 ${MAKEDIRTARGET} . postinstall-fix-obsolete 322 ${MAKEDIRTARGET} . postinstall-fix-obsolete_stand
|
/src/usr.sbin/npf/npfd/ |
npfd_log.c | 159 goto fix; 161 goto fix; 163 goto fix; 167 goto fix; 171 fix:
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_fb.c | 245 ((dst_y1 + par->fb_y) * info->fix.line_length + 251 src_ptr += info->fix.line_length; 345 y1 = min / info->fix.line_length; 346 y2 = (max / info->fix.line_length) + 1; 700 strcpy(info->fix.id, "svgadrmfb"); 701 info->fix.type = FB_TYPE_PACKED_PIXELS; 702 info->fix.visual = FB_VISUAL_TRUECOLOR; 703 info->fix.type_aux = 0; 704 info->fix.xpanstep = 1; /* doing it in hw */ 705 info->fix.ypanstep = 1; /* doing it in hw * [all...] |
/src/common/lib/libc/arch/sparc/gen/ |
mul.S | 102 ! We fix that here. 108 ! %o0 was indeed negative; fix upper 32 bits of result by subtracting
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
ast2500-facebook-netbmc-common.dtsi | 13 * Update reset type to "system" (full chip) to fix warm reboot hang issue
|
/src/usr.bin/make/unit-tests/ |
deptgt-silent-jobs.mk | 7 # In job.c 1.83 from 2003.12.20.00.18.22, in an attempt to fix
|
/src/etc/rc.d/ |
sshd | 31 To fix, follow the "Adding entropy" section in the entropy(7)
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_fb_helper.c | 704 y1 = min / info->fix.line_length; 705 y2 = min_t(u32, DIV_ROUND_UP(max, info->fix.line_length), 1135 if (info->fix.visual == FB_VISUAL_TRUECOLOR) 1667 info->fix.type = FB_TYPE_PACKED_PIXELS; 1668 info->fix.visual = depth == 8 ? FB_VISUAL_PSEUDOCOLOR : 1670 info->fix.mmio_start = 0; 1671 info->fix.mmio_len = 0; 1672 info->fix.type_aux = 0; 1673 info->fix.xpanstep = 1; /* doing it in hw */ 1674 info->fix.ypanstep = 1; /* doing it in hw * [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_fb.c | 290 info->fix.smem_start = adev->gmc.aper_base + tmp; 291 info->fix.smem_len = amdgpu_bo_size(abo); 308 DRM_INFO("fb mappable at 0x%lX\n", info->fix.smem_start);
|
/src/sys/arch/hppa/stand/common/ |
milli_tiny.S | 51 addc %r26,%r26,%r29 ; fix quotient 94 addl %r1,%r25,%r1 ; fix remainder
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/ |
qoriq-qman-portals.dtsi | 16 * bootloader fix-ups are expected to provide the
|
/src/sys/conf/ |
copts.mk | 5 # Use -Wno-error=foo when the ultimate goal is to fix this warning
|
/src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/allwinner/ |
sun20i-d1-dongshan-nezha-stu.dts | 47 * yet supported, so fix the regulator to its default voltage.
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_fb.c | 316 info->fix.smem_start = rdev->mc.aper_base + tmp; 317 info->fix.smem_len = radeon_bo_size(rbo); 334 DRM_INFO("fb mappable at 0x%lX\n", info->fix.smem_start);
|
/src/sbin/fsck_ext2fs/ |
dir.c | 202 long size, blksiz, fix, dploc; local in function:fsck_readdir 213 fix = dofix(idesc, "DIRECTORY CORRUPTED"); 221 if (fix) 244 fix = dofix(idesc, "DIRECTORY CORRUPTED"); 248 if (fix) 499 * fix an entry in a directory.
|
/src/sbin/fsck_lfs/ |
dir.c | 179 long size, blksiz, fix, dploc; local in function:fsck_readdir 191 fix = dofix(idesc, "DIRECTORY CORRUPTED"); 201 if (fix) 231 fix = dofix(idesc, "DIRECTORY CORRUPTED"); 235 if (fix) 529 * fix an entry in a directory.
|
/src/sbin/fsck_ffs/ |
dir.c | 247 long size, blksiz, fix, dploc; local in function:fsck_readdir 258 fix = dofix(idesc, "DIRECTORY CORRUPTED"); 266 if (fix) 291 fix = dofix(idesc, "DIRECTORY CORRUPTED"); 295 if (fix) 688 * fix an entry in a directory.
|
/src/tools/gcc/ |
Makefile | 56 COMMON_CONFIGURE_ARGS+= --enable-fix-cortex-a53-835769 \ 57 --enable-fix-cortex-a53-843419
|
/src/sbin/fdisk/ |
fdisk.c | 1834 check_overlap(int part, int sysid, daddr_t start, daddr_t size, int fix) 1857 if (fix) 1874 if (fix) 1877 if (fix) { 1895 if (fix) { 1925 if (fix) 1929 if (fix && start != ext.base) { 1950 if (fix) { 1958 check_ext_overlap(int part, int sysid, daddr_t start, daddr_t size, int fix) 1975 if (f_flag && !fix) [all...] |
/src/usr.sbin/postinstall/ |
postinstall.in | 33 # Check for or fix configuration changes that occur 49 # - differentiate between "needs fix" versus "can't fix" issues 183 # Add item to list of supported items to check/fix, 194 # Add item to list of supported items to check/fix, 256 if [ "${op}" = "fix" ]; then 300 # Perform op ("check" or "fix") on files in src/ against dst/ 360 # Perform op ("check" or "fix") on files in src/ against dst/ 417 if [ "${op}" = "fix" ]; then 523 [ -n "$1" ] || err 3 "USAGE: obsolete_paths fix|check [all...] |
/src/doc/ |
TODO.compat-module | 8 module; the breakage was introduced as the fix for a build break.
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_fbdev.c | 295 info->fix.smem_start = 297 info->fix.smem_len = vma->node.size;
|