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

/illumos-gate/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));
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfts.c166 Notify_f notifyf; member in struct:Notify_s
1412 if ((n = (*p->notifyf)(fts, f, p->context)) > 0)
1555 * context==0 => unregister notifyf
1559 fts_notify(Notify_f notifyf, void* context) argument
1568 np->notifyf = notifyf;
1576 if (np->notifyf == notifyf)

Completed in 61 milliseconds