Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/libs/
Dprintk.c54 static int __do_vsprintf(char *buf, const char *fmt, int buf_size, va_list args) in __do_vsprintf()
364 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf()
378 int vsnprintf(char *buf, const char *fmt, int buf_size, va_list args) in vsnprintf()
594 int printk_color(unsigned int FRcolor, unsigned int BKcolor, const char *fmt, ...) in printk_color()
617 int sprintk(char *buf, const char *fmt, ...) in sprintk()
Dlazy_init.rs137 fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result { in fmt() method
Drbtree.rs55 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() function
371 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() function
490 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
535 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
583 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
/DragonOS-0.1.7/user/libs/libc/src/
Dprintf.c41 int printf(const char *fmt, ...) in printf()
55 int sprintf(char *buf, const char *fmt, ...) in sprintf()
74 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf()
/DragonOS-0.1.7/docs/kernel/core_api/
Dkernel_api.md577 ##### 描
581 ##### 参
593 ##### 描
597 ##### 参
635 #### `int sprintk(char *buf, const char *fmt, ...)`
637 ##### 描
641 ##### 参
/DragonOS-0.1.7/kernel/src/driver/net/
Dvirtio_net.rs61 fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { in fmt() method
74 fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { in fmt() method
/DragonOS-0.1.7/kernel/src/driver/pci/
Dpci.rs64 fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { in fmt() method
248 fn fmt(&self, f: &mut Formatter) -> fmt::Result { in fmt() method
525 fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result { in fmt() method
1106 fn fmt(&self, f: &mut Formatter) -> fmt::Result { in fmt() method
1202 fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result { in fmt() method
1253 fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result { in fmt() method
/DragonOS-0.1.7/kernel/src/time/
Dmod.rs125 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
221 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
/DragonOS-0.1.7/kernel/src/driver/disk/ahci/
Dahcidisk.rs41 fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { in fmt() method
/DragonOS-0.1.7/kernel/src/net/
Dmod.rs228 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
/DragonOS-0.1.7/kernel/src/ipc/
Dsignal_types.rs72 fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { in fmt() method
212 fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { in fmt() method
/DragonOS-0.1.7/kernel/src/driver/virtio/
Dtransport_pci.rs410 fn fmt(&self, f: &mut Formatter) -> fmt::Result { in fmt() method