Home
last modified time | relevance | path

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

/scripts/
Dsorttable.c264 uint64_t handler; in s390_sort_relative_table() local
276 handler = r8((uint64_t *)(loc + 8)); in s390_sort_relative_table()
277 if (handler) in s390_sort_relative_table()
278 handler += i + 8; in s390_sort_relative_table()
279 w8(handler, (uint64_t *)(loc + 8)); in s390_sort_relative_table()
286 uint64_t handler; in s390_sort_relative_table() local
290 handler = r8((uint64_t *)(loc + 8)); in s390_sort_relative_table()
291 if (handler) in s390_sort_relative_table()
292 handler -= i + 8; in s390_sort_relative_table()
293 w8(handler, (uint64_t *)(loc + 8)); in s390_sort_relative_table()
Dspelling.txt681 hander||handler
/scripts/coccinelle/misc/
Dirqf_oneshot.cocci3 /// threaded IRQs without a primary handler need to be requested with
106 msg = "ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT"
112 msg = "ERROR: Threaded IRQ with no primary handler requested without IRQF_ONESHOT"
/scripts/kconfig/
Dnconf.c304 function_key_handler_t handler; member
313 .handler = handle_f1,
319 .handler = handle_f2,
325 .handler = handle_f3,
331 .handler = handle_f4,
337 .handler = handle_f5,
343 .handler = handle_f6,
349 .handler = handle_f7,
355 .handler = handle_f8,
361 .handler = handle_f9,
[all …]
/scripts/gcc-plugins/
Drandomize_layout_plugin.c597 randomize_layout_attr.handler = handle_randomize_layout_attr; in register_attributes()
604 no_randomize_layout_attr.handler = handle_randomize_layout_attr; in register_attributes()
611 randomize_considered_attr.handler = handle_randomize_considered_attr; in register_attributes()
615 randomize_performed_attr.handler = handle_randomize_performed_attr; in register_attributes()
Dstructleak_plugin.c70 user_attr.handler = handle_user_attribute; in register_attributes()
Dlatent_entropy_plugin.c270 latent_entropy_attr.handler = handle_latent_entropy_attribute; in register_attributes()
/scripts/mod/
Dmodpost.c1034 void (*handler)(const char *modname, struct elf_info *elf, member
1131 .handler = extable_mismatch_handler,
1744 if (mismatch->handler) in check_section_mismatch()
1745 mismatch->handler(modname, elf, mismatch, in check_section_mismatch()