Searched refs:tm_tar_ops (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_tar.c | 565 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 D | ndmpd_tar3.c | 1689 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 D | ndmpd.h | 175 extern tm_ops_t tm_tar_ops;
|
/illumos-gate/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_lib.c | 66 tm_ops_t tm_tar_ops = { variable
|
Completed in 77 milliseconds