Searched refs:bzero (Results 1 - 18 of 18) sorted by relevance

/linux-4.1.27/arch/sparc/lib/
H A DMakefile19 lib-$(CONFIG_SPARC64) += copy_page.o clear_page.o bzero.o
H A Dbzero.S0 /* bzero.S: Simple prefetching memset, bzero, and clear_user
H A Dmemset.S1 /* linux/arch/sparc/lib/memset.S: Sparc optimized memset, bzero and clear_user code
6 * Calls to memset returns initial %o0. Calls to bzero returns 0, if ok, and
H A DNG4memset.S1 /* NG4memset.S: Niagara-4 optimized memset/bzero.
/linux-4.1.27/arch/arc/lib/
H A Dmemset.S55 ; adjust bzero args to memset args
/linux-4.1.27/arch/sparc/kernel/
H A Dauxio_32.c16 #include <asm/string.h> /* memset(), Linux has no bzero() */
/linux-4.1.27/include/uapi/linux/
H A Dmroute6.h63 #define IF_ZERO(p) bzero(p, sizeof(*(p)))
H A Datm.h210 /* unused addresses must be bzero'ed */
/linux-4.1.27/scripts/kconfig/
H A Dnconf.c486 bzero(curses_menu_items, sizeof(curses_menu_items)); clean_items()
487 bzero(k_menu_items, sizeof(k_menu_items)); clean_items()
530 bzero(&k_menu_items[items_num], sizeof(k_menu_items[0])); item_make()
1029 bzero(state->pattern, sizeof(state->pattern)); do_match()
1057 bzero(state->pattern, sizeof(state->pattern)); do_match()
H A Dgconf.c86 bzero(buf, 256); dbg_sym_flags()
1049 bzero(row, sizeof(row)); fill_row()
/linux-4.1.27/tools/perf/bench/
H A Dnuma.c169 OPT_BOOLEAN('Z', "data_zero_memset", &p0.data_zero_memset,"access the data via glibc bzero only"),
173 OPT_BOOLEAN('z', "init_zero" , &p0.init_zero, "bzero the initial allocations"),
350 bzero(buf, bytes); alloc_data()
725 bzero(data, bytes); do_work()
750 bzero(data + start, (end-start) * sizeof(u64)); do_work()
/linux-4.1.27/drivers/usb/wusbcore/
H A Dcrypto.c212 const u8 bzero[16] = { 0 }; wusb_ccm_mac() local
259 sg_set_buf(&sg[3], bzero, zero_padding); wusb_ccm_mac()
/linux-4.1.27/sound/pci/emu10k1/
H A Dmemory.c523 * bzero(blk + offset, size)
/linux-4.1.27/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c91 /* NOTE: tgt is already bzero'd */ bnx2fc_offload_session()
/linux-4.1.27/tools/perf/
H A Dbuiltin-lock.c727 bzero(cut_name, 20); print_result()
/linux-4.1.27/drivers/scsi/qla2xxx/
H A Dqla_iocb.c866 /* for book keeping, bzero on initial invocation */
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c2452 /* bzero bnx2x_fastpath contents */ bnx2x_bz_fp()
/linux-4.1.27/fs/jfs/
H A Djfs_imap.c2588 * summary map initialization handled by bzero). diNewIAG()

Completed in 715 milliseconds