Searched refs:F_GETOWN (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/security/audit/
H A Daudit_bsm_fcntl.c89 { BSM_F_GETOWN, F_GETOWN },
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_windows.h239 #define F_GETOWN 5 /* Get owner (receiver of SIGIO). */ macro
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dfcntl.h245 #define F_GETOWN 5 /* get SIGIO/SIGURG proc/pgrp */ macro
/macosx-10.10/screen-22/screen/
H A Dsocket.c546 debug1("Serversocket owned by %d\n", fcntl(s, F_GETOWN, 0));
/macosx-10.10/emacs-93/emacs/src/
H A Dsysdep.c1680 #ifdef F_GETOWN /* F_SETFL does not imply existence of F_GETOWN */
1684 old_fcntl_owner = fcntl (input_fd, F_GETOWN, 0);
1688 #endif /* F_GETOWN */
/macosx-10.10/system_cmds-643.1.1/fs_usage.tproj/
H A Dfs_usage.c3640 case F_GETOWN:
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_descrip.c870 case F_GETOWN:
/macosx-10.10/ruby-106/ruby/
H A Dio.c8622 #ifdef F_GETOWN
8623 case F_GETOWN:

Completed in 304 milliseconds