Searched refs:F_GETOWN (Results 1 – 4 of 4) sorted by relevance
238 #define F_GETOWN 5 /* get SIGIO/SIGURG proc/pgrp */ macro
317 #define CAP_FCNTL_GETOWN (1 << F_GETOWN)
91 { BSM_F_GETOWN, F_GETOWN },
572 case F_GETOWN: in kern_fcntl()573 error = fget_fcntl(td, fd, &cap_fcntl_rights, F_GETOWN, &fp); in kern_fcntl()