Lines Matching refs:name
65 name as well.
67 name This parameter is a character string that
68 contains the name the kernel will use for this
131 static char *name = PF_NAME;
165 module_param(name, charp, 0);
240 char name[PF_NAMELEN]; /* pf0, pf1, ... */
318 snprintf(pf->name, PF_NAMELEN, "%s%d", name, unit);
321 strcpy(disk->disk_name, pf->name);
445 pf->name, fun, msg, r, s, e, j, p);
472 printk("%s: %s: command phase error\n", pf->name, fun);
516 pf->name, buf[2] & 0xf, buf[12], buf[13]);
580 printk("%s: Reset (%d) signature = ", pf->name, k);
645 pf->name, pf->drive, pf->lun, bs);
666 pf->name, pf->drive, pf->lun, dt);
682 pf->name, mf, id, ms[pf->drive], pf->lun, dt);
729 name, name, PF_VERSION, major, cluster, nice);
731 par_drv = pi_register_driver(name);
733 pr_err("failed to register %s driver\n", name);
739 verbose, pf->name)) {
754 pf_scratch, PI_PF, verbose, pf->name)) {
765 printk("%s: No ATAPI disk detected\n", name);
1035 if (register_blkdev(major, name)) {
1061 unregister_blkdev(major, name);