Searched refs:gdth_ioctl_alloc (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
D | gdth_proc.h | 14 static char *gdth_ioctl_alloc(gdth_ha_str *ha, int size, int scratch,
|
D | gdth_proc.c | 115 if (!gdth_ioctl_alloc(ha, sizeof(gdth_cpar_str), TRUE, &paddr)) in gdth_set_asc_info() 233 buf = gdth_ioctl_alloc(ha, GDTH_SCRATCH, FALSE, &paddr); in gdth_show_info() 335 buf = gdth_ioctl_alloc(ha, GDTH_SCRATCH, FALSE, &paddr); in gdth_show_info() 420 buf = gdth_ioctl_alloc(ha, GDTH_SCRATCH, FALSE, &paddr); in gdth_show_info() 480 buf = gdth_ioctl_alloc(ha, sizeof(gdth_hget_str), FALSE, &paddr); in gdth_show_info() 560 static char *gdth_ioctl_alloc(gdth_ha_str *ha, int size, int scratch, in gdth_ioctl_alloc() function
|
D | gdth.c | 4182 if (!(buf = gdth_ioctl_alloc(ha, gen.data_len + gen.sense_len, in ioc_general()
|