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

/freebsd-10-stable/sys/arm/arm/
H A Dautoconf.c63 static void configure_first (void *);
67 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
80 configure_first(void *dummy) function
/freebsd-10-stable/sys/ia64/ia64/
H A Dautoconf.c44 static void configure_first(void *);
48 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
63 configure_first(void *dummy) function
/freebsd-10-stable/sys/powerpc/powerpc/
H A Dautoconf.c48 static void configure_first(void *);
52 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
62 configure_first(void *dummy) function
/freebsd-10-stable/sys/sparc64/sparc64/
H A Dautoconf.c45 static void configure_first(void *);
49 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
59 configure_first(void *dummy) function
/freebsd-10-stable/sys/amd64/amd64/
H A Dautoconf.c76 static void configure_first(void *);
80 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
90 configure_first(dummy) function
/freebsd-10-stable/sys/mips/mips/
H A Dautoconf.c70 static void configure_first(void *);
74 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
84 configure_first(dummy) function
/freebsd-10-stable/sys/i386/i386/
H A Dautoconf.c77 static void configure_first(void *);
81 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
91 configure_first(dummy) function

Completed in 95 milliseconds