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

/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 75 milliseconds