Searched refs:patch_func (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/dev/aic7xxx/aicasm/ |
| H A D | aicasm.c | 70 int patch_func; member 433 cur_patch->patch_func, cur_patch->begin, in output_code() 509 new_patch->patch_func = scope->func_num; in emit_patch() 512 new_patch->patch_func = 0; in emit_patch() 658 if (func_vals[cur_patch->patch_func] == 0) { in check_patch()
|
| /freebsd-13.1/sys/dev/aic7xxx/ |
| H A D | aic79xx_seq.h | 1033 ahd_patch_func_t *patch_func; member
|
| H A D | aic7xxx_seq.h | 1087 ahc_patch_func_t *patch_func; member
|
| H A D | aic7xxx.c | 6512 if (cur_patch->patch_func(ahc) == 0) { in ahc_check_patch()
|
| H A D | aic79xx.c | 8737 if (cur_patch->patch_func(ahd) == 0) { in ahd_check_patch()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | patch.c | 3631 svn_client_patch_func_t patch_func, in apply_patches() argument 3671 if (!target->skipped && patch_func) in apply_patches() 3673 SVN_ERR(patch_func(patch_baton, &filtered, in apply_patches() 3737 svn_client_patch_func_t patch_func, in svn_client_patch() argument 3781 patch_func, patch_baton, ctx, scratch_pool), in svn_client_patch()
|
| /freebsd-13.1/contrib/subversion/subversion/include/ |
| H A D | svn_client.h | 7647 svn_client_patch_func_t patch_func,
|