Searched refs:fdnotify (Results 1 – 2 of 2) sorted by relevance
68 static int (*fdnotify)(int,int); variable627 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()[all …]
155 static int fdnotify(int fd1, int fd2) in fdnotify() function268 covered_fdnotify = sh_fdnotify(fdnotify); in service_init()