Searched defs:fmt (Results 1 – 2 of 2) sorted by relevance
| /boot/ |
| A D | image-pre-load.c | 38 #define log_info(fmt, args...) printf(fmt, ##args) argument 39 #define log_err(fmt, args...) printf(fmt, ##args) argument
|
| A D | fdt_support.c | 1650 static int vnode_offset_by_pathf(void *blob, const char *fmt, va_list ap) in vnode_offset_by_pathf() 1669 int fdt_node_offset_by_pathf(void *blob, const char *fmt, ...) in fdt_node_offset_by_pathf() 1773 unsigned int fdt_create_phandle_by_pathf(void *fdt, const char *fmt, ...) in fdt_create_phandle_by_pathf() 1866 int fdt_set_status_by_pathf(void *fdt, enum fdt_status status, const char *fmt, in fdt_set_status_by_pathf()
|
Completed in 11 milliseconds