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

/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dmkservice.c155 static int fdnotify(int fd1, int fd2) function
268 covered_fdnotify = sh_fdnotify(fdnotify);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dio.c68 static int (*fdnotify)(int,int); variable
627 if(fdnotify)
628 (*fdnotify)(fd,SH_FDCLOSE);
1957 if(fdnotify)
1958 (*fdnotify)(sffileno(sp),flag==SF_CLOSING?-1:newfd);
2011 if(fdnotify)
2012 (*fdnotify)(-1,sffileno(sp));
2278 if(fdnotify)
2279 (*fdnotify)(old,fd);
2299 if(fdnotify)
[all...]

Completed in 66 milliseconds