Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/sh/
H A Dio.c68 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()
[all …]
/titanic_44/usr/src/lib/libshell/common/bltins/
H A Dmkservice.c155 static int fdnotify(int fd1, int fd2) in fdnotify() function
268 covered_fdnotify = sh_fdnotify(fdnotify); in service_init()