Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-s390x/
Dfcntl.h42 #define F_SETSIG 10 /* for sockets. */ macro
/linux-2.4.37.9/include/asm-ia64/
Dfcntl.h43 #define F_SETSIG 10 /* for sockets. */ macro
/linux-2.4.37.9/include/asm-x86_64/
Dfcntl.h35 #define F_SETSIG 10 /* for sockets. */ macro
/linux-2.4.37.9/include/asm-alpha/
Dfcntl.h36 #define F_SETSIG 10 /* for sockets. */ macro
/linux-2.4.37.9/include/asm-s390/
Dfcntl.h42 #define F_SETSIG 10 /* for sockets. */ macro
/linux-2.4.37.9/include/asm-sh/
Dfcntl.h35 #define F_SETSIG 10 /* for sockets. */ macro
/linux-2.4.37.9/include/asm-sh64/
Dfcntl.h35 #define F_SETSIG 10 /* for sockets. */ macro
/linux-2.4.37.9/include/asm-arm/
Dfcntl.h35 #define F_SETSIG 10 /* for sockets. */ macro
/linux-2.4.37.9/include/asm-i386/
Dfcntl.h35 #define F_SETSIG 10 /* for sockets. */ macro
/linux-2.4.37.9/include/asm-m68k/
Dfcntl.h35 #define F_SETSIG 10 /* for sockets. */ macro
/linux-2.4.37.9/include/asm-cris/
Dfcntl.h37 #define F_SETSIG 10 /* for sockets. */ macro
/linux-2.4.37.9/include/asm-sparc/
Dfcntl.h35 #define F_SETSIG 10 /* for sockets. */ macro
/linux-2.4.37.9/include/asm-parisc/
Dfcntl.h43 #define F_SETSIG 13 /* for sockets. */ macro
/linux-2.4.37.9/include/asm-ppc/
Dfcntl.h35 #define F_SETSIG 10 /* for sockets. */ macro
/linux-2.4.37.9/include/asm-ppc64/
Dfcntl.h42 #define F_SETSIG 10 /* for sockets. */ macro
/linux-2.4.37.9/include/asm-mips/
Dfcntl.h43 #define F_SETSIG 10 /* for sockets. */ macro
/linux-2.4.37.9/include/asm-sparc64/
Dfcntl.h36 #define F_SETSIG 10 /* for sockets. */ macro
/linux-2.4.37.9/include/asm-mips64/
Dfcntl.h43 #define F_SETSIG 10 /* for sockets. */ macro
/linux-2.4.37.9/Documentation/
Ddnotify.txt28 information. However, if the F_SETSIG fcntl(2) call is used to let the
84 fcntl(fd, F_SETSIG, SIGRTMIN);
/linux-2.4.37.9/fs/
Dfcntl.c312 case F_SETSIG: in do_fcntl()