Home
last modified time | relevance | path

Searched refs:gdth_ioctl_alloc (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dgdth_proc.h27 static char *gdth_ioctl_alloc(int hanum, int size, int scratch,
Dgdth_proc.c209 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
Dgdth.c5447 if (!(buf = gdth_ioctl_alloc(hanum, gen.data_len + gen.sense_len, in ioc_general()