Searched refs:fdnotify (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dmkservice.c155 static int fdnotify(int fd1, int fd2) function
268 covered_fdnotify = sh_fdnotify(fdnotify);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dio.c71 static int (*fdnotify)(int,int); variable
695 if(fdnotify)
696 (*fdnotify)(fd,SH_FDCLOSE);
2184 if(fdnotify)
2185 (*fdnotify)(sffileno(sp),flag==SF_CLOSING?-1:newfd);
2238 if(fdnotify)
2239 (*fdnotify)(-1,sffileno(sp));
2523 if(fdnotify)
2524 (*fdnotify)(old,fd);
2549 if(fdnotify)
[all...]

Completed in 28 milliseconds