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/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/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/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/common/dist/zlib/
Makefile.in 7 # Normally configure builds both a static and a shared library.
8 # If you want to build just a static library, use: ./configure --static
72 all: static shared
74 static: example$(EXE) minigzip$(EXE) target
84 teststatic: static
362 minizip-test: static

Completed in 30 milliseconds