configure
void (*configure)(
engine->funcs->configure(engine, cfg);
void (*configure)(
if (p->configure != NULL)
(*p->configure)(flags);
if (p->configure != NULL)
(*p->configure)(flags);
int (*configure)(int); /* backdoor for the console driver */
if (p->configure != NULL)
(*p->configure)(flags);
int (*configure)(int); /* backdoor for the console driver */
void (*configure)(void);
if ((*list)->configure != NULL)
(*list)->configure();
static void configure (void *);
SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
static void configure (void *);
static int configure(int);
if (!configure(s))