Searched refs:bzero (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/usb/wusbcore/ |
D | crypto.c | 212 const u8 bzero[16] = { 0 }; in wusb_ccm_mac() local 259 sg_set_buf(&sg[3], bzero, zero_padding); in wusb_ccm_mac()
|
/linux-4.1.27/arch/arc/lib/ |
D | memset.S | 55 ; adjust bzero args to memset args
|
/linux-4.1.27/include/uapi/linux/ |
D | mroute6.h | 63 #define IF_ZERO(p) bzero(p, sizeof(*(p)))
|
/linux-4.1.27/scripts/kconfig/ |
D | nconf.c | 486 bzero(curses_menu_items, sizeof(curses_menu_items)); in clean_items() 487 bzero(k_menu_items, sizeof(k_menu_items)); in clean_items() 530 bzero(&k_menu_items[items_num], sizeof(k_menu_items[0])); in item_make() 1029 bzero(state->pattern, sizeof(state->pattern)); in do_match() 1057 bzero(state->pattern, sizeof(state->pattern)); in do_match()
|
D | gconf.c | 86 bzero(buf, 256); in dbg_sym_flags() 1049 bzero(row, sizeof(row)); in fill_row()
|
/linux-4.1.27/arch/sparc/lib/ |
D | Makefile | 19 lib-$(CONFIG_SPARC64) += copy_page.o clear_page.o bzero.o
|
/linux-4.1.27/tools/perf/bench/ |
D | numa.c | 350 bzero(buf, bytes); in alloc_data() 725 bzero(data, bytes); in do_work() 750 bzero(data + start, (end-start) * sizeof(u64)); in do_work()
|
/linux-4.1.27/tools/perf/ |
D | builtin-lock.c | 727 bzero(cut_name, 20); in print_result()
|