Lines Matching defs:scratch
461 u8 *scratch;
474 scratch = kzalloc(l, GFP_KERNEL);
475 if (!scratch)
481 scratch[0] = OP_READ_SECURITY;
484 t.tx_buf = scratch;
485 t.rx_buf = scratch;
493 memcpy(buf, scratch + 4 + base + off, len);
497 kfree(scratch);
540 u8 *scratch;
561 scratch = kzalloc(l, GFP_KERNEL);
562 if (!scratch)
564 scratch[0] = OP_WRITE_SECURITY;
565 memcpy(scratch + 4 + from, buf, len);
570 t.tx_buf = scratch;
582 kfree(scratch);