Searched defs:DAR (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c216 * during a DAR restore, e.g. they appear always send the first name
259 int DAR,
295 * non-DAR restore of hardlinks. It is intended to be initialized by
494 * If the restore is running using DAR we should check for
543 if (DAR) {
644 if (DAR && (tar_hdr->th_linkflag == LF_LINK)) {
682 if (is_hardlink && !DAR && !want_this_file && !nmp) {
709 * In the case of non-DAR, we have to record the first
715 * problem for DAR, where DMA tells the tape where
718 if (is_hardlink && !DAR) {
250 tar_getdir(tlm_commands_t *commands, tlm_cmd_t *local_commands, tlm_job_stats_t *job_stats, struct rs_name_maker *rnp, int lib, int drv, char **sels, char **exls, int flags, int DAR, char *bk_path, struct hardlink_q *hardlink_q) argument
[all...]

Completed in 63 milliseconds