OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:debug_print_spaces
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atom.c
97
static void
debug_print_spaces
(int n)
function in typeref:typename:void
104
#define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG);
debug_print_spaces
(debug_depth); printk(__VA_ARGS__); } while (0)
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atom.c
99
static void
debug_print_spaces
(int n)
function in typeref:typename:void
115
#define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG);
debug_print_spaces
(debug_depth); printk(__VA_ARGS__); } while (0)
Completed in 13 milliseconds
Indexes created Tue Sep 30 10:09:55 GMT 2025