Searched refs:sh_fdnotify (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 157 /* symbolic value for sh_fdnotify */ 192 extern int (*sh_fdnotify(int(*)(int,int)))(int,int);
|
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 166 /* symbolic value for sh_fdnotify */ 202 extern __MANGLE__ int (*sh_fdnotify __PROTO__((int(*)(int,int)))) __PROTO__((int,int));
|
/illumos-gate/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 166 /* symbolic value for sh_fdnotify */ 202 extern __MANGLE__ int (*sh_fdnotify __PROTO__((int(*)(int,int)))) __PROTO__((int,int));
|
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 166 /* symbolic value for sh_fdnotify */ 202 extern __MANGLE__ int (*sh_fdnotify __PROTO__((int(*)(int,int)))) __PROTO__((int,int));
|
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 166 /* symbolic value for sh_fdnotify */ 202 extern __MANGLE__ int (*sh_fdnotify __PROTO__((int(*)(int,int)))) __PROTO__((int,int));
|
/illumos-gate/usr/src/lib/libshell/common/bltins/ |
H A D | mkservice.c | 268 covered_fdnotify = sh_fdnotify(fdnotify);
|
Completed in 617 milliseconds