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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/scsi/
H A Dzfcp_aux.c93 static void __init zfcp_init_device_setup(char *devstr) argument
100 /* duplicate devstr and keep the original for sysfs presentation*/
101 str_saved = kstrdup(devstr, GFP_KERNEL);
125 pr_err("%s is not a valid SCSI device\n", devstr);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/s390/scsi/
H A Dzfcp_aux.c93 static void __init zfcp_init_device_setup(char *devstr) argument
100 /* duplicate devstr and keep the original for sysfs presentation*/
101 str_saved = kstrdup(devstr, GFP_KERNEL);
125 pr_err("%s is not a valid SCSI device\n", devstr);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/btrfs/
H A Dioctl.c709 char *devstr = NULL; local
729 devstr = strchr(sizestr, ':');
730 if (devstr) {
732 sizestr = devstr + 1;
733 *devstr = '\0';
734 devstr = vol_args->name;
735 devid = simple_strtoull(devstr, &end, 10);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/btrfs/
H A Dioctl.c709 char *devstr = NULL; local
729 devstr = strchr(sizestr, ':');
730 if (devstr) {
732 sizestr = devstr + 1;
733 *devstr = '\0';
734 devstr = vol_args->name;
735 devid = simple_strtoull(devstr, &end, 10);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Dsynclink_gt.c3439 char *devstr; local
3468 devstr = "GT";
3471 devstr = "GT2";
3474 devstr = "GT4";
3477 devstr = "AC";
3481 devstr = "(unknown model)";
3484 devstr, info->device_name, info->phys_reg_addr,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Dsynclink_gt.c3439 char *devstr; local
3468 devstr = "GT";
3471 devstr = "GT2";
3474 devstr = "GT4";
3477 devstr = "AC";
3481 devstr = "(unknown model)";
3484 devstr, info->device_name, info->phys_reg_addr,

Completed in 207 milliseconds