Searched refs:outFname (Results 1 - 1 of 1) sorted by relevance

/linux-master/samples/bpf/
H A Dhbm.c78 char *outFname = "hbm_out.log"; local
88 // outFname = "hbm_in.log";
89 outf = fopen(outFname, "w");
92 printf("Error creating %s\n", outFname);

Completed in 109 milliseconds