Searched refs:zero_buf (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/usr.sbin/extattrctl/ |
| H A D | extattrctl.c | 88 static const char zero_buf[8192]; variable 135 if (easize > sizeof zero_buf) in initattr() 136 wlen = write(i, zero_buf, sizeof zero_buf); in initattr() 138 wlen = write(i, zero_buf, easize); in initattr()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | IRMemoryMap.cpp | 399 std::vector<uint8_t> zero_buf(size, 0); in Malloc() local 400 WriteMemory(aligned_address, zero_buf.data(), size, write_error); in Malloc()
|
| /freebsd-12.1/sys/dev/cxgbe/cudbg/ |
| H A D | cudbg_lib.c | 59 u8 zero_buf[4] = {0}; in align_debug_buffer() local 65 memcpy(((u8 *) dbg_buff->data) + dbg_buff->offset, &zero_buf, in align_debug_buffer()
|