Searched refs:STATIC (Results 26 - 50 of 256) sorted by relevance

1234567891011

/netbsd-current/bin/sh/
H A Dalias.c60 STATIC void setalias(char *, char *);
61 STATIC int by_name(const void *, const void *);
62 STATIC void list_aliases(void);
63 STATIC int unalias(char *);
64 STATIC struct alias **freealias(struct alias **, int);
65 STATIC struct alias **hashalias(const char *);
66 STATIC int countaliases(void);
68 STATIC
87 STATIC struct alias **
119 STATIC in
[all...]
H A Dcd.c71 STATIC int docd(const char *, bool, bool);
72 STATIC char *getcomponent(void);
73 STATIC bool updatepwd(const char *);
74 STATIC void find_curdir(int noerror);
75 STATIC bool is_curdir(const char *);
79 STATIC char *cdcomppath;
155 STATIC int
222 STATIC char *
250 STATIC bool
320 STATIC boo
[all...]
/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
H A Dhd64461.c49 STATIC const struct hd64461_module {
64 STATIC int hd64461_match(device_t, cfdata_t, void *);
65 STATIC void hd64461_attach(device_t, device_t, void *);
66 STATIC int hd64461_print(void *, const char *);
68 STATIC void hd64461_info(void);
74 STATIC int
93 STATIC void
137 STATIC int
152 STATIC void
/netbsd-current/sys/arch/playstation2/ee/
H A Dgsfb.c57 #define STATIC macro
59 #define STATIC static macro
72 STATIC void gsfb_dma_kick(paddr_t, size_t);
73 STATIC void gsfb_font_expand_psmct32(const struct wsdisplay_font *, u_int,
75 STATIC inline void gsfb_set_cursor_pos(u_int32_t *, int, int, int, int);
82 STATIC const u_int32_t gsfb_ansi_psmct32[] = {
118 STATIC u_int32_t gsfb_scroll_cmd_640x16[] __attribute__((__aligned__(16))) = {
126 STATIC u_int32_t gsfb_cursor_cmd[] __attribute__((__aligned__(16))) = {
137 STATIC u_int32_t gsfb_copy_cmd_8x16[] __attribute__((__aligned__(16))) = {
145 STATIC u_int32_
[all...]
H A Dtimer.c50 #define STATIC macro
52 #define STATIC static macro
55 STATIC int timer0_intr(void *);
H A Dintc.c49 #define STATIC macro
51 #define STATIC static macro
58 STATIC int __intc_initialized;
59 STATIC struct _ipl_dispatcher __intc_dispatcher[_INTC_NINTR];
60 STATIC struct _ipl_holder __intc_ipl_holder[_IPL_N];
62 STATIC SLIST_HEAD(, _ipl_dispatcher) __intc_dispatcher_head =
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Deval-plural.h19 #ifndef STATIC
20 #define STATIC static macro
24 STATIC
/netbsd-current/external/gpl2/texinfo/dist/intl/
H A Deval-plural.h21 #ifndef STATIC
22 #define STATIC static macro
26 STATIC
/netbsd-current/games/hunt/hunt/
H A Dotto.c79 #define STATIC static macro
81 #define STATIC macro
110 STATIC char command[BUFSIZ];
111 STATIC int comlen;
114 STATIC FILE *debug = NULL;
130 STATIC struct item flbr[NUMDIRECTIONS];
137 STATIC int facing;
138 STATIC int row, col;
139 STATIC int num_turns; /* for wandering */
140 STATIC cha
[all...]
/netbsd-current/sys/arch/hpcsh/dev/hd64465/
H A Dhd64465.c50 STATIC const struct hd64465_module {
66 STATIC int hd64465_match(device_t, cfdata_t, void *);
67 STATIC void hd64465_attach(device_t, device_t, void *);
68 STATIC int hd64465_print(void *, const char *);
70 STATIC void hd64465_info(void);
H A Dhd64465pcmcia.c138 STATIC int hd64465pcmcia_chip_mem_alloc(pcmcia_chipset_handle_t, bus_size_t,
140 STATIC void hd64465pcmcia_chip_mem_free(pcmcia_chipset_handle_t,
142 STATIC int hd64465pcmcia_chip_mem_map(pcmcia_chipset_handle_t, int, bus_addr_t,
144 STATIC void hd64465pcmcia_chip_mem_unmap(pcmcia_chipset_handle_t, int);
145 STATIC int hd64465pcmcia_chip_io_alloc(pcmcia_chipset_handle_t, bus_addr_t,
147 STATIC void hd64465pcmcia_chip_io_free(pcmcia_chipset_handle_t,
149 STATIC int hd64465pcmcia_chip_io_map(pcmcia_chipset_handle_t, int, bus_addr_t,
151 STATIC void hd64465pcmcia_chip_io_unmap(pcmcia_chipset_handle_t, int);
152 STATIC void hd64465pcmcia_chip_socket_enable(pcmcia_chipset_handle_t);
153 STATIC voi
[all...]
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/external/gpl3/gcc.old/dist/libgcc/
H A Dcrtstuff.c201 #define STATIC static macro
207 #define STATIC macro
237 STATIC func_ptr __CTOR_LIST__[1]
241 STATIC func_ptr __CTOR_LIST__[1]
250 STATIC func_ptr __DTOR_LIST__[1]
254 STATIC func_ptr __DTOR_LIST__[1]
263 STATIC EH_FRAME_SECTION_CONST char __EH_FRAME_BEGIN__[]
269 STATIC func_ptr __TMC_LIST__[]
618 STATIC func_ptr __CTOR_END__[1]
622 STATIC func_pt
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dcrtstuff.c201 #define STATIC static macro
207 #define STATIC macro
237 STATIC func_ptr __CTOR_LIST__[1]
241 STATIC func_ptr __CTOR_LIST__[1]
250 STATIC func_ptr __DTOR_LIST__[1]
254 STATIC func_ptr __DTOR_LIST__[1]
263 STATIC EH_FRAME_SECTION_CONST char __EH_FRAME_BEGIN__[]
269 STATIC func_ptr __TMC_LIST__[]
618 STATIC func_ptr __CTOR_END__[1]
622 STATIC func_pt
[all...]
/netbsd-current/sys/arch/sparc64/dev/
H A Dpsm.c89 #define STATIC macro
91 #define STATIC static macro
106 STATIC void psm_sysmon_setup(struct psm_softc *);
107 STATIC void psm_event_thread(void *);
108 STATIC int psm_init(struct psm_softc *);
109 STATIC void psm_reset(struct psm_softc *);
110 STATIC void psm_poll_acpower(struct psm_softc *);
111 STATIC int psm_intr(void *);
112 STATIC int psm_misc_rd(struct psm_softc *, uint8_t, uint8_t *);
113 STATIC in
[all...]
/netbsd-current/external/bsd/byacc/dist/test/btyacc/
H A Dbtyacc_demo.tab.h12 #define STATIC 263 macro
/netbsd-current/sys/arch/playstation2/dev/
H A Dohci_sbus.c61 #define STATIC macro
63 #define STATIC static macro
69 STATIC int ohci_sbus_match(struct device *, struct cfdata *, void *);
70 STATIC void ohci_sbus_attach(struct device *, struct device *, void *);
72 STATIC void _ohci_sbus_map_sync(bus_dma_tag_t, bus_dmamap_t, bus_addr_t,
74 STATIC int _ohci_sbus_mem_alloc(bus_dma_tag_t, bus_size_t, bus_size_t,
76 STATIC void _ohci_sbus_mem_free(bus_dma_tag_t, bus_dma_segment_t *, int);
77 STATIC int _ohci_sbus_mem_map(bus_dma_tag_t, bus_dma_segment_t *, int, size_t,
79 STATIC void _ohci_sbus_mem_unmap(bus_dma_tag_t, void *, size_t);
H A Dspd.c47 #define STATIC macro
49 #define STATIC static macro
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 {
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dpa32-linux.h33 STATIC func_ptr __CTOR_LIST__[1] \
/netbsd-current/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa32-linux.h33 STATIC func_ptr __CTOR_LIST__[1] \
/netbsd-current/sys/dev/pcmcia/
H A Dif_xi.c130 #define STATIC static macro
132 STATIC int xi_enable(struct xi_softc *);
133 STATIC void xi_disable(struct xi_softc *);
134 STATIC void xi_cycle_power(struct xi_softc *);
135 STATIC int xi_ether_ioctl(struct ifnet *, u_long, void *);
136 STATIC void xi_full_reset(struct xi_softc *);
137 STATIC void xi_init(struct xi_softc *);
138 STATIC int xi_ioctl(struct ifnet *, u_long, void *);
139 STATIC int xi_mdi_read(device_t, int, int, uint16_t *);
140 STATIC in
[all...]
/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...]
/netbsd-current/sys/arch/mips/ingenic/
H A Djziic.c58 #define STATIC /* */ macro
61 #define STATIC static macro
64 STATIC int jziic_match(device_t, struct cfdata *, void *);
65 STATIC void jziic_attach(device_t, device_t, void *);
88 STATIC int jziic_enable(struct jziic_softc *);
89 STATIC void jziic_disable(struct jziic_softc *);
90 STATIC int jziic_wait(struct jziic_softc *);
91 STATIC void jziic_set_speed(struct jziic_softc *);
92 STATIC int jziic_i2c_exec(void *, i2c_op_t, i2c_addr_t, const void *, size_t,
94 STATIC in
[all...]

Completed in 543 milliseconds

1234567891011