HomeSort by: relevance | last modified time | path
    Searched defs:static (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/atari/dev/
ncr5380var.h 35 #define static macro
58 static char *last_hit = NULL, *olast_hit = NULL;
60 static const char *last_hit[DBG_PID];
  /src/sys/arch/macppc/dev/
smartbat.c 49 #define static /* static */ macro
92 static void smartbat_attach(device_t, device_t, void *);
93 static int smartbat_match(device_t, cfdata_t, void *);
94 static void smartbat_setup_envsys(struct smartbat_softc *);
95 static void smartbat_refresh(struct sysmon_envsys *, envsys_data_t *);
96 static void smartbat_get_limits(struct sysmon_envsys *, envsys_data_t *,
98 static void smartbat_refresh_ac(struct sysmon_envsys *, envsys_data_t *);
99 static void smartbat_poll(void *);
100 static int smartbat_update(struct smartbat_softc *, int)
    [all...]
  /src/sys/arch/mac68k/dev/
mac68k5380.c 75 #define DBG_NOSTATIC /* No static functions, all in DDB trace*/
78 # define static macro
96 /* static char *last_hit = NULL, *olast_hit = NULL; */
97 static const char *last_hit[DBG_PID];
121 static struct ncr_softc *cur_softc;
128 static volatile u_char *ncr = (volatile u_char *) 0x10000;
129 static volatile u_char *ncr_5380_with_drq = (volatile u_char *) 0x6000;
130 static volatile u_char *ncr_5380_without_drq = (volatile u_char *) 0x12000;
136 static void ncr5380_irq_intr(void *);
137 static void ncr5380_drq_intr(void *)
    [all...]
  /src/sys/arch/sgimips/hpc/
if_sq.c 74 #define static macro
101 static int sq_match(device_t, cfdata_t, void *);
102 static void sq_attach(device_t, device_t, void *);
103 static int sq_init(struct ifnet *);
104 static void sq_start(struct ifnet *);
105 static void sq_stop(struct ifnet *, int);
106 static void sq_watchdog(struct ifnet *);
107 static int sq_ioctl(struct ifnet *, u_long, void *);
109 static void sq_set_filter(struct sq_softc *);
110 static int sq_intr(void *)
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
getdate.c 127 itself, there is no need to #define static in this file. Even if
130 problems if we try to write to a static variable, which I don't
133 # undef static macro
267 static int yylex (union YYSTYPE *, parser_control *);
268 static int yyerror (parser_control *, char *);
269 static long int time_zone_hhmm (textint, long int);
425 static int
428 static int
585 static const yytype_uint8 yytranslate[] =
620 static const yytype_uint8 yyprhs[]
    [all...]

Completed in 24 milliseconds