Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c76 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()
2305 if(fdnotify) in sftrack()
2591 if(fdnotify) in sh_dup()
2592 (*fdnotify)(old,fd); in sh_dup()
2617 if(fdnotify) in sh_fcntl()
2618 (*fdnotify)(fd,newfd); in sh_fcntl()
2695 old = fdnotify; in sh_fdnotify()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dmkservice.c155 static int fdnotify(int fd1, int fd2) in fdnotify() function
268 covered_fdnotify = sh_fdnotify(fdnotify); in service_init()