Lines Matching refs:cbp
495 lbr_fhlog_call_backs_t *cbp; /* callbacks pointer */ in tlm_log_fhdir() local
504 } else if ((cbp = (lbr_fhlog_call_backs_t *)job_stats->js_callbacks) in tlm_log_fhdir()
507 } else if (cbp->fh_log_dir == NULL) { in tlm_log_fhdir()
510 rv = (*cbp->fh_log_dir)(cbp, dir, stp, fhp); in tlm_log_fhdir()
523 lbr_fhlog_call_backs_t *cbp; /* callbacks pointer */ in tlm_log_fhnode() local
534 } else if ((cbp = (lbr_fhlog_call_backs_t *)job_stats->js_callbacks) in tlm_log_fhnode()
537 } else if (cbp->fh_log_node == NULL) { in tlm_log_fhnode()
540 rv = (*cbp->fh_log_node)(cbp, dir, file, stp, off); in tlm_log_fhnode()
553 lbr_fhlog_call_backs_t *cbp; /* callbacks pointer */ in tlm_log_fhpath_name() local
562 } else if ((cbp = (lbr_fhlog_call_backs_t *)job_stats->js_callbacks) in tlm_log_fhpath_name()
565 } else if (!cbp->fh_logpname) { in tlm_log_fhpath_name()
568 rv = (*cbp->fh_logpname)(cbp, pathname, stp, off); in tlm_log_fhpath_name()
580 lbr_fhlog_call_backs_t *cbp; /* callbacks pointer */ in tlm_entry_restored() local
588 cbp = (lbr_fhlog_call_backs_t *)job_stats->js_callbacks; in tlm_entry_restored()
589 if (cbp == NULL) { in tlm_entry_restored()
593 return (*cbp->fh_logpname)(cbp, name, 0, (longlong_t)pos); in tlm_entry_restored()