Home | History | Annotate | Download | only in dev

Lines Matching defs:STATIC

47 #define STATIC
49 #define STATIC static
52 STATIC int spd_match(device_t, cfdata_t, void *);
53 STATIC void spd_attach(device_t, device_t, void *);
54 STATIC int spd_print(void *, const char *);
55 STATIC int spd_intr(void *);
56 STATIC void __spd_eeprom_out(u_int8_t *, int);
57 STATIC int __spd_eeprom_in(u_int8_t *);
60 STATIC struct {