Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/sfio/
H A Dsfsetfd.c131 (*_Sfnotify)(f, SF_SETFD, (void*)((long)newfd));
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dsfio.h184 #define SF_SETFD (-1) /* about to set the file descriptor */ macro
/titanic_41/usr/src/lib/libast/common/include/
H A Dsfio.h184 #define SF_SETFD (-1) /* about to set the file descriptor */ macro
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dsfio.h184 #define SF_SETFD (-1) /* about to set the file descriptor */ macro
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio.h184 #define SF_SETFD (-1) /* about to set the file descriptor */ macro
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dsfio.h184 #define SF_SETFD (-1) /* about to set the file descriptor */ macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dio.c1953 if(flag==SF_SETFD || flag==SF_CLOSING) in sftrack()
2014 else if(flag==SF_CLOSING || (flag==SF_SETFD && newfd<=2)) in sftrack()