Home
last modified time | relevance | path

Searched refs:file_path_buf (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.41.6/bsd/kern/
H A Dsys_generic.c2580 char *file_path_buf = NULL; in oslog_coproc_reg() local
2600 file_path_buf = (char *)kalloc_data(file_path_len, Z_WAITOK); in oslog_coproc_reg()
2601 if (!file_path_buf) { in oslog_coproc_reg()
2605 ret = copyin(file_path, file_path_buf, file_path_len); in oslog_coproc_reg()
2615 …os_log_coprocessor_register_with_type((char *)uuid_buf, file_path_buf, os_log_coproc_register_harv… in oslog_coproc_reg()
2618 if (file_path_buf != NULL) { in oslog_coproc_reg()
2619 kfree_data(file_path_buf, file_path_len); in oslog_coproc_reg()