Lines Matching refs:xfer_context
52 static int allocate_paths(struct xfer_context *xfer, char *const *paths, in allocate_paths()
83 static int verify_cntr_format(struct xfer_context *xfer) in verify_cntr_format()
113 static int verify_sample_format(struct xfer_context *xfer) in verify_sample_format()
171 static int validate_options(struct xfer_context *xfer) in validate_options()
257 int xfer_options_parse_args(struct xfer_context *xfer, in xfer_options_parse_args()
395 void xfer_options_calculate_duration(struct xfer_context *xfer, in xfer_options_calculate_duration()
421 static int generate_path_with_suffix(struct xfer_context *xfer, in generate_path_with_suffix()
448 static int generate_path_without_suffix(struct xfer_context *xfer, in generate_path_without_suffix()
474 static int generate_path(struct xfer_context *xfer, char *template, in generate_path()
477 int (*generator)(struct xfer_context *xfer, const char *template, in generate_path()
497 static int create_paths(struct xfer_context *xfer, unsigned int path_count) in create_paths()
544 static int fixup_paths(struct xfer_context *xfer) in fixup_paths()
573 int xfer_options_fixup_paths(struct xfer_context *xfer) in xfer_options_fixup_paths()