Searched refs:tm_tar_ops (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_tar.c | 565 if (tm_tar_ops.tm_putdir != NULL) in backup_dir() 566 (void) (tm_tar_ops.tm_putdir)(dir, tlm_acls, in backup_dir() 625 if (tm_tar_ops.tm_putfile != NULL) in backup_file() 626 rv = (tm_tar_ops.tm_putfile)(dir, name, tlm_acls, commands, in backup_file() 1348 if (tm_tar_ops.tm_getfile != NULL) { in ndmpd_tar_restore() 1350 (funct_t)tm_tar_ops.tm_getfile, (void *)&tlm_arg); in ndmpd_tar_restore()
|
H A D | ndmpd_tar3.c | 1689 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() 3589 if (tm_tar_ops.tm_getdir != NULL) { in ndmpd_rs_sar_tar_v3() 3592 err = (tm_tar_ops.tm_getdir)(cmds, cmds->tcs_command, in ndmpd_rs_sar_tar_v3()
|
H A D | ndmpd.h | 175 extern tm_ops_t tm_tar_ops;
|
/titanic_50/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_lib.c | 66 tm_ops_t tm_tar_ops = { variable
|