/linux-2.4.37.9/arch/ppc/boot/chrp/ |
D | start.c | 130 extern int vsprintf(char *buf, const char *fmt, va_list args); 140 n = vsprintf(sprint_buf, fmt, args); in printk() 152 n = vsprintf(sprint_buf, fmt, args); in printf()
|
/linux-2.4.37.9/arch/m68k/sun3/prom/ |
D | printf.c | 34 i = vsprintf(ppbuf + 1, fmt, args) + 1; in prom_printf() 36 i = vsprintf(ppbuf, fmt, args); in prom_printf()
|
/linux-2.4.37.9/arch/ppc/boot/pmac/ |
D | start.c | 146 extern int vsprintf(char *buf, const char *fmt, va_list args); 156 n = vsprintf(sprint_buf, fmt, args); in printk() 168 n = vsprintf(sprint_buf, fmt, args); in printf()
|
/linux-2.4.37.9/fs/xfs/support/ |
D | debug.c | 98 len = vsprintf(message, fp, ap); in cmn_err() 120 len = vsprintf(message, fmt, ap); in icmn_err()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | udbg.c | 201 vsprintf(buf, fmt, args); in udbg_printf() 236 vsprintf(buf, fmt, ap); in udbg_ppcdbg()
|
D | flight_recorder.c | 118 vsprintf(LogText+LogTextIndex, fmt, arg_ptr); in fr_Log_Entry()
|
/linux-2.4.37.9/arch/mips/lib/ |
D | promlib.c | 13 vsprintf(ppbuf, fmt, args); in prom_printf()
|
/linux-2.4.37.9/arch/mips64/lib/ |
D | promlib.c | 13 vsprintf(ppbuf, fmt, args); in prom_printf()
|
/linux-2.4.37.9/arch/m68k/apollo/ |
D | dn_debug.c | 14 i=vsprintf(current_dbg_ptr,fmt,args); in dn_deb_printf()
|
/linux-2.4.37.9/arch/alpha/lib/ |
D | srm_printk.c | 17 len = vsprintf(buf, fmt, args); in srm_printk()
|
/linux-2.4.37.9/arch/sparc64/prom/ |
D | printf.c | 29 i = vsprintf(ppbuf, fmt, args); in prom_printf()
|
/linux-2.4.37.9/arch/ppc64/xmon/ |
D | subr_prf.c | 32 n = vsprintf(xmon_buf, fmt, ap); in xmon_vfprintf()
|
/linux-2.4.37.9/arch/ppc/xmon/ |
D | subr_prf.c | 27 n = vsprintf(xmon_buf, fmt, ap); in xmon_vfprintf()
|
/linux-2.4.37.9/arch/ppc64/boot/ |
D | prom.c | 423 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() function 606 i=vsprintf(buf,fmt,args); in sprintf() 620 n = vsprintf(sprint_buf, fmt, args); in printk() 632 n = vsprintf(sprint_buf, fmt, args); in printf()
|
/linux-2.4.37.9/arch/mips/mips-boards/generic/ |
D | printf.c | 109 l = vsprintf(buf, fmt, args); /* hopefully i < sizeof(buf) */ in prom_printf()
|
/linux-2.4.37.9/arch/mips/baget/ |
D | print.c | 58 i = vsprintf(buf, fmt, args); /* hopefully i < sizeof(buf)-4 */ in baget_printk()
|
D | balo.c | 185 int vsprintf(char *buf, const char *fmt, va_list arg) in vsprintf() function
|
/linux-2.4.37.9/fs/ntfs/ |
D | support.c | 37 vsprintf(print_buf + 9, fmt, ap); in ntfs_debug() 106 vsprintf(print_buf + 9, fmt, ap); in ntfs_error()
|
/linux-2.4.37.9/lib/ |
D | Makefile | 14 obj-y := errno.o ctype.o string.o vsprintf.o brlock.o cmdline.o \
|
/linux-2.4.37.9/arch/sh/kernel/ |
D | setup_keywest.c | 98 vsprintf(buffer, fmt, ap); in keywest_printf()
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | irq_smp.c | 55 x < (unsigned long) &vsprintf) { in show()
|
/linux-2.4.37.9/arch/alpha/boot/ |
D | main.c | 22 extern int vsprintf(char *, const char *, va_list);
|
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_proc.c | 39 extern int vsprintf(char *, const char *, va_list); 48 vsprintf(buf, fmt, ap); in proc_debug()
|
/linux-2.4.37.9/drivers/video/ |
D | cyber2000fb.h | 30 vsprintf(buffer, fmt, ap); in debug_printf()
|
/linux-2.4.37.9/arch/s390/kernel/ |
D | irq.c | 99 if (x > (unsigned long) &init_task_union && x < (unsigned long) &vsprintf) { in show()
|