Lines Matching refs:fdnotify
68 static int (*fdnotify)(int,int); variable
627 if(fdnotify) in sh_close()
628 (*fdnotify)(fd,SH_FDCLOSE); in sh_close()
1957 if(fdnotify) in sftrack()
1958 (*fdnotify)(sffileno(sp),flag==SF_CLOSING?-1:newfd); in sftrack()
2011 if(fdnotify) in sftrack()
2012 (*fdnotify)(-1,sffileno(sp)); in sftrack()
2278 if(fdnotify) in sh_dup()
2279 (*fdnotify)(old,fd); in sh_dup()
2299 if(fdnotify) in sh_fcntl()
2300 (*fdnotify)(fd,newfd); in sh_fcntl()
2375 old = fdnotify; in sh_fdnotify()
2376 fdnotify = notify; in sh_fdnotify()