Searched refs:_Sfnotify (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libast/common/sfio/ |
H A D | sftmp.c | 83 if(_Sfnotify) 84 (*_Sfnotify)(f,SF_CLOSING,f->file); 307 notifyf = _Sfnotify; 319 _Sfnotify = 0; 321 _Sfnotify = notifyf;
|
H A D | sfsetfd.c | 130 if(_Sfnotify) 131 (*_Sfnotify)(f, SF_SETFD, (void*)((long)newfd));
|
H A D | sfnew.c | 122 if(_Sfnotify) 123 (*_Sfnotify)(f, SF_NEW, (void*)((long)f->file));
|
H A D | sfnotify.c | 36 _Sfnotify = notify;
|
H A D | sfclose.c | 120 if(_Sfnotify) 121 (*_Sfnotify)(f, SF_CLOSING, (void*)((long)f->file));
|
H A D | sfhdr.h | 372 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 D | sfmode.c | 585 if(_Sfnotify) /* notify application of the error */ 586 (*_Sfnotify)(f, wanted, (void*)((long)f->file));
|