Searched refs:tlm_cat_path (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtlm_buffers.h275 extern boolean_t tlm_cat_path(char *, char *, char *);
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_util.c545 if (!tlm_cat_path(fdip->fd_dir_name, dir, nm)) {
H A Dtlm_backup_reader.c664 if (!tlm_cat_path(fullname, dir, name)) {
683 if (!tlm_cat_path(snapname, chkdir, name)) {
881 if (!tlm_cat_path(fullname, dir, name) ||
882 !tlm_cat_path(snapname, chkdir, name)) {
H A Dtlm_restore_writer.c1555 if (!tlm_cat_path(tmp, parent, "*")) {
1562 if (!tlm_cat_path(tmp, parent, "/")) {
1659 (void) tlm_cat_path(retry, namep, "/");
2266 } else if (!tlm_cat_path(buf, rnp->rn_nlp, path)) {
H A Dtlm_lib.c600 * Function: tlm_cat_path
617 tlm_cat_path(char *buf, char *dir, char *name) function
828 if (!tlm_cat_path(full_name, dir, name)) {
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar3.c488 if (!tlm_cat_path(bp, np, pp)) {
549 if (!tlm_cat_path(buf, nlp->nlp_restore_path, path)) {
596 (void) tlm_cat_path(bp, pp, np);
2094 if (!tlm_cat_path(bpp->bp_tmp, pnp->tn_path, ent)) {
2179 if (!tlm_cat_path(bpp->bp_tmp, pnp->tn_path, ent)) {
H A Dndmpd_util.c2152 (void) tlm_cat_path(buf, (char *)dir, fname);
2192 (void) tlm_cat_path(buf, path, name);
H A Dndmpd_tar.c1519 if (!tlm_cat_path(pathname, bkpath, ent->name)) {

Completed in 89 milliseconds