Searched refs:filebuf (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/usr/ |
D | gen_init_cpio.c | 300 char *filebuf = NULL; in cpio_mkfile() local 323 filebuf = malloc(buf.st_size); in cpio_mkfile() 324 if (!filebuf) { in cpio_mkfile() 329 retval = read (file, filebuf, buf.st_size); in cpio_mkfile() 364 if (fwrite(filebuf, size, 1, stdout) != 1) { in cpio_mkfile() 378 if (filebuf) free(filebuf); in cpio_mkfile()
|
/Linux-v4.19/tools/perf/util/ |
D | symbol.c | 1455 static int dso__find_perf_map(char *filebuf, size_t bufsz, in dso__find_perf_map() argument 1466 snprintf(filebuf, bufsz, "/tmp/perf-%d.map", nsi->nstgid); in dso__find_perf_map() 1468 rc = access(filebuf, R_OK); in dso__find_perf_map() 1479 snprintf(filebuf, bufsz, "/tmp/perf-%d.map", nnsi->tgid); in dso__find_perf_map()
|
/Linux-v4.19/drivers/net/ethernet/neterion/vxge/ |
D | vxge-config.h | 2103 vxge_update_fw_image(struct __vxge_hw_device *hldev, const u8 *filebuf,
|