调用者| 名称 | 描述 | 
| va_format |  | 
| vscnprintf | 格式化输出字符串 | 
| snprintf | snprintf - Format a string and place it in a buffer*@buf: The buffer to place the result into*@size: The size of the buffer, including the trailing null space*@fmt: The format string to use*@ | 
| vsprintf | vsprintf - Format a string and place it in a buffer*@buf: The buffer to place the result into*@fmt: The format string to use*@args: Arguments for the format string* The function returns the number of characters written* into @buf | 
| sprintf | 输出格式化串 | 
| add_uevent_var |  向环境缓冲区添加键值字符串 | 
| seq_buf_vprintf | seq_buf_vprintf - sequence printing of information.*@s: seq_buf descriptor*@fmt: printf format string*@args: va_list of arguments from a printf() type function* Writes a vnprintf() format into the sequencce buffer.* Returns zero on success, -1 on overflow. | 
| dump_stack_set_arch_desc | dump_stack_set_arch_desc - set arch-specific str to show with task dumps*@fmt: printf-style format string*@...: arguments for the format string* The configured string will be printed right after utsname during task* dumps | 
| kvasprintf | Simplified asprintf.  | 
| do_test |  | 
| string_stream_vadd |  | 
| set_worker_desc | set_worker_desc - set description for the current work item*@fmt: printf-style format string*@...: arguments for the format string* This function can be called by a running work function to describe what* the work item is about | 
| __kthread_create_on_node |  | 
| __request_module | __request_module - try to load a kernel module*@wait: wait (or not) for the operation to complete*@fmt: printf style format string for the name of the module*@...: arguments as specified in the format string | 
| audit_log_vformat | Format an audit message into the audit buffer. If there isn't enough* room in the audit buffer, more room will be allocated and vsnprint* will be called a second time. Currently, we assume that a printk | 
| vkdb_printf |  | 
| tomoyo_write_log | moyo_write_log - Write an audit log.*@r: Pointer to "struct tomoyo_request_info".*@fmt: The printf()'s format string, followed by parameters.* Returns nothing. | 
| tomoyo_addprintf | moyo_addprintf - strncat()-like-snprintf().*@buffer: Buffer to write to. Must be '\0'-terminated.*@len: Size of @buffer.*@fmt: The printf()'s format string, followed by parameters.* Returns nothing. | 
| tomoyo_io_printf | moyo_io_printf - printf() to "struct tomoyo_io_buffer" structure.*@head: Pointer to "struct tomoyo_io_buffer".*@fmt: The printf()'s format string, followed by parameters. | 
| tomoyo_supervisor | moyo_supervisor - Ask for the supervisor's decision | 
| dynamic_dname | Helper function for dentry_operations.d_dname() members | 
| cn_vprintf |  | 
| alloc_workqueue |  | 
| tomoyo_init_log | moyo_init_log - Allocate buffer for audit logs | 
| seq_vprintf |  |