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

/illumos-gate/usr/src/uts/i86pc/ml/
H A Dfb_swtch_src.s417 jmp do_copy
420 do_copy: label
/illumos-gate/usr/src/cmd/filesync/
H A Daction.c34 * do_copy ... copy a file from one side to the other
118 * the statistics, but if we were called from do_copy
333 * see the changes. If we were called from do_copy, we don't
334 * want to do the link_updates either because do_copy will
368 * do_copy
389 do_copy(struct file *fp, side_t srcdst) function
521 fprintf(stderr, "RECO: do_copy %s %s (", src, dst);
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dcopy.s470 do_copy: label
1001 do_copy: label
2982 jb do_copy
2984 jmp do_copy
2997 jb do_copy
2999 jmp do_copy
3016 jmp do_copy
3051 jb do_copy
3053 jmp do_copy
3066 jb do_copy
[all...]
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiadm.c117 * names for do_copy() flags.
2581 do_copy(char **vol_list, enum copy_update update_mode, function
3318 exit(do_copy(volume_list, Copy, ToShadow, WaitForStart));
3338 exit(do_copy(volume_list, Update, ToShadow, WaitForStart));
3361 exit(do_copy(volume_list, Copy, ToMaster, WaitForStart));
3384 exit(do_copy(volume_list, Update, ToMaster, WaitForStart));

Completed in 69 milliseconds