Searched refs:lbr_fhlog_call_backs_t (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtlm_buffers.h164 } lbr_fhlog_call_backs_t; typedef in typeref:struct:lbr_fhlog_call_backs
244 typedef int (*path_hist_func_t)(lbr_fhlog_call_backs_t *,
249 typedef int (*dir_hist_func_t)(lbr_fhlog_call_backs_t *,
253 typedef int (*node_hist_func_t)(lbr_fhlog_call_backs_t *,
259 lbr_fhlog_call_backs_t *lbrlog_callbacks_init(void *,
273 extern void lbrlog_callbacks_done(lbr_fhlog_call_backs_t *);
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd.h261 lbr_fhlog_call_backs_t *nlp_logcallbacks;
798 extern int ndmpd_file_history_path(lbr_fhlog_call_backs_t *,
802 extern int ndmpd_file_history_dir(lbr_fhlog_call_backs_t *,
805 extern int ndmpd_file_history_node(lbr_fhlog_call_backs_t *,
811 ndmpd_path_restored(lbr_fhlog_call_backs_t *,
815 extern int ndmpd_fhpath_v3_cb(lbr_fhlog_call_backs_t *,
819 extern int ndmpd_fhdir_v3_cb(lbr_fhlog_call_backs_t *,
822 extern int ndmpd_fhnode_v3_cb(lbr_fhlog_call_backs_t *,
827 extern int ndmpd_path_restored_v3(lbr_fhlog_call_backs_t *,
H A Dndmpd_fhistory.c733 ndmpd_fhpath_v3_cb(lbr_fhlog_call_backs_t *cbp, char *path, struct stat64 *stp,
790 ndmpd_fhdir_v3_cb(lbr_fhlog_call_backs_t *cbp, char *dir, struct stat64 *stp)
939 ndmpd_fhnode_v3_cb(lbr_fhlog_call_backs_t *cbp, char *dir, char *file,
1040 ndmpd_path_restored_v3(lbr_fhlog_call_backs_t *cbp, char *name,
1332 ndmpd_file_history_path(lbr_fhlog_call_backs_t *cbp, char *path,
1378 ndmpd_file_history_dir(lbr_fhlog_call_backs_t *cbp, char *dir,
1524 ndmpd_file_history_node(lbr_fhlog_call_backs_t *cbp, char *dir, char *file,
1588 ndmpd_path_restored(lbr_fhlog_call_backs_t *cbp, char *name, struct stat64 *stp,
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_lib.c460 lbr_fhlog_call_backs_t *
464 lbr_fhlog_call_backs_t *p;
466 p = ndmp_malloc(sizeof (lbr_fhlog_call_backs_t));
481 lbrlog_callbacks_done(lbr_fhlog_call_backs_t *p)
495 lbr_fhlog_call_backs_t *cbp; /* callbacks pointer */
504 } else if ((cbp = (lbr_fhlog_call_backs_t *)job_stats->js_callbacks)
523 lbr_fhlog_call_backs_t *cbp; /* callbacks pointer */
534 } else if ((cbp = (lbr_fhlog_call_backs_t *)job_stats->js_callbacks)
553 lbr_fhlog_call_backs_t *cbp; /* callbacks pointer */
562 } else if ((cbp = (lbr_fhlog_call_backs_t *)job_stat
[all...]

Completed in 108 milliseconds