Home | History | Annotate | Download | only in kernel

Lines Matching refs:dm

180   kernel_debug_module_t *dm    = crypto_kernel.debug_module_list;
222 while (dm != NULL) {
223 printf(" %s ", dm->mod->name);
224 if (dm->mod->on)
228 dm = dm->next;
236 kernel_debug_module_t *dm = crypto_kernel.debug_module_list;
240 while (dm != NULL) {
241 printf(" %s ", dm->mod->name);
242 if (dm->mod->on)
246 dm = dm->next;