Searched refs:STATIC (Results 1 - 25 of 256) sorted by last modified time

1234567891011

/netbsd-current/usr.bin/xlint/lint1/
H A Dtree.c4514 if (sc != EXTERN && sc != STATIC &&
H A Dlex.c179 kwdef_sclass( "static", STATIC, 78,0,1),
H A Demit1.c188 if (sc != EXTERN && !(sc == STATIC && sym->s_type->t_tspec == FUNC))
218 if (sc == STATIC)
291 if (fsym->s_scl == STATIC)
H A Ddecl.c211 else if ((dcs->d_scl == STATIC && sc == THREAD_LOCAL)
212 || (dcs->d_scl == THREAD_LOCAL && sc == STATIC))
213 dcs->d_scl = STATIC; /* ignore thread_local */
1450 && sym->s_scl == STATIC && dcs->d_scl != STATIC) {
1476 } else if (sc == STATIC)
1504 } else if (sc == AUTO || sc == STATIC || sc == TYPEDEF
2110 if (rdsym->s_scl == STATIC && dsym->s_scl == STATIC)
2112 if (rdsym->s_scl == STATIC
[all...]
H A Dcgram.y1640 if ($2 != STATIC)
H A Dlint1.h168 STATIC, /* static symbols (local and global) */ enumerator in enum:__anon44
/netbsd-current/sys/dev/marvell/
H A Dif_mvxpe.c72 #define STATIC /* nothing */ macro
74 #define STATIC static macro
78 STATIC int mvxpe_match(device_t, struct cfdata *, void *);
79 STATIC void mvxpe_attach(device_t, device_t, void *);
80 STATIC int mvxpe_evcnt_attach(struct mvxpe_softc *);
83 STATIC void mvxpe_sc_lock(struct mvxpe_softc *);
84 STATIC void mvxpe_sc_unlock(struct mvxpe_softc *);
87 STATIC int mvxpe_miibus_readreg(device_t, int, int, uint16_t *);
88 STATIC int mvxpe_miibus_writereg(device_t, int, int, uint16_t);
89 STATIC voi
[all...]
H A Dmvxpsec.c84 #define STATIC __attribute__ ((noinline)) extern macro
89 #define STATIC static macro
114 STATIC int mv_aes_ksched(uint8_t[4][MAXKC], int,
116 STATIC int mv_aes_deckey(uint8_t *, uint8_t *, int);
121 STATIC int mvxpsec_match(device_t, cfdata_t, void *);
122 STATIC void mvxpsec_attach(device_t, device_t, void *);
123 STATIC void mvxpsec_evcnt_attach(struct mvxpsec_softc *);
128 STATIC int mvxpsec_wininit(struct mvxpsec_softc *, enum marvell_tags *);
135 STATIC void mvxpsec_timer(void *);
140 STATIC in
[all...]
H A Dmvxpbm.c43 #define STATIC /* nothing */ macro
74 #define STATIC static macro
82 STATIC int mvxpbm_match(device_t, cfdata_t, void *);
83 STATIC void mvxpbm_attach(device_t, device_t, void *);
84 STATIC int mvxpbm_evcnt_attach(struct mvxpbm_softc *);
89 STATIC int mvxpbm_alloc_buffer(struct mvxpbm_softc *);
92 STATIC void mvxpbm_free_mbuf(struct mbuf *, void *, size_t, void *);
106 STATIC int
125 STATIC void
159 STATIC in
[all...]
/netbsd-current/sys/dev/iscsi/
H A Discsi_text.c134 STATIC key_entry_t entries[] = {
223 STATIC void
299 STATIC uint8_t *
347 STATIC uint8_t *
388 STATIC uint8_t *
413 STATIC uint8_t *
439 STATIC uint8_t *
465 STATIC uint8_t *
495 STATIC uint8_t *
520 STATIC uint8_
[all...]
H A Discsi_main.c118 STATIC void iscsi_scsipi_request(struct scsipi_channel *,
120 STATIC void iscsi_minphys(struct buf *);
H A Discsi_utils.c64 STATIC uint32_t crc_table[256] = {
H A Discsi_send.c53 STATIC int
144 STATIC void
480 STATIC void
607 STATIC void
670 STATIC void
811 STATIC void
H A Discsi_globals.h546 #define STATIC static macro
554 #define STATIC static macro
/netbsd-current/bin/sh/
H A Dshell.h74 #ifndef STATIC
75 #define STATIC /* empty */ macro
H A Djobs.c105 STATIC void restartjob(struct job *);
106 STATIC void freejob(struct job *);
107 STATIC struct job *getjob(const char *, int);
108 STATIC int dowait(int, struct job *, struct job **);
112 STATIC int jobstatus(const struct job *, int);
113 STATIC int waitproc(int, struct job *, int *);
114 STATIC void cmdtxt(union node *);
115 STATIC void cmdlist(union node *, int);
116 STATIC void cmdputs(const char *);
122 STATIC in
[all...]
H A Dexpand.c102 STATIC const char *argstr(const char *, int);
103 STATIC const char *exptilde(const char *, int);
104 STATIC void expbackq(union node *, int, int);
105 STATIC const char *expari(const char *);
106 STATIC int subevalvar(const char *, const char *, int, int, int);
107 STATIC int subevalvar_trim(const char *, int, int, int, int, int);
108 STATIC const char *evalvar(const char *, int);
109 STATIC int varisset(const char *, int);
110 STATIC void varvalue(const char *, int, int, int);
111 STATIC voi
[all...]
H A Deval.c90 STATIC struct skipsave s_k_i_p;
94 STATIC int loopnest; /* current loop nesting level */
95 STATIC int funcnest; /* depth of function calls */
96 STATIC int builtin_flags; /* evalcommand flags for builtins */
105 STATIC int dot_funcnest;
114 STATIC void evalloop(union node *, int);
115 STATIC void evalfor(union node *, int);
116 STATIC void evalcase(union node *, int);
117 STATIC void evalsubshell(union node *, int);
118 STATIC voi
[all...]
/netbsd-current/sys/arch/playstation2/playstation2/
H A Dinterrupt.c57 #define STATIC macro
59 #define STATIC static macro
68 STATIC struct {
/netbsd-current/sys/arch/playstation2/dev/
H A Dwdc_spd.c77 #define STATIC macro
79 #define STATIC static macro
82 STATIC int wdc_spd_match(device_t, cfdata_t, void *);
83 STATIC void wdc_spd_attach(device_t, device_t, void *);
90 STATIC void __wdc_spd_enable(void);
91 STATIC void __wdc_spd_disable(void) __attribute__((__unused__));
92 STATIC void __wdc_spd_bus_space(struct wdc_regs *);
118 STATIC const struct playstation2_bus_space _wdc_spd_space = {
/netbsd-current/sys/arch/hpcsh/dev/hd64465/
H A Dhd64465uart.c58 STATIC struct hd64465uart_chip {
75 STATIC int hd64465uart_match(device_t, cfdata_t , void *);
76 STATIC void hd64465uart_attach(device_t, device_t, void *);
81 STATIC void hd64465uart_init(void);
82 STATIC uint8_t hd64465uart_read_1(void *, bus_space_handle_t, bus_size_t);
83 STATIC void hd64465uart_write_1(void *, bus_space_handle_t, bus_size_t,
/netbsd-current/sys/arch/hpcsh/dev/hd64461/
H A Dhd64461video.c105 STATIC struct hd64461video_chip {
122 STATIC int hd64461video_match(device_t, cfdata_t, void *);
123 STATIC void hd64461video_attach(device_t, device_t, void *);
125 STATIC void hd64461video_setup_hpcfbif(struct hd64461video_chip *);
126 STATIC void hd64461video_update_videochip_status(struct hd64461video_chip *);
127 STATIC size_t hd64461video_frame_buffer_size(struct hd64461video_chip *);
128 STATIC void hd64461video_hwaccel_init(struct hd64461video_chip *);
130 STATIC void hd64461video_set_clut(struct hd64461video_chip *, int, int,
132 STATIC void hd64461video_get_clut(struct hd64461video_chip *, int, int,
134 STATIC in
[all...]
H A Dhd64461uart.c61 STATIC struct hd64461uart_chip {
78 STATIC int hd64461uart_match(device_t, cfdata_t , void *);
79 STATIC void hd64461uart_attach(device_t, device_t, void *);
84 STATIC void hd64461uart_init(void);
156 STATIC int
164 STATIC void
210 STATIC void
/netbsd-current/sys/arch/powerpc/oea/
H A Dpmap.c147 #define STATIC static macro
197 #define STATIC /* nothing */ macro
200 STATIC int pmap_pte_spill(struct pmap *, vaddr_t, bool);
201 STATIC void pmap_real_memory(paddr_t *, psize_t *);
202 STATIC void pmap_init(void);
203 STATIC void pmap_virtual_space(vaddr_t *, vaddr_t *);
204 STATIC pmap_t pmap_create(void);
205 STATIC void pmap_reference(pmap_t);
206 STATIC void pmap_destroy(pmap_t);
207 STATIC voi
[all...]
/netbsd-current/sys/arch/playstation2/ee/
H A Dtimer.c50 #define STATIC macro
52 #define STATIC static macro
55 STATIC int timer0_intr(void *);

Completed in 361 milliseconds

1234567891011