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

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar3.c93 char *bp_tmp; member in struct:bk_param_v3
1660 NDMP_LOG(LOG_DEBUG, "d(%s)", bpp->bp_tmp);
1662 if (lstat64(bpp->bp_tmp, &st) != 0)
1665 if (acl_get(bpp->bp_tmp, ACL_NO_TRIVIAL, &aclp) != 0) {
1681 p = bpp->bp_tmp + strlen(bpp->bp_chkpnm);
1734 NDMP_LOG(LOG_DEBUG, "f(%s)", bpp->bp_tmp);
1736 if (lstat64(bpp->bp_tmp, &st) != 0)
1740 if (acl_get(bpp->bp_tmp, ACL_NO_TRIVIAL, &aclp) != 0) {
2094 if (!tlm_cat_path(bpp->bp_tmp, pnp->tn_path, ent)) {
2111 bpp->bp_tmp, st
[all...]

Completed in 73 milliseconds