Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_xpt.c118 int boot_delay; member
161 SYSCTL_INT(_kern_cam, OID_AUTO, boot_delay, CTLFLAG_RDTUN,
162 &xsoftc.boot_delay, 0, "Bus registration wait time");
900 xsoftc.boot_delay = CAM_BOOT_DELAY; in xpt_init()
5018 callout_reset_sbt(&xsoftc.boot_callout, SBT_1MS * xsoftc.boot_delay, in xpt_ch_done()
/freebsd/sys/dev/sym/
H A Dsym_hipd.c9090 int i, tags, boot_delay; local
9095 boot_delay = 0;
9097 boot_delay = Tekram_boot_delay[nvram->boot_delay_index];
9115 rem, boot_delay, tags);