Searched refs:configure_first (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/riscv/riscv/
H A Dautoconf.c53 static void configure_first(void *);
57 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
67 configure_first(void *dummy) function
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dautoconf.c50 static void configure_first(void *);
54 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
64 configure_first(void *dummy) function
/freebsd-13-stable/sys/arm/arm/
H A Dautoconf.c65 static void configure_first (void *);
69 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
81 configure_first(void *dummy) function
/freebsd-13-stable/sys/arm64/arm64/
H A Dautoconf.c51 static void configure_first(void *);
55 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
65 configure_first(void *dummy) function
/freebsd-13-stable/sys/mips/mips/
H A Dautoconf.c72 static void configure_first(void *);
76 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
86 configure_first(dummy) function
/freebsd-13-stable/sys/x86/x86/
H A Dautoconf.c76 static void configure_first(void *);
80 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
90 configure_first(void *dummy) function

Completed in 79 milliseconds