Searched refs:file_path_len (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/libsyscall/os/ |
| H A D | os_log_coprocessor.c | 36 __oslog_coproc_reg(const char *uuid, const char *file_path, size_t file_path_len); 45 os_log_coprocessor_register_as_kernel(const char *uuid, const char *file_path, size_t file_path_len) in os_log_coprocessor_register_as_kernel() argument 47 return __oslog_coproc_reg(uuid, file_path, file_path_len); in os_log_coprocessor_register_as_kernel()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | os_log_coprocessor.h | 55 …_log_coprocessor_register_as_kernel(const char *uuid, const char *file_path, size_t file_path_len);
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | sys_generic.c | 2579 size_t file_path_len = args->file_path_len; in oslog_coproc_reg() local 2596 if (file_path_len > PATH_MAX) { in oslog_coproc_reg() 2600 file_path_buf = (char *)kalloc_data(file_path_len, Z_WAITOK); in oslog_coproc_reg() 2605 ret = copyin(file_path, file_path_buf, file_path_len); in oslog_coproc_reg() 2619 kfree_data(file_path_buf, file_path_len); in oslog_coproc_reg()
|