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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c492 patch_t *new_patch; local
500 new_patch = (patch_t *)malloc(sizeof(*new_patch));
502 if (new_patch == NULL)
505 memset(new_patch, 0, sizeof(*new_patch));
508 new_patch->patch_func = scope->func_num;
509 new_patch->begin = scope->begin_addr;
511 new_patch->patch_func = 0;
512 new_patch
[all...]

Completed in 92 milliseconds