Searched refs:boot_delay (Results 1 – 2 of 2) sorted by relevance
| /src/sys/cam/ |
| H A D | cam_xpt.c | 124 int boot_delay; member 167 SYSCTL_INT(_kern_cam, OID_AUTO, boot_delay, CTLFLAG_RDTUN, 168 &xsoftc.boot_delay, 0, "Bus registration wait time"); 906 xsoftc.boot_delay = CAM_BOOT_DELAY; in xpt_init() 5046 callout_reset_sbt(&xsoftc.boot_callout, SBT_1MS * xsoftc.boot_delay, in xpt_ch_done()
|
| /src/sys/dev/sym/ |
| H A D | sym_hipd.c | 9091 int i, tags, boot_delay; local 9096 boot_delay = 0; 9098 boot_delay = Tekram_boot_delay[nvram->boot_delay_index]; 9117 rem, boot_delay, tags);
|