Home
last modified time | relevance | path

Searched refs:infobuf (Results 1 – 11 of 11) sorted by relevance

/linux-2.4.37.9/drivers/cdrom/
Dsbpcd.c645 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/
Db1pci.c99 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()
Db1isa.c187 sprintf(cinfo->infobuf, "%s %s 0x%x %d r%d", in b1isa_procinfo()
194 return cinfo->infobuf; in b1isa_procinfo()
Db1pcmcia.c179 sprintf(cinfo->infobuf, "%s %s 0x%x %d r%d", in b1pcmcia_procinfo()
186 return cinfo->infobuf; in b1pcmcia_procinfo()
Dt1pci.c200 sprintf(cinfo->infobuf, "%s %s 0x%x %d 0x%lx", in t1pci_procinfo()
207 return cinfo->infobuf; in t1pci_procinfo()
Dt1isa.c513 sprintf(cinfo->infobuf, "%s %s 0x%x %d %d", in t1isa_procinfo()
520 return cinfo->infobuf; in t1isa_procinfo()
Davmcard.h76 char infobuf[128]; /* for function procinfo */ member
Dc4.c1048 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/
Denvctrl.c666 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/
Dhysdn_defs.h208 char infobuf[128]; /* for function procinfo */ member
Dhycapi.c503 sprintf(cinfo->infobuf, "%s %s 0x%x %d %s", in hycapi_procinfo()
510 return cinfo->infobuf; in hycapi_procinfo()