Home
last modified time | relevance | path

Searched refs:filebuf (Results 1 – 3 of 3) sorted by relevance

/linux/usr/
A Dgen_init_cpio.c300 char *filebuf = NULL; in cpio_mkfile() local
329 filebuf = malloc(buf.st_size); in cpio_mkfile()
330 if (!filebuf) { in cpio_mkfile()
335 retval = read (file, filebuf, buf.st_size); in cpio_mkfile()
370 if (fwrite(filebuf, size, 1, stdout) != 1) { in cpio_mkfile()
384 if (filebuf) free(filebuf); in cpio_mkfile()
/linux/tools/perf/util/
A Dsymbol.c1728 static int dso__find_perf_map(char *filebuf, size_t bufsz, in dso__find_perf_map() argument
1739 snprintf(filebuf, bufsz, "/tmp/perf-%d.map", nsi->nstgid); in dso__find_perf_map()
1741 rc = access(filebuf, R_OK); in dso__find_perf_map()
1752 snprintf(filebuf, bufsz, "/tmp/perf-%d.map", nnsi->tgid); in dso__find_perf_map()
/linux/drivers/net/ethernet/neterion/vxge/
A Dvxge-config.h2078 vxge_update_fw_image(struct __vxge_hw_device *hldev, const u8 *filebuf,

Completed in 15 milliseconds