Home
last modified time | relevance | path

Searched defs:SPRINTF (Results 1 – 12 of 12) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dfcal.c203 #define SPRINTF(args...) { if (pos < (buffer + length)) pos += sprintf (pos, ## args); } macro
Datari_NCR5380.c743 #define SPRINTF(fmt,args...) \ macro
Dsun3_NCR5380.c751 #define SPRINTF(fmt,args...) \ macro
Daha152x.c3464 #define SPRINTF(args...) pos += sprintf(pos, ## args) macro
3807 #define SPRINTF(args...) \ macro
DNCR5380.c813 #define SPRINTF(args...) do { if(pos < buffer + length-80) pos += sprintf(pos, ## args); } while(0) macro
Dmac_NCR5380.c769 #define SPRINTF(fmt,args...) \ macro
Dnsp32.c1509 #define SPRINTF(args...) \ macro
Dwd7000.c1361 #define SPRINTF(args...) { if (pos < (buffer + length)) pos += sprintf (pos, ## args); } macro
Dtmscsim.c2853 #define SPRINTF(args...) pos += sprintf(pos, ## args) macro
/linux-2.4.37.9/drivers/usb/storage/
Dscsiglue.c344 #define SPRINTF(args...) \ macro
/linux-2.4.37.9/drivers/scsi/pcmcia/
Dnsp_cs.c1455 #define SPRINTF(args...) \ macro
/linux-2.4.37.9/drivers/ieee1394/
Dsbp2.c2901 #define SPRINTF(args...) \ macro