/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/arch/playstation2/ee/ |
timer.c | 50 #define STATIC 52 #define STATIC static 55 STATIC int timer0_intr(void *);
|
gs.c | 44 #define STATIC 46 #define STATIC static 49 STATIC const struct gs_crt_param {
|
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 =
|
dmac.c | 51 #define STATIC 53 #define STATIC static 58 STATIC vaddr_t __dmac_channel_base[_DMAC_NINTR] = { 73 STATIC int __dmac_initialized; 74 STATIC struct _ipl_dispatcher __dmac_dispatcher[_DMAC_NINTR]; 75 STATIC struct _ipl_holder __dmac_ipl_holder[_IPL_N]; 76 STATIC SLIST_HEAD(, _ipl_dispatcher) __dmac_dispatcher_head =
|
/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
|
bfs.c | 70 #define STATIC 72 STATIC int bfs_init_superblock(struct bfs *, int, size_t *); 73 STATIC int bfs_init_inode(struct bfs *, uint8_t *, size_t *); 74 STATIC int bfs_init_dirent(struct bfs *, uint8_t *); 77 STATIC bool bfs_superblock_valid(const struct bfs_super_block *); 78 STATIC bool bfs_writeback_dirent(const struct bfs *, struct bfs_dirent *, 80 STATIC bool bfs_writeback_inode(const struct bfs *, struct bfs_inode *); 148 STATIC int 174 STATIC int 215 STATIC in [all...] |
/src/sbin/iscsictl/ |
iscsic_globals.h | 82 #define STATIC static 87 static __inline void 106 static __inline uint64_t
|
/src/sys/arch/hpc/include/ |
debug.h | 36 #define STATIC 38 #define STATIC static
|
/src/sys/arch/playstation2/dev/ |
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 = {
|
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...] |
emac3.c | 60 #define STATIC 69 #define STATIC static 76 static inline u_int32_t 84 static inline void 93 STATIC int emac3_phy_ready(void); 94 STATIC int emac3_soft_reset(void); 95 STATIC void emac3_config(const u_int8_t *);
|
/src/sys/dev/cardbus/ |
cardbus_map.c | 47 #define STATIC 50 #define STATIC static 55 static int cardbus_io_find(cardbus_chipset_tag_t, cardbus_function_tag_t, 58 static int cardbus_mem_find(cardbus_chipset_tag_t, cardbus_function_tag_t, 63 * static int cardbus_io_find(cardbus_chipset_tag_t cc, 69 static int 135 * static int cardbus_mem_find(cardbus_chipset_tag_t cc, 141 static int
|
cardslot.c | 52 #define STATIC 55 #define STATIC static 71 STATIC void cardslotchilddet(device_t, device_t); 72 STATIC void cardslotattach(device_t, device_t, void *); 73 STATIC int cardslotdetach(device_t, int); 75 STATIC int cardslotmatch(device_t, cfdata_t, void *); 76 static void cardslot_event_thread(void *arg); 78 STATIC int cardslot_cb_print(void *aux, const char *pcic); 79 static int cardslot_16_print(void *, const char *) [all...] |
rbus.c | 44 #define STATIC 47 #define STATIC static 53 static rbus_tag_t rbus_new_body(bus_space_tag_t bt, rbus_tag_t parent, 197 * static rbus_tag_t 203 static rbus_tag_t
|
/src/sys/arch/arm/at91/ |
at91spi.c | 73 #define STATIC 84 STATIC int at91spi_intr(void *); 87 STATIC int at91spi_configure(void *, int, int, int); 88 STATIC int at91spi_transfer(void *, struct spi_transfer *); 89 STATIC void at91spi_xfer(struct at91spi_softc *sc, int start); 92 STATIC void at91spi_done(struct at91spi_softc *, int); 93 STATIC void at91spi_send(struct at91spi_softc *); 94 STATIC void at91spi_recv(struct at91spi_softc *); 95 STATIC void at91spi_sched(struct at91spi_softc *);
|
/src/games/warp/ |
object.h | 38 #define STATIC 4 /* we are not in the movers list at the moment */
|
/src/sys/arch/hpcmips/vr/ |
vr.c | 124 #define STATIC 126 #define STATIC static 157 STATIC void vr_cons_init(void); 158 STATIC void vr_fb_init(void **); 159 STATIC void vr_mem_init(paddr_t); 160 STATIC void vr_find_dram(paddr_t, paddr_t); 161 STATIC void vr_reboot(int, char *); 166 STATIC int vr_null_handler(void *, uint32_t, uint32_t); 167 STATIC int (*vr_intr_handler[4])(void *, vaddr_t, uint32_t) = [all...] |
/src/sys/arch/playstation2/playstation2/ |
interrupt.c | 57 #define STATIC 59 #define STATIC static 68 STATIC struct { 155 const static int timer_map[] = {
|
/src/sys/dev/marvell/ |
mvxpbm.c | 43 #define STATIC /* nothing */ 74 #define STATIC static 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 *); 95 static struct mvxpbm_softc sc_emul; 96 static struct mvxpbm_softc *sc0 [all...] |
/src/sys/arch/mips/alchemy/dev/ |
auspi.c | 87 #define STATIC 89 STATIC int auspi_match(device_t, struct cfdata *, void *); 90 STATIC void auspi_attach(device_t, device_t, void *); 91 STATIC int auspi_intr(void *); 97 STATIC int auspi_configure(void *, int, int, int); 98 STATIC int auspi_transfer(void *, struct spi_transfer *); 101 STATIC void auspi_done(struct auspi_softc *, int); 102 STATIC void auspi_send(struct auspi_softc *); 103 STATIC void auspi_recv(struct auspi_softc *); 104 STATIC void auspi_sched(struct auspi_softc *) [all...] |
/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/bin/sh/ |
shell.h | 74 #ifndef STATIC 75 #define STATIC /* empty */
|