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

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