Searched refs:patch_func (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm.c68 int patch_func; member in struct:patch
420 " %spatch_func_t *patch_func;\n"
432 cur_patch->patch_func, cur_patch->begin,
509 new_patch->patch_func = scope->func_num;
512 new_patch->patch_func = 0;
660 if (func_vals[cur_patch->patch_func] == 0) {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dpatch.c3632 svn_client_patch_func_t patch_func,
3672 if (!target->skipped && patch_func)
3674 SVN_ERR(patch_func(patch_baton, &filtered,
3738 svn_client_patch_func_t patch_func,
3782 patch_func, patch_baton, ctx, scratch_pool),
3616 apply_patches( const char *patch_abspath, const char *root_abspath, svn_boolean_t dry_run, int strip_count, svn_boolean_t reverse, svn_boolean_t ignore_whitespace, svn_boolean_t remove_tempfiles, svn_client_patch_func_t patch_func, void *patch_baton, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
3730 svn_client_patch(const char *patch_abspath, const char *wc_dir_abspath, svn_boolean_t dry_run, int strip_count, svn_boolean_t reverse, svn_boolean_t ignore_whitespace, svn_boolean_t remove_tempfiles, svn_client_patch_func_t patch_func, void *patch_baton, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic79xx_seq.h1033 ahd_patch_func_t *patch_func; member in struct:patch
H A Daic7xxx_seq.h1087 ahc_patch_func_t *patch_func; member in struct:patch
H A Daic7xxx.c6539 if (cur_patch->patch_func(ahc) == 0) {
H A Daic79xx.c8781 if (cur_patch->patch_func(ahd) == 0) {
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_client.h7630 * passing a @a patch_func callback.
7632 * If @a patch_func is non-NULL, invoke @a patch_func with @a patch_baton
7653 svn_client_patch_func_t patch_func,

Completed in 214 milliseconds