Searched refs:boot_delay (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/cam/ |
| HD | cam_xpt.c | 114 int boot_delay; member 156 SYSCTL_INT(_kern_cam, OID_AUTO, boot_delay, CTLFLAG_RDTUN, 157 &xsoftc.boot_delay, 0, "Bus registration wait time"); 863 xsoftc.boot_delay = CAM_BOOT_DELAY; in xpt_init() 4937 callout_reset_sbt(&xsoftc.boot_callout, SBT_1MS * xsoftc.boot_delay, 0, in xpt_config()
|
| /NextBSD/sys/dev/sym/ |
| HD | sym_hipd.c | 9110 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);
|