Lines Matching defs:write_buf
14 char *write_buf;
71 g_ctrlr.write_buf = spdk_zmalloc(bpsize, 0x1000, NULL,
74 if (g_ctrlr.write_buf == NULL) {
89 fill_pattern(g_ctrlr.write_buf, bpsize, 0xDE);
92 rc = spdk_nvme_ctrlr_write_boot_partition(ctrlr, g_ctrlr.write_buf,
123 rc = memcmp(g_ctrlr.write_buf, g_ctrlr.read_buf, bpsize);
132 fill_pattern(g_ctrlr.write_buf, bpsize, 0xAD);
135 rc = spdk_nvme_ctrlr_write_boot_partition(ctrlr, g_ctrlr.write_buf,
166 rc = memcmp(g_ctrlr.write_buf, g_ctrlr.read_buf, bpsize);
184 spdk_free(g_ctrlr.write_buf);