Home
last modified time | relevance | path

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

/freebsd/lib/libproc/
H A Dproc_sym.c207 open_debug_file(char *path, const char *debugfile, uint32_t crc) in open_debug_file() function
327 if ((fd2 = open_debug_file(path, debugfile, crc)) >= 0) in open_object()
331 (fd2 = open_debug_file(path, debugfile, crc)) >= 0) in open_object()
337 if ((fd2 = open_debug_file(path, debugfile, crc)) >= 0) in open_object()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c448 static void open_debug_file(struct mlx5_context *ctx) in open_debug_file() function
786 open_debug_file(context); in mlx5_init_context()