Home
last modified time | relevance | path

Searched refs:FASYNC (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm-generic/
H A Dfcntl.h33 #ifndef FASYNC
34 #define FASYNC 00020000 /* fcntl, for BSD compatibility */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/
H A Dfcntl.h19 #define FASYNC 0x1000 /* fcntl, for BSD compatibility */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dfcntl.h76 #define FASYNC _FASYNC macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dfcntl.h187 # define FASYNC O_ASYNC macro
/utopia/UTPA2-700.0.x/modules/mbx/drv/mbx/linux/
H A DdrvMBX.c409 if (fcntl(_s32FdMBX, F_SETFL, FASYNC) < 0) //register it right now in _MDrv_MBX_Init_()