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

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar.c565 if (tm_tar_ops.tm_putdir != NULL)
566 (void) (tm_tar_ops.tm_putdir)(dir, tlm_acls,
625 if (tm_tar_ops.tm_putfile != NULL)
626 rv = (tm_tar_ops.tm_putfile)(dir, name, tlm_acls, commands,
1348 if (tm_tar_ops.tm_getfile != NULL) {
1350 (funct_t)tm_tar_ops.tm_getfile, (void *)&tlm_arg);
H A Dndmpd_tar3.c1689 if (tm_tar_ops.tm_putdir != NULL)
1690 (void) (tm_tar_ops.tm_putdir)(fullpath, bpp->bp_tlmacl,
1768 if (tm_tar_ops.tm_putfile != NULL)
1769 rv = (tm_tar_ops.tm_putfile)(fullpath, ent, pnp->tn_path,
3223 if (tm_tar_ops.tm_getdir != NULL) {
3226 err = (tm_tar_ops.tm_getdir)(cmds, cmds->tcs_command,
3589 if (tm_tar_ops.tm_getdir != NULL) {
3592 err = (tm_tar_ops.tm_getdir)(cmds, cmds->tcs_command,
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

Completed in 86 milliseconds