Home
last modified time | relevance | path

Searched refs:pdi (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dgdth_proc.c264 gdth_diskinfo_str *pdi; in gdth_get_info() local
422 pdi = (gdth_diskinfo_str *)buf; in gdth_get_info()
441 strncpy(hrec,pdi->vendor,8); in gdth_get_info()
442 strncpy(hrec+8,pdi->product,16); in gdth_get_info()
443 strncpy(hrec+24,pdi->revision,4); in gdth_get_info()
447 'A'+i,pdi->target_id,pdi->lun,hrec); in gdth_get_info()
450 pdi->no_ldrive &= 0xffff; in gdth_get_info()
451 if (pdi->no_ldrive == 0xffff) in gdth_get_info()
454 sprintf(hrec,"%d",pdi->no_ldrive); in gdth_get_info()
457 pdi->blkcnt/(1024*1024/pdi->blksize), in gdth_get_info()
[all …]
/linux-2.4.37.9/drivers/s390/
Ds390io.c4126 get_dev_info (int irq, s390_dev_info_t * pdi) in get_dev_info() argument
4128 return (get_dev_info_by_irq (irq, pdi)); in get_dev_info()
4204 get_dev_info_by_irq (int irq, s390_dev_info_t * pdi) in get_dev_info_by_irq() argument
4209 if (pdi == NULL) in get_dev_info_by_irq()
4212 pdi->devno = ioinfo[irq]->schib.pmcw.dev; in get_dev_info_by_irq()
4213 pdi->irq = irq; in get_dev_info_by_irq()
4216 pdi->status = 0; in get_dev_info_by_irq()
4217 memcpy (&(pdi->sid_data), in get_dev_info_by_irq()
4221 pdi->status = DEVSTAT_UNFRIENDLY_DEV; in get_dev_info_by_irq()
4222 memset (&(pdi->sid_data), '\0', sizeof (senseid_t)); in get_dev_info_by_irq()
[all …]
/linux-2.4.37.9/include/asm-s390/
Dirq.h636 int get_dev_info_by_irq ( int irq, s390_dev_info_t *pdi);
637 int get_dev_info_by_devno( __u16 devno, s390_dev_info_t *pdi);
/linux-2.4.37.9/include/asm-s390x/
Dirq.h637 int get_dev_info_by_irq ( int irq, s390_dev_info_t *pdi);
638 int get_dev_info_by_devno( __u16 devno, s390_dev_info_t *pdi);
/linux-2.4.37.9/Documentation/s390/
Dcds.txt226 s390_dev_info_t *pdi);
229 s390_dev_info_t *pdi);
234 pdi - pointer to a user buffer of type s390_dev_info_t that should