Searched refs:gdth_ioctl_alloc (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | gdth_proc.h | 27 static char *gdth_ioctl_alloc(int hanum, int size, int scratch,
|
D | gdth_proc.c | 209 if (!gdth_ioctl_alloc(hanum, sizeof(gdth_cpar_str), TRUE, &paddr)) in gdth_set_asc_info() 383 buf = gdth_ioctl_alloc(hanum, GDTH_SCRATCH, FALSE, &paddr); in gdth_get_info() 526 buf = gdth_ioctl_alloc(hanum, GDTH_SCRATCH, FALSE, &paddr); in gdth_get_info() 643 buf = gdth_ioctl_alloc(hanum, GDTH_SCRATCH, FALSE, &paddr); in gdth_get_info() 724 buf = gdth_ioctl_alloc(hanum, sizeof(gdth_hget_str), FALSE, &paddr); in gdth_get_info() 921 static char *gdth_ioctl_alloc(int hanum, int size, int scratch, in gdth_ioctl_alloc() function
|
D | gdth.c | 5447 if (!(buf = gdth_ioctl_alloc(hanum, gen.data_len + gen.sense_len, in ioc_general()
|