Searched refs:fdnotify (Results 1 – 4 of 4) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | io.c | 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() [all …]
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | io.c | 76 static int (*fdnotify)(int,int); variable 702 if(fdnotify) in sh_close() 703 (*fdnotify)(fd,SH_FDCLOSE); in sh_close() 2251 if(fdnotify) in sftrack() 2252 (*fdnotify)(sffileno(sp),flag==SF_CLOSING?-1:newfd); in sftrack() 2305 if(fdnotify) in sftrack() 2306 (*fdnotify)(-1,sffileno(sp)); in sftrack() 2591 if(fdnotify) in sh_dup() 2592 (*fdnotify)(old,fd); in sh_dup() 2617 if(fdnotify) in sh_fcntl() [all...] |
/titanic_51/usr/src/lib/libshell/common/bltins/ |
H A D | mkservice.c | 155 static int fdnotify(int fd1, int fd2) in fdnotify() function 268 covered_fdnotify = sh_fdnotify(fdnotify); in service_init()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | mkservice.c | 155 static int fdnotify(int fd1, int fd2) in fdnotify() function 268 covered_fdnotify = sh_fdnotify(fdnotify); in service_init()
|