Home
last modified time | relevance | path

Searched refs:sh_fdnotify (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/include/
H A Dshell.h192 extern int (*sh_fdnotify(int(*)(int,int)))(int,int);
/titanic_41/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h202 extern __MANGLE__ int (*sh_fdnotify __PROTO__((int(*)(int,int)))) __PROTO__((int,int));
/titanic_41/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h202 extern __MANGLE__ int (*sh_fdnotify __PROTO__((int(*)(int,int)))) __PROTO__((int,int));
/titanic_41/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h202 extern __MANGLE__ int (*sh_fdnotify __PROTO__((int(*)(int,int)))) __PROTO__((int,int));
/titanic_41/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h202 extern __MANGLE__ int (*sh_fdnotify __PROTO__((int(*)(int,int)))) __PROTO__((int,int));
/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dmkservice.c268 covered_fdnotify = sh_fdnotify(fdnotify); in service_init()
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dio.c2372 Notify_f sh_fdnotify(Notify_f notify) in sh_fdnotify() function