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

/netbsd-current/sys/dev/microcode/aic7xxx/
H A Daicasm.c498 patch_t *new_patch; local
506 new_patch = (patch_t *)malloc(sizeof(*new_patch));
508 if (new_patch == NULL)
511 memset(new_patch, 0, sizeof(*new_patch));
514 new_patch->patch_func = scope->func_num;
515 new_patch->begin = scope->begin_addr;
517 new_patch->patch_func = 0;
518 new_patch
[all...]

Completed in 132 milliseconds