Home
last modified time | relevance | path

Searched refs:F_SETOWN (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.h68 #ifndef F_SETOWN
69 #define F_SETOWN 8 /* for sockets. */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/
H A Dfcntl.h27 #define F_SETOWN 24 /* for sockets. */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dfcntl.h114 #define F_SETOWN 6 /* Set owner - for ASYNC */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dfcntl.h90 # define F_SETOWN 24 /* Get owner of socket (receiver of SIGIO). */ macro
/utopia/UTPA2-700.0.x/modules/mbx/drv/mbx/linux/
H A DdrvMBX.c405 if (fcntl(_s32FdMBX, F_SETOWN, getpid()) < 0) in _MDrv_MBX_Init_()