Searched refs:infobuf (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/drivers/cdrom/ |
D | sbpcd.c | 645 static u_char infobuf[20]; variable 1144 infobuf[i]=inb(CDi_info); in ResponseInfo() 1149 infobuf[i++]=inb(CDi_info); in ResponseInfo() 1155 sprintf(&msgbuf[j*3]," %02X",infobuf[j]); in ResponseInfo() 1222 if (i>=0) i=infobuf[0]; in get_state_T() 1348 D_S[d].error_byte=infobuf[i]; in cc_ReadError() 1350 i=sta2err(infobuf[i]); in cc_ReadError() 1426 infobuf[l++]=i&0x0ff; in cmd_out_T() 1427 infobuf[l++]=i>>8; in cmd_out_T() 1429 if ((l==2)&&(infobuf[0]==0x0ff)) in cmd_out_T() [all …]
|
/linux-2.4.37.9/drivers/isdn/avmb1/ |
D | b1pci.c | 99 sprintf(cinfo->infobuf, "%s %s 0x%x %d r%d", in b1pci_procinfo() 106 return cinfo->infobuf; in b1pci_procinfo() 252 sprintf(cinfo->infobuf, "%s %s 0x%x %d 0x%lx r%d", in b1pciv4_procinfo() 260 return cinfo->infobuf; in b1pciv4_procinfo()
|
D | b1isa.c | 187 sprintf(cinfo->infobuf, "%s %s 0x%x %d r%d", in b1isa_procinfo() 194 return cinfo->infobuf; in b1isa_procinfo()
|
D | b1pcmcia.c | 179 sprintf(cinfo->infobuf, "%s %s 0x%x %d r%d", in b1pcmcia_procinfo() 186 return cinfo->infobuf; in b1pcmcia_procinfo()
|
D | t1pci.c | 200 sprintf(cinfo->infobuf, "%s %s 0x%x %d 0x%lx", in t1pci_procinfo() 207 return cinfo->infobuf; in t1pci_procinfo()
|
D | t1isa.c | 513 sprintf(cinfo->infobuf, "%s %s 0x%x %d %d", in t1isa_procinfo() 520 return cinfo->infobuf; in t1isa_procinfo()
|
D | avmcard.h | 76 char infobuf[128]; /* for function procinfo */ member
|
D | c4.c | 1048 sprintf(cinfo->infobuf, "%s %s 0x%x %d 0x%lx", in c4_procinfo() 1055 return cinfo->infobuf; in c4_procinfo()
|
/linux-2.4.37.9/drivers/sbus/char/ |
D | envctrl.c | 666 char *infobuf; in envctrl_ioctl() local 685 infobuf = (char *) arg; in envctrl_ioctl() 686 if (infobuf == NULL) { in envctrl_ioctl() 689 get_user(read_cpu, infobuf); in envctrl_ioctl()
|
/linux-2.4.37.9/drivers/isdn/hysdn/ |
D | hysdn_defs.h | 208 char infobuf[128]; /* for function procinfo */ member
|
D | hycapi.c | 503 sprintf(cinfo->infobuf, "%s %s 0x%x %d %s", in hycapi_procinfo() 510 return cinfo->infobuf; in hycapi_procinfo()
|