Home
last modified time | relevance | path

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

123

/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiproto.h41 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);
68 STATIC void wwnprintk(unsigned char *name, int len);
69 STATIC int wwncpy(ag_device_t *pDevice);
86 STATIC U32 agtiapi_InitCCBs( struct agtiapi_softc *pCard,
89 STATIC void agtiapi_PrepCCBs( struct agtiapi_softc *pCard,
105 STATIC void agtiapi_TITimer( void *data );
[all …]
H A Dagtiapi.c92 STATIC U32 agtiapi_intx_mode = 0;
93 STATIC U08 ag_Perbi = 0;
94 STATIC U32 agtiapi_polling_mode = 0;
97 STATIC U32 agtiapi_1st_time = 1;
211 STATIC void agtiapi_CheckIOTimeout(void *data);
2214 STATIC void agtiapi_CheckIOTimeout(void *data) in agtiapi_CheckIOTimeout()
4264 STATIC void agtiapi_DumpCCB(ccb_t *pccb) in agtiapi_DumpCCB()
5693 STATIC agBOOLEAN
5765 STATIC int wwncpy( ag_device_t *pDevice ) in wwncpy()
5864 STATIC void agtiapi_TITimer( void *data ) in agtiapi_TITimer()
[all …]
/freebsd/sys/dev/neta/
H A Dif_mvneta.c408 STATIC int
832 STATIC int
879 STATIC int
947 STATIC int
1091 STATIC int
1205 STATIC int
1254 STATIC int
1376 STATIC int
1407 STATIC int
1493 STATIC 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();
183 STATIC char *regatom();
184 STATIC char *regnode();
185 STATIC char *regnext();
186 STATIC void regc();
188 STATIC void regtail();
191 STATIC int strcspn();
712 STATIC int regtry();
[all …]
/freebsd/contrib/mandoc/
H A Dconfigure53 STATIC=
286 if [ -n "${STATIC}" ]; then
287 echo "selected STATIC=\"${STATIC}\" (manual)" 1>&2
288 echo "selected STATIC=\"${STATIC}\" (manual)" 1>&3
291 runtest noop STATIC -static || true
292 [ ${HAVE_STATIC} -eq 0 ] || STATIC="-static"
293 echo "selected STATIC=\"${STATIC}\"" 1>&2
294 echo "selected STATIC=\"${STATIC}\"" 1>&3
645 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.output129 STATIC reduce 8
143 STATIC shift 7
216 STATIC reduce 8
310 STATIC shift 7
334 STATIC reduce 4
473 STATIC shift 7
583 STATIC reduce 8
820 STATIC shift 7
917 STATIC shift 7
1139 STATIC shift 7
[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/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 DSunOS.mk61 STATIC ?= -static
65 STATIC ?= -Bstatic
H A DHP-UX.mk49 STATIC ?= -static
64 STATIC ?= -Wl,-a,archive
H A DUnixWare.mk40 STATIC ?= -static
44 STATIC ?= -Bstatic # XXX: don't know about UDK compilers
/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