Searched refs:peg (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/svn/
H A Dexport-cmd.c72 /* Get the peg revision if present. */
91 const char *peg;
93 SVN_ERR(svn_opt__split_arg_at_peg_revision(&to, &peg, to, pool));
94 if (peg[0] && peg[1])
96 _("'%s': a peg revision is not allowed here"),
89 const char *peg; local
H A Dcopy-cmd.c62 /* Get the src list and associated peg revs */
78 svn: '@HEAD' is just a peg revision. Maybe try '@HEAD@' instead?
116 /* Get DST_PATH (the target path or URL) and check that no peg revision is
120 svn_opt_revision_t peg;
122 SVN_ERR(svn_opt_parse_path(&peg, &dst_path, tgt, pool));
123 if (peg.kind != svn_opt_revision_unspecified)
125 _("'%s': a peg revision is not allowed here"),
118 svn_opt_revision_t peg; local
H A Dutil.c1086 const char *true_target, *peg;
1088 SVN_ERR(svn_opt__split_arg_at_peg_revision(&true_target, &peg,
1090 if (peg[0] && peg[1])
1092 _("'%s': a peg revision is not allowed here"),
1084 const char *true_target, *peg; local
/freebsd-13-stable/sys/dev/isci/scil/
H A Dscu_registers.h335 #define SMU_RESET_PROTOCOL_ENGINE(peg, pe) \
336 ((1UL << (pe)) << ((peg) * 8UL))
338 #define SMU_RESET_PEG_PROTOCOL_ENGINES(peg) \
340 SMU_RESET_PROTOCOL_ENGINE(peg, 0) \
341 | SMU_RESET_PROTOCOL_ENGINE(peg, 1) \
342 | SMU_RESET_PROTOCOL_ENGINE(peg, 2) \
343 | SMU_RESET_PROTOCOL_ENGINE(peg, 3) \
361 #define SMU_RESET_WIDE_PORT_QUEUE(peg, wide_port) \
362 ((1UL << ((wide_port) / 2)) << ((peg) * 2UL) << 16UL)
373 #define SMU_RESET_PROTOCOL_ENGINE_GROUP(peg) \
2078 struct SCU_PROTOCOL_ENGINE_GROUP_REGISTERS peg; member in struct:SCU_PEG_REGISTERS
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql553 /* The operational (peg) and node revision if this is a revision fixed
716 "-r<operative> foo@<peg>", as suggested by the patch attached to

Completed in 90 milliseconds