HomeSort by: relevance | last modified time | path
    Searched refs:STATIC (Results 1 - 25 of 104) sorted by relevancy

1 2 3 4 5

  /src/sys/arch/playstation2/dev/
sbus.c 54 #define STATIC
56 #define STATIC static
59 STATIC void sbus_type2_pcmcia_intr_clear(void);
60 STATIC void sbus_type2_pcmcia_intr_enable(void);
61 STATIC void sbus_type2_pcmcia_intr_disable(void);
62 STATIC void sbus_type2_pcmcia_intr_reinstall(void);
63 STATIC void sbus_type3_pcmcia_intr_clear(void);
64 STATIC void sbus_type3_pcmcia_intr_enable(void);
65 STATIC void sbus_type3_pcmcia_intr_disable(void)
    [all...]
ohci_sbus.c 61 #define STATIC
63 #define STATIC static
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)
    [all...]
spd.c 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
    [all...]
wdc_spd.c 77 #define STATIC
79 #define STATIC static
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 = {
  /src/sys/arch/hpcmips/hpcmips/
mainbus.c 52 #define STATIC
54 #define STATIC static
57 STATIC int mainbus_match(device_t, cfdata_t, void *);
58 STATIC void mainbus_attach(device_t, device_t, void *);
59 STATIC int mainbus_search(device_t, cfdata_t, const int *, void *);
60 STATIC int mainbus_print(void *, const char *);
65 STATIC int __mainbus_attached;
77 static const char * const devnames[] = { /* ATTACH ORDER */
  /src/sys/fs/sysvbfs/
bfs_sysvbfs.c 50 #define STATIC
52 STATIC bool bc_read_n(void *, uint8_t *, daddr_t, int);
53 STATIC bool bc_read(void *, uint8_t *, daddr_t);
54 STATIC bool bc_write_n(void *, uint8_t *, daddr_t, int);
55 STATIC bool bc_write(void *, uint8_t *, daddr_t);
85 STATIC bool
100 STATIC bool
121 STATIC bool
136 STATIC bool
  /src/sys/arch/hpcsh/dev/hd64461/
hd64461pcmcia.c 157 STATIC int hd64461pcmcia_chip_mem_alloc(pcmcia_chipset_handle_t, bus_size_t,
159 STATIC void hd64461pcmcia_chip_mem_free(pcmcia_chipset_handle_t,
161 STATIC int hd64461pcmcia_chip_mem_map(pcmcia_chipset_handle_t, int, bus_addr_t,
163 STATIC void hd64461pcmcia_chip_mem_unmap(pcmcia_chipset_handle_t, int);
164 STATIC int hd64461pcmcia_chip_io_alloc(pcmcia_chipset_handle_t, bus_addr_t,
166 STATIC void hd64461pcmcia_chip_io_free(pcmcia_chipset_handle_t,
168 STATIC int hd64461pcmcia_chip_io_map(pcmcia_chipset_handle_t, int, bus_addr_t,
170 STATIC void hd64461pcmcia_chip_io_unmap(pcmcia_chipset_handle_t, int);
171 STATIC void hd64461pcmcia_chip_socket_enable(pcmcia_chipset_handle_t);
172 STATIC void hd64461pcmcia_chip_socket_disable(pcmcia_chipset_handle_t)
    [all...]
hd64461video.c 105 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 int hd64461video_power(void *, int, long, void *)
    [all...]
hd64461uart.c 61 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);
91 static void
156 STATIC int
164 STATIC void
210 STATIC void
hd64461.c 49 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
  /src/bin/sh/
nodes.c.pat 68 STATIC void calcsize(union node *, struct nodesize *);
69 STATIC void sizenodelist(struct nodelist *, struct nodesize *);
70 STATIC union node *copynode(union node *, struct nodecopystate *);
71 STATIC struct nodelist *copynodelist(struct nodelist *, struct nodecopystate *);
72 STATIC char *nodesavestr(char *, struct nodecopystate *);
113 STATIC void
121 STATIC void
133 STATIC union node *
143 STATIC struct nodelist *
164 STATIC char
    [all...]
alias.c 38 static char sccsid[] = "@(#)alias.c 8.3 (Berkeley) 5/4/95";
60 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 *
    [all...]
cd.c 38 static char sccsid[] = "@(#)cd.c 8.2 (Berkeley) 5/4/95";
71 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;
185 STATIC int
255 STATIC char *
283 STATIC boo
    [all...]
  /src/sys/arch/playstation2/ee/
gsfb.c 57 #define STATIC
59 #define STATIC static
69 static int gsfb_is_console;
70 static struct gsfb_softc gsfb_console_softc;
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))) =
    [all...]
timer.c 50 #define STATIC
52 #define STATIC static
55 STATIC int timer0_intr(void *);
intc.c 49 #define STATIC
51 #define STATIC static
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 =
  /src/games/hunt/hunt/
otto.c 79 #define STATIC static
81 #define STATIC
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 *
    [all...]
  /src/sys/arch/hpcsh/dev/hd64465/
hd64465.c 50 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);
hd64465pcmcia.c 138 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 void hd64465pcmcia_chip_socket_disable(pcmcia_chipset_handle_t)
    [all...]
hd64465uart.c 58 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,
  /src/sys/arch/sparc64/dev/
psm.c 89 #define STATIC
91 #define STATIC static
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 *)
    [all...]
  /src/sys/dev/pcmcia/
if_xi.c 130 #define STATIC static
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 *)
    [all...]
  /src/sys/dev/marvell/
if_mvxpe.c 72 #define STATIC /* nothing */
74 #define STATIC static
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)
    [all...]
  /src/sys/arch/mips/ingenic/
jziic.c 58 #define STATIC /* */
61 #define STATIC static
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
    [all...]
  /src/sys/arch/mips/atheros/dev/
arspi.c 109 #define STATIC
111 STATIC int arspi_match(device_t, cfdata_t, void *);
112 STATIC void arspi_attach(device_t, device_t, void *);
113 STATIC void arspi_interrupts(device_t);
114 STATIC int arspi_intr(void *);
116 STATIC int arspi_configure(void *, int, int, int);
117 STATIC int arspi_transfer(void *, struct spi_transfer *);
119 STATIC void arspi_poll(struct arspi_softc *);
120 STATIC void arspi_done(struct arspi_softc *, int);
121 STATIC void arspi_sched(struct arspi_softc *)
    [all...]

Completed in 21 milliseconds

1 2 3 4 5