Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/sfio/
H A Dsftmp.c83 if(_Sfnotify)
84 (*_Sfnotify)(f,SF_CLOSING,f->file);
307 notifyf = _Sfnotify;
319 _Sfnotify = 0;
321 _Sfnotify = notifyf;
H A Dsfsetfd.c130 if(_Sfnotify)
131 (*_Sfnotify)(f, SF_SETFD, (void*)((long)newfd));
H A Dsfnew.c122 if(_Sfnotify)
123 (*_Sfnotify)(f, SF_NEW, (void*)((long)f->file));
H A Dsfnotify.c36 _Sfnotify = notify;
H A Dsfclose.c120 if(_Sfnotify)
121 (*_Sfnotify)(f, SF_CLOSING, (void*)((long)f->file));
H A Dsfhdr.h372 if(_Sfnotify) \
373 { (*_Sfnotify)((_mf_), SF_MTACCESS, (Void_t*)(&(ff)) ); \
380 { if(_Sfnotify) \
381 (*_Sfnotify)((_mf_), SF_MTACCESS, NIL(Void_t*) ); \
792 #define _Sfnotify (_Sfextern.sf_notify) macro
H A Dsfmode.c585 if(_Sfnotify) /* notify application of the error */
586 (*_Sfnotify)(f, wanted, (void*)((long)f->file));