Searched refs:mybuf (Results 1 – 2 of 2) sorted by relevance
307 /*@only@*/ /*@null@*/ unsigned char *mybuf = NULL; in yasm_bc_tobytes() local329 mybuf = yasm_xmalloc(bc->len*bc->mult_int); in yasm_bc_tobytes()330 destbuf = mybuf; in yasm_bc_tobytes()349 return mybuf; in yasm_bc_tobytes()
208 struct op_note * mybuf; in oprof_note_read() local217 mybuf = vmalloc(max); in oprof_note_read()218 if (!mybuf) in oprof_note_read()228 memcpy(mybuf, note_buffer, count); in oprof_note_read()234 if (count && copy_to_user(buf, mybuf, count)) in oprof_note_read()237 vfree(mybuf); in oprof_note_read()