Searched refs:notifyf (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsftmp.c297 void (*notifyf)_ARG_((Sfio_t*, int, void*));
307 notifyf = _Sfnotify;
321 _Sfnotify = notifyf;
358 if(notifyf)
359 (*notifyf)(f, SF_NEW, (void*)((long)f->file));
/osnet-11/usr/src/lib/libast/common/misc/
H A Dfts.c166 Notify_f notifyf; member in struct:Notify_s
1416 if ((n = (*p->notifyf)(fts, f, p->context)) > 0)
1559 * context==0 => unregister notifyf
1563 fts_notify(Notify_f notifyf, void* context) argument
1572 np->notifyf = notifyf;
1580 if (np->notifyf == notifyf)

Completed in 349 milliseconds