Home
last modified time | relevance | path

Searched refs:F_SETSIG (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm-generic/
H A Dfcntl.h72 #ifndef F_SETSIG
73 #define F_SETSIG 10 /* for sockets. */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dfcntl.h95 # define F_SETSIG 10 /* Set number of signal to be sent. */ macro
/utopia/UTPA2-700.0.x/modules/mbx/drv/mbx/linux/
H A DdrvMBX.c407 if (fcntl(_s32FdMBX, F_SETSIG, SIGIO_MAILBOX) < 0) in _MDrv_MBX_Init_()