Home
last modified time | relevance | path

Searched refs:STATIC (Results 1 – 25 of 55) sorted by relevance

123

/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiproto.h38 STATIC void agtiapi_FreeCCB(struct agtiapi_softc *pmcsc, pccb_t pccb);
39 STATIC void agtiapi_FreeSMPCCB(struct agtiapi_softc *pmcsc, pccb_t pccb);
40 STATIC void agtiapi_FreeTMCCB(struct agtiapi_softc *pmcsc, pccb_t pccb);
41 STATIC pccb_t agtiapi_GetCCB(struct agtiapi_softc *pmcsc);
43 STATIC void agtiapi_QueueCCB( struct agtiapi_softc *pmcsc,
51 STATIC void agtiapi_StartIO(struct agtiapi_softc *pmcsc);
52 STATIC void agtiapi_StartSMP(struct agtiapi_softc *pmcsc);
53 STATIC void agtiapi_DumpCCB(ccb_t *pccb);
54 STATIC void agtiapi_Done(struct agtiapi_softc *pmcsc, ccb_t *pccb);
55 STATIC void agtiapi_SMPDone(struct agtiapi_softc *pmcsc, ccb_t *pccb);
[all …]
H A Dagtiapi.c92 STATIC U32 agtiapi_intx_mode = 0;
93 STATIC U08 ag_Perbi = 0;
94 STATIC U32 agtiapi_polling_mode = 0;
95 STATIC U32 ag_card_good = 0; // * total card initialized
96 STATIC U32 ag_option_flag = 0; // * adjustable parameter flag
97 STATIC U32 agtiapi_1st_time = 1;
98 STATIC U32 ag_timeout_secs = 10; //Made timeout equivalent to linux
116 STATIC U08 agtiapi_AddrModes[AGTIAPI_MAX_CHANNEL_NUM + 1] =
211 STATIC void agtiapi_CheckIOTimeout(void *data);
1107 STATIC agBOOLEAN agtiapi_InitCardSW( struct agtiapi_softc *pmsc ) in agtiapi_InitCardSW()
[all …]
/freebsd/sys/dev/neta/
H A Dif_mvneta.c87 #define STATIC /* nothing */ macro
89 #define STATIC static macro
97 STATIC int mvneta_initreg(if_t);
100 STATIC int mvneta_ring_alloc_rx_queue(struct mvneta_softc *, int);
101 STATIC int mvneta_ring_alloc_tx_queue(struct mvneta_softc *, int);
102 STATIC void mvneta_ring_dealloc_rx_queue(struct mvneta_softc *, int);
103 STATIC void mvneta_ring_dealloc_tx_queue(struct mvneta_softc *, int);
104 STATIC int mvneta_ring_init_rx_queue(struct mvneta_softc *, int);
105 STATIC int mvneta_ring_init_tx_queue(struct mvneta_softc *, int);
106 STATIC void mvneta_ring_flush_rx_queue(struct mvneta_softc *, int);
[all …]
H A Dif_mvneta_fdt.c60 #define STATIC /* nothing */ macro
62 #define STATIC static macro
70 STATIC boolean_t mvneta_find_ethernet_prop_switch(phandle_t, phandle_t);
259 STATIC boolean_t
/freebsd/contrib/less/
H A Dregexp.c177 #ifndef STATIC
178 #define STATIC static macro
180 STATIC char *reg(int, int *);
181 STATIC char *regbranch(int *);
182 STATIC char *regpiece(int *);
183 STATIC char *regatom(int *);
184 STATIC char *regnode(char);
185 STATIC char *regnext(register char *);
186 STATIC void regc(char);
187 STATIC voi
[all...]
/freebsd/contrib/mandoc/
H A Dconfigure54 STATIC=
289 if [ -n "${STATIC}" ]; then
290 echo "selected STATIC=\"${STATIC}\" (manual)" 1>&2
291 echo "selected STATIC=\"${STATIC}\" (manual)" 1>&3
294 runtest noop STATIC -static || true
295 [ ${HAVE_STATIC} -eq 0 ] || STATIC="-static"
296 echo "selected STATIC=\"${STATIC}\"" 1>&2
297 echo "selected STATIC=\"${STATIC}\"" 1>&3
655 STATIC = ${STATIC}
/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dostypes.h73 #ifdef STATIC
74 #undef STATIC
77 #define STATIC macro
H A Dlxutil.c43 STATIC void agtiapi_DelayMSec( U32 MiliSeconds ) in agtiapi_DelayMSec()
60 STATIC agBOOLEAN agtiapi_typhAlloc( ag_card_info_t *thisCardInst ) in agtiapi_typhAlloc()
130 STATIC agBOOLEAN agtiapi_InitResource( ag_card_info_t *thisCardInst ) in agtiapi_InitResource()
490 STATIC int agtiapi_ScopeDMARes( ag_card_info_t *thisCardInst ) in agtiapi_ScopeDMARes()
586 STATIC void agtiapi_ReleasePCIMem( ag_card_info_t *pCardInfo ) { in agtiapi_ReleasePCIMem()
622 STATIC agBOOLEAN agtiapi_MemAlloc( ag_card_info_t *thisCardInst, in agtiapi_MemAlloc()
685 STATIC void agtiapi_MemFree( ag_card_info_t *pCardInfo ) in agtiapi_MemFree()
754 STATIC int agtiapi_ProbeCard( device_t dev, in agtiapi_ProbeCard()
H A Dlxproto.h46 STATIC agBOOLEAN agtiapi_MemAlloc( ag_card_info_t *thisCardInst,
/freebsd/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.output35 21 | STATIC
129 STATIC reduce 8
143 STATIC shift 7
170 decl_spec : STATIC . (21)
216 STATIC reduce 8
310 STATIC shift 7
334 STATIC reduce 4
473 STATIC shift 7
583 STATIC reduce 8
788 STATIC reduce 8
[all …]
H A Dbtyacc_demo.tab.h10 #define STATIC 263 macro
/freebsd/contrib/netbsd-tests/net/route/
H A Dt_change.sh128 flags: <UP,GATEWAY,DONE,STATIC>
147 flags: <UP,GATEWAY,DONE,STATIC>
195 flags: <UP,GATEWAY,DONE,STATIC>
214 flags: <UP,GATEWAY,DONE,STATIC>
262 flags: <UP,GATEWAY,DONE,STATIC>
281 flags: <UP,GATEWAY,DONE,STATIC>
/freebsd/sys/contrib/xz-embedded/freebsd/
H A Dxz_config.h43 #undef STATIC
44 #define STATIC macro
/freebsd/sys/contrib/xz-embedded/linux/lib/
H A Ddecompress_unxz.c103 #ifdef STATIC
109 #define XZ_EXTERN STATIC
251 STATIC int INIT unxz(unsigned char *in, int in_size, in unxz()
/freebsd/crypto/openssh/contrib/
H A Dfindssl.sh65 STATIC=-static
172 ${CC} ${STATIC} -o conftest conftest.c -L${libdir} -lcrypto 2>>findssl.log
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddebug.h149 #define STATIC macro
152 #define STATIC static macro
/freebsd/sys/dev/iavf/
H A Diavf_adminq.c44 STATIC void iavf_adminq_init_regs(struct iavf_hw *hw) in iavf_adminq_init_regs()
132 STATIC enum iavf_status iavf_alloc_arq_bufs(struct iavf_hw *hw) in iavf_alloc_arq_bufs()
199 STATIC enum iavf_status iavf_alloc_asq_bufs(struct iavf_hw *hw) in iavf_alloc_asq_bufs()
239 STATIC void iavf_free_arq_bufs(struct iavf_hw *hw) in iavf_free_arq_bufs()
258 STATIC void iavf_free_asq_bufs(struct iavf_hw *hw) in iavf_free_asq_bufs()
283 STATIC enum iavf_status iavf_config_asq_regs(struct iavf_hw *hw) in iavf_config_asq_regs()
312 STATIC enum iavf_status iavf_config_arq_regs(struct iavf_hw *hw) in iavf_config_arq_regs()
/freebsd/contrib/libder/libder/
H A DCMakeLists.txt4 add_library(der_static STATIC ${libder_SOURCES})
/freebsd/contrib/bmake/mk/sys/
H A DAIX.mk29 STATIC ?= -static
33 STATIC ?=
H A DLinux.mk32 STATIC ?= -static
36 STATIC ?= -Bstatic
H A DOSF1.mk40 STATIC ?= -static
42 STATIC ?= -non_shared
H A DHP-UX.mk49 STATIC ?= -static
64 STATIC ?= -Wl,-a,archive
H A DSunOS.mk61 STATIC ?= -static
65 STATIC ?= -Bstatic
/freebsd/contrib/byacc/test/
H A Dbtyacc_demo.y54 %token EXTERN REGISTER STATIC CONST VOLATILE IF THEN ELSE CLCL
134 | STATIC [ $$ = bare_static(); ]
/freebsd/sys/contrib/xz-embedded/userspace/
H A Dboottest.c14 #define STATIC static macro

123