Home
last modified time | relevance | path

Searched refs:boot_delay (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/cam/
H A Dcam_xpt.c134 int boot_delay; member
176 SYSCTL_INT(_kern_cam, OID_AUTO, boot_delay, CTLFLAG_RDTUN,
177 &xsoftc.boot_delay, 0, "Bus registration wait time");
914 xsoftc.boot_delay = CAM_BOOT_DELAY; in xpt_init()
5192 callout_reset_sbt(&xsoftc.boot_callout, SBT_1MS * xsoftc.boot_delay, 0, in xpt_config()
/freebsd-12.1/sys/dev/sym/
H A Dsym_hipd.c9110 int i, tags, boot_delay; local
9115 boot_delay = 0;
9117 boot_delay = Tekram_boot_delay[nvram->boot_delay_index];
9135 rem, boot_delay, tags);