Home
last modified time | relevance | path

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

/kernel/module/
Dsysfs.c40 char bounce[MODULE_SECT_READ_SIZE + 1]; in module_sect_read() local
54 wrote = scnprintf(bounce, sizeof(bounce), "0x%px\n", in module_sect_read()
58 memcpy(buf, bounce, count); in module_sect_read()