Home
last modified time | relevance | path

Searched refs:tm_tar_ops (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar.c564 if (tm_tar_ops.tm_putdir != NULL) in backup_dir()
565 (void) (tm_tar_ops.tm_putdir)(dir, tlm_acls, in backup_dir()
624 if (tm_tar_ops.tm_putfile != NULL) in backup_file()
625 rv = (tm_tar_ops.tm_putfile)(dir, name, tlm_acls, commands, in backup_file()
1347 if (tm_tar_ops.tm_getfile != NULL) { in ndmpd_tar_restore()
1348 err = pthread_create(&wrtp, NULL, tm_tar_ops.tm_getfile, in ndmpd_tar_restore()
H A Dndmpd_tar3.c1689 if (tm_tar_ops.tm_putdir != NULL) in backup_dirv3()
1690 (void) (tm_tar_ops.tm_putdir)(fullpath, bpp->bp_tlmacl, in backup_dirv3()
1768 if (tm_tar_ops.tm_putfile != NULL) in backup_filev3()
1769 rv = (tm_tar_ops.tm_putfile)(fullpath, ent, pnp->tn_path, in backup_filev3()
3223 if (tm_tar_ops.tm_getdir != NULL) { in ndmpd_dar_tar_v3()
3226 err = (tm_tar_ops.tm_getdir)(cmds, cmds->tcs_command, in ndmpd_dar_tar_v3()
3588 if (tm_tar_ops.tm_getdir != NULL) { in ndmpd_rs_sar_tar_v3()
3591 err = (tm_tar_ops.tm_getdir)(cmds, cmds->tcs_command, in ndmpd_rs_sar_tar_v3()
H A Dndmpd.h175 extern tm_ops_t tm_tar_ops;
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_lib.c66 tm_ops_t tm_tar_ops = { variable