Searched refs:GLOBAL (Results 1 - 25 of 113) sorted by relevance

12345

/freebsd-11-stable/contrib/tnftp/src/
H A Dftp_var.h199 #ifndef GLOBAL
200 #define GLOBAL extern macro
206 GLOBAL int trace; /* trace packets exchanged */
207 GLOBAL int hash; /* print # for each buffer transferred */
208 GLOBAL int mark; /* number of bytes between hashes */
209 GLOBAL int sendport; /* use PORT/LPRT cmd for each data connection */
210 GLOBAL int connected; /* 1 = connected to server, -1 = logged in */
211 GLOBAL int interactive; /* interactively prompt on m* cmds */
212 GLOBAL int confirmrest; /* confirm rest of current m* cmd */
213 GLOBAL in
[all...]
H A Dprogressbar.h37 #ifndef GLOBAL
38 #define GLOBAL extern macro
47 GLOBAL FILE *ttyout; /* stdout, or stderr if retrieving to stdout */
49 GLOBAL int progress; /* display transfer progress bar */
50 GLOBAL int ttywidth; /* width of tty */
52 GLOBAL off_t bytes; /* current # of bytes read */
53 GLOBAL off_t filesize; /* size of file being transferred */
54 GLOBAL off_t restart_point; /* offset to restart transfer */
55 GLOBAL char *prefix; /* Text written left of progress bar */
59 GLOBAL in
[all...]
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dinherit0.tab.h4 #define GLOBAL 257 macro
H A Dbtyacc_destroy1.tab.h4 #define GLOBAL 257 macro
H A Dbtyacc_destroy2.tab.h4 #define GLOBAL 257 macro
H A Dbtyacc_destroy3.tab.h4 #define GLOBAL 257 macro
H A Derr_inherit3.tab.h4 #define GLOBAL 257 macro
H A Dinherit1.tab.h4 #define GLOBAL 257 macro
H A Dinherit2.tab.h4 #define GLOBAL 257 macro
H A Derr_inherit4.tab.h4 #define GLOBAL 257 macro
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaproto.h37 GLOBAL agsaTimerDesc_t *siTimerAdd(
45 GLOBAL void siTimerRemove(
50 GLOBAL void siTimerRemoveAll(agsaRoot_t *agRoot);
53 GLOBAL bit32 siConfiguration(agsaRoot_t *agRoot,
59 GLOBAL bit32 mpiInitialize(agsaRoot_t *agRoot,
64 GLOBAL bit32 mpiWaitForConfigTable(agsaRoot_t *agRoot,
68 GLOBAL void mpiUpdateIBQueueCfgTable(agsaRoot_t *agRoot,
74 GLOBAL void mpiUpdateOBQueueCfgTable(agsaRoot_t *agRoot,
79 GLOBAL void mpiUpdateFatalErrorTable(agsaRoot_t *agRoot,
86 GLOBAL bit3
[all...]
H A Dsaframe.c55 GLOBAL bit32 saFrameReadBit32(
96 GLOBAL void saFrameReadBlock (
H A Dsautil.c129 GLOBAL void
213 GLOBAL void
263 GLOBAL void
314 GLOBAL void
369 GLOBAL void
412 GLOBAL bit32 smIsCfg_V_ANY( agsaRoot_t *agRoot)
437 GLOBAL bit32 smIS_SPC( agsaRoot_t *agRoot)
446 GLOBAL bit32 smIS_HIL( agsaRoot_t *agRoot) /* or delray */
459 GLOBAL bit32 smIS_SPC6V( agsaRoot_t *agRoot)
470 GLOBAL bit3
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h46 GLOBAL bit32 FORCEINLINE saDelayedInterruptHandler(
52 GLOBAL bit32 FORCEINLINE saInterruptHandler(
57 GLOBAL void saSystemInterruptsActive(
62 GLOBAL FORCEINLINE void saSystemInterruptsEnable(
74 GLOBAL void saTimerTick(agsaRoot_t *agRoot);
82 GLOBAL void saGetRequirements(
90 GLOBAL bit32 saInitialize(
104 GLOBAL void saHwReset(
110 GLOBAL void saHwShutdown(agsaRoot_t *agRoot);
119 GLOBAL bit3
[all...]
H A Dsaosapi.h49 GLOBAL FORCEINLINE
57 GLOBAL FORCEINLINE
66 GLOBAL FORCEINLINE
75 GLOBAL FORCEINLINE
100 GLOBAL FORCEINLINE void ossaSingleThreadedEnter(
107 GLOBAL FORCEINLINE void ossaSingleThreadedLeave(
114 GLOBAL void ossaStallThread(
152 GLOBAL FORCEINLINE void ossaCacheInvalidate(
161 GLOBAL FORCEINLINE void ossaCacheFlush(
170 GLOBAL FORCEINLIN
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsatproto.h167 GLOBAL bit32 satPacket(
201 GLOBAL bit32 satDeviceReset(
237 GLOBAL bit32 satExecuteDeviceDiagnostic(
273 GLOBAL bit32 satSetFeatures(
318 GLOBAL bit32 satRequestSenseForATAPI(
353 GLOBAL bit32 satRead12(
378 GLOBAL bit32 satRead10(
404 GLOBAL bit32 satRead16(
428 GLOBAL bit32 satRead6(
453 GLOBAL bit3
[all...]
/freebsd-11-stable/contrib/byacc/test/
H A Dinherit0.y12 %token GLOBAL LOCAL
25 class : GLOBAL { $$ = 1; }
H A Derr_inherit1.y22 %token <cval> GLOBAL LOCAL
56 class : GLOBAL { $$ = cGLOBAL; }
H A Dinherit1.y24 %token <cval> GLOBAL LOCAL
49 class : GLOBAL { $$ = cGLOBAL; }
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsol2.h37 #define ASM_PREFERRED_EH_DATA_FORMAT(CODE,GLOBAL) \
38 (flag_pic ? ((GLOBAL ? DW_EH_PE_indirect : 0) \
/freebsd-11-stable/sys/dev/pms/freebsd/driver/common/
H A Dostypes.h131 #define GLOBAL extern macro
147 #define osGLOBAL GLOBAL
/freebsd-11-stable/sys/powerpc/aim/
H A Dlocore32.S53 GLOBAL(__startkernel)
55 GLOBAL(__endkernel)
59 GLOBAL(tmpstk)
H A Dlocore64.S52 GLOBAL(__startkernel)
54 GLOBAL(__endkernel)
59 GLOBAL(tmpstk)
/freebsd-11-stable/stand/powerpc/uboot/
H A Dstart.S89 GLOBAL(syscall_ptr)
91 GLOBAL(saved_regs)
93 GLOBAL(uboot_address)
/freebsd-11-stable/sys/powerpc/ofw/
H A Dofwcall32.S41 GLOBAL(ofmsr)
43 GLOBAL(rtasmsr)
45 GLOBAL(openfirmware_entry)
47 GLOBAL(rtas_entry)

Completed in 155 milliseconds

12345