| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | aarch64-reloc.def | 35 ARD(NONE , STATIC , NONE , Y, -1, 0,0 , 0,0 … 38 ARD(ABS64 , STATIC , DATA , Y, -1, 0,0 , 0,0 … 39 ARD(ABS32 , STATIC , DATA , Y, -1, 31,32 , 0,0 … 40 ARD(ABS16 , STATIC , DATA , Y, -1, 15,16 , 0,0 … 41 ARD(PREL64 , STATIC , DATA , Y, -1, 0,0 , 0,0 … 42 ARD(PREL32 , STATIC , DATA , Y, -1, 31,32 , 0,0 … 43 ARD(PREL16 , STATIC , DATA , Y, -1, 15,16 , 0,0 … 46 ARD(MOVW_UABS_G0 , STATIC , AARCH64 , Y, 0, 0,16 , 0,15… 47 ARD(MOVW_UABS_G0_NC , STATIC , AARCH64 , Y, 0, 0,0 , 0,15… 48 ARD(MOVW_UABS_G1 , STATIC , AARCH64 , Y, 0, 0,32 , 16,31… [all …]
|
| H A D | arm-reloc.def | 32 // - STATIC for static relocations processed by a static linker. 64 RD(NONE , STATIC , N, MISC , NONE , Y, -1, N) 65 RD(PC24 , STATIC , Y, ARM , ((S + A) | T) - P , Y, -1, Y) 66 RD(ABS32 , STATIC , N, DATA , (S + A) | T , Y, -1, N) 67 RD(REL32 , STATIC , N, DATA , ((S + A) | T) - P , Y, -1, N) 68 RD(LDR_PC_G0 , STATIC , N, ARM , S + A - P , Y, 0, Y) 69 RD(ABS16 , STATIC , N, DATA , S + A , Y, -1, Y) 70 RD(ABS12 , STATIC , N, ARM , S + A , Y, -1, Y) 71 RD(THM_ABS5 , STATIC , N, THM16, S + A , Y, -1, Y) 72 RD(ABS8 , STATIC , N, DATA , S + A , Y, -1, Y) [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | aarch64-reloc.def | 35 ARD(NONE , STATIC , NONE , Y, -1, 0,0 , 0,0 … 38 ARD(ABS64 , STATIC , DATA , Y, -1, 0,0 , 0,0 … 39 ARD(ABS32 , STATIC , DATA , Y, -1, 31,32 , 0,0 … 40 ARD(ABS16 , STATIC , DATA , Y, -1, 15,16 , 0,0 … 41 ARD(PREL64 , STATIC , DATA , Y, -1, 0,0 , 0,0 … 42 ARD(PREL32 , STATIC , DATA , Y, -1, 31,32 , 0,0 … 43 ARD(PREL16 , STATIC , DATA , Y, -1, 15,16 , 0,0 … 46 ARD(MOVW_UABS_G0 , STATIC , AARCH64 , Y, 0, 0,16 , 0,15… 47 ARD(MOVW_UABS_G0_NC , STATIC , AARCH64 , Y, 0, 0,0 , 0,15… 48 ARD(MOVW_UABS_G1 , STATIC , AARCH64 , Y, 0, 0,32 , 16,31… [all …]
|
| H A D | arm-reloc.def | 32 // - STATIC for static relocations processed by a static linker. 64 RD(NONE , STATIC , N, MISC , NONE , Y, -1, N) 65 RD(PC24 , STATIC , Y, ARM , ((S + A) | T) - P , Y, -1, Y) 66 RD(ABS32 , STATIC , N, DATA , (S + A) | T , Y, -1, N) 67 RD(REL32 , STATIC , N, DATA , ((S + A) | T) - P , Y, -1, N) 68 RD(LDR_PC_G0 , STATIC , N, ARM , S + A - P , Y, 0, Y) 69 RD(ABS16 , STATIC , N, DATA , S + A , Y, -1, Y) 70 RD(ABS12 , STATIC , N, ARM , S + A , Y, -1, Y) 71 RD(THM_ABS5 , STATIC , N, THM16, S + A , Y, -1, Y) 72 RD(ABS8 , STATIC , N, DATA , S + A , Y, -1, Y) [all …]
|
| /netbsd-src/sys/arch/playstation2/dev/ |
| H A D | sbus.c | 54 #define STATIC macro 56 #define STATIC static macro 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); 66 STATIC void sbus_type3_pcmcia_intr_reinstall(void); [all …]
|
| H A D | ohci_sbus.c | 61 #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 D | spd.c | 47 #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-src/sys/arch/hpcsh/dev/hd64461/ |
| H A D | 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 …]
|
| H A D | 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 …]
|
| /netbsd-src/sys/arch/playstation2/ee/ |
| H A D | gsfb.c | 57 #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_t gsfb_init_cmd_640x480[] __attribute__((__aligned__(16))) = { [all …]
|
| /netbsd-src/games/hunt/hunt/ |
| H A D | otto.c | 79 #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 char been_there[HEIGHT][WIDTH2]; [all …]
|
| /netbsd-src/sys/dev/marvell/ |
| H A D | if_mvxpe.c | 72 #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 void mvxpe_miibus_statchg(struct ifnet *); [all …]
|
| H A D | gtmpsc.c | 78 # define STATIC macro 81 # define STATIC static macro 110 STATIC int gtmpscmatch(device_t, cfdata_t, void *); 111 STATIC void gtmpscattach(device_t, device_t, void *); 113 STATIC void gtmpsc_softintr(void *); 115 STATIC void gtmpscstart(struct tty *); 116 STATIC int gtmpscparam(struct tty *, struct termios *); 118 STATIC void gtmpsc_shutdownhook(void *); 120 STATIC uint32_t cflag2mpcr(tcflag_t); 123 STATIC voi [all...] |
| H A D | mvxpsec.c | 84 #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 int mvxpsec_intr(void *); [all …]
|
| /netbsd-src/bin/sh/ |
| H A D | alias.c | 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 ** 119 STATIC int [all …]
|
| /netbsd-src/sys/fs/sysvbfs/ |
| H A D | bfs_sysvbfs.c | 50 #define STATIC macro 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
|
| /netbsd-src/sys/dev/ic/ |
| H A D | wi.c | 108 #define STATIC static macro 144 STATIC int wi_init(struct ifnet *); 145 STATIC void wi_stop(struct ifnet *, int); 146 STATIC void wi_start(struct ifnet *); 147 STATIC int wi_reset(struct wi_softc *); 148 STATIC void wi_watchdog(struct ifnet *); 149 STATIC int wi_ioctl(struct ifnet *, u_long, void *); 150 STATIC int wi_media_change(struct ifnet *); 151 STATIC void wi_media_status(struct ifnet *, struct ifmediareq *); 152 STATIC void wi_softintr(void *); [all …]
|
| /netbsd-src/sys/arch/hpcsh/dev/hd64465/ |
| H A D | 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 …]
|
| /netbsd-src/sys/arch/sparc64/dev/ |
| H A D | psm.c | 89 #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 int psm_misc_wr(struct psm_softc *, uint8_t, uint8_t); [all …]
|
| /netbsd-src/sys/dev/pcmcia/ |
| H A D | if_xi.c | 130 #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 int xi_mdi_write(device_t, int, int, uint16_t); [all …]
|
| /netbsd-src/sys/arch/hpcmips/hpcmips/ |
| H A D | mainbus.c | 52 #define STATIC macro 54 #define STATIC static macro 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;
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/ |
| H A D | crtstuff.c | 201 #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_ptr __CTOR_END__[1] [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
| H A D | crtstuff.c | 201 #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_ptr __CTOR_END__[1] [all …]
|
| /netbsd-src/sys/arch/mips/ingenic/ |
| H A D | jziic.c | 58 #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 int jziic_i2c_exec_poll(struct jziic_softc *, i2c_op_t, i2c_addr_t, [all …]
|
| /netbsd-src/sys/arch/mips/atheros/dev/ |
| H A D | arspi.c | 109 #define STATIC macro 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 …]
|