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

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar3.c94 char *bp_chkpnm; member in struct:bk_param_v3
1681 p = bpp->bp_tmp + strlen(bpp->bp_chkpnm);
1760 p = pnp->tn_path + strlen(bpp->bp_chkpnm);
2277 bp.bp_chkpnm = ndmp_malloc(sizeof (char) * TLM_MAX_PATH_NAME);
2278 if (!bp.bp_chkpnm) {
2283 bp.bp_chkpnm, nlp->nlp_jstat->js_job_name);
2286 bp.bp_chkpnm = nlp->nlp_backup_path;
2292 ft.ft_lpath = bp.bp_chkpnm;
2336 NDMP_FREE(bp.bp_chkpnm);

Completed in 263 milliseconds