Searched refs:F_GETOWN (Results 1 – 5 of 5) sorted by relevance
186 #define F_GETOWN 5 /* get SIGIO/SIGURG proc/pgrp */ macro
238 #define F_GETOWN 5 /* Get owner (receiver of SIGIO). */ macro
461 case F_GETOWN: in sys_fcntl()
411 cmd = cmd == LINUX_F_SETOWN ? F_SETOWN : F_GETOWN; in linux_sys_fcntl()
566 CASERETURN(F_GETOWN); in fcntlname()