HomeSort by: relevance | last modified time | path
    Searched refs:fastboot (Results 1 - 12 of 12) sorted by relevancy

  /src/sbin/fastboot/
Makefile 4 MAN= fastboot.8
5 MLINKS= fastboot.8 fasthalt.8
6 SCRIPTS=fastboot.sh fasthalt.sh
fastboot.sh 2 # $NetBSD: fastboot.sh,v 1.6 1995/04/23 10:33:03 cgd Exp $
35 # @(#)fastboot.sh 8.1 (Berkeley) 6/5/93
38 cp /dev/null /fastboot
fasthalt.sh 38 cp /dev/null /fastboot
  /src/etc/rc.d/
fsck 17 if [ -e /fastboot ]; then
root 19 rm -f /fastboot
fsck_root 17 if [ -e /fastboot ]; then
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_params.h 68 param(int, fastboot, -1) \
i915_params.c 109 i915_param_named(fastboot, int, 0600,
  /src/sbin/
Makefile 12 fastboot fdisk fsck fsirand gpt ifconfig init ldconfig luactl \
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
rk3308.dtsi 176 mode-fastboot = <BOOT_FASTBOOT>;
px30.dtsi 346 mode-fastboot = <BOOT_FASTBOOT>;
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c 13367 if (i915_modparams.fastboot != -1)
13368 return i915_modparams.fastboot;
13370 /* Enable fastboot by default on Skylake and newer */
13374 /* Enable fastboot by default on VLV and CHV */
13396 DRM_DEBUG_KMS("initial modeset and fastboot not set\n");
14801 * fastboot case, we'll flip, but if we don't update the pipesrc and

Completed in 51 milliseconds