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

/illumos-gate/usr/src/cmd/filesync/
H A Drecon.c803 full_name(struct file *fp, side_t srcdst, side_t whichbuf) argument
810 b = (srcdst == OPT_SRC) ? fp->f_base->b_src_name
H A Daction.c48 * update fp->f_info[srcdst]
49 * update fp->f_info[OPT_BASE] from fp->f_info[srcdst]
122 do_like(struct file *fp, side_t srcdst, bool_t do_stats) argument
137 if (srcdst == opt_oneway) {
146 if (srcdst == OPT_SRC) {
338 link_update(fp, srcdst);
354 if (srcdst == OPT_SRC)
389 do_copy(struct file *fp, side_t srcdst) argument
414 if (srcdst == opt_oneway) {
422 if (srcdst
850 do_remove(struct file *fp, side_t srcdst) argument
936 do_rename(struct file *fp, side_t srcdst) argument
[all...]
H A Danal.c548 same_name(struct file *f1, struct file *f2, side_t srcdst) argument
552 if (srcdst == OPT_SRC) {
648 find_link(struct file *fp, side_t srcdst) argument
655 chgside = (srcdst == OPT_SRC) ? OPT_DST : OPT_SRC;
656 tgtside = (srcdst == OPT_SRC) ? OPT_SRC : OPT_DST;
768 if (fcp->f_d_maj != ((srcdst == OPT_SRC) ? lp->f_d_maj
771 if (fcp->f_d_min != ((srcdst == OPT_SRC) ? lp->f_d_min
774 if (fcp->f_ino != ((srcdst == OPT_SRC) ? lp->f_d_inum
832 has_other_links(struct file *fp, side_t srcdst) argument
836 fip = &fp->f_info[srcdst];
[all...]
H A Deval.c116 evaluate(struct base *bp, side_t srcdst, bool_t newrules) argument
127 usingsrc = (srcdst == OPT_SRC);
148 fakedata(fp, srcdst);
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y490 ip: srcdst flags icmp
705 srcdst: | IPFY_ALL label

Completed in 53 milliseconds