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

/opensolaris-onvv-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 *);
/opensolaris-onvv-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_lib.c459 lbr_fhlog_call_backs_t *
463 lbr_fhlog_call_backs_t *p;
465 p = ndmp_malloc(sizeof (lbr_fhlog_call_backs_t));
480 lbrlog_callbacks_done(lbr_fhlog_call_backs_t *p)
494 lbr_fhlog_call_backs_t *cbp; /* callbacks pointer */
503 } else if ((cbp = (lbr_fhlog_call_backs_t *)job_stats->js_callbacks)
522 lbr_fhlog_call_backs_t *cbp; /* callbacks pointer */
533 } else if ((cbp = (lbr_fhlog_call_backs_t *)job_stats->js_callbacks)
552 lbr_fhlog_call_backs_t *cbp; /* callbacks pointer */
561 } else if ((cbp = (lbr_fhlog_call_backs_t *)job_stat
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd.h259 lbr_fhlog_call_backs_t *nlp_logcallbacks;
810 extern int ndmpd_file_history_path(lbr_fhlog_call_backs_t *,
814 extern int ndmpd_file_history_dir(lbr_fhlog_call_backs_t *,
817 extern int ndmpd_file_history_node(lbr_fhlog_call_backs_t *,
823 ndmpd_path_restored(lbr_fhlog_call_backs_t *,
827 extern int ndmpd_fhpath_v3_cb(lbr_fhlog_call_backs_t *,
831 extern int ndmpd_fhdir_v3_cb(lbr_fhlog_call_backs_t *,
834 extern int ndmpd_fhnode_v3_cb(lbr_fhlog_call_backs_t *,
839 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,

Completed in 105 milliseconds