Searched refs:fbuf (Results 1 – 1 of 1) sorted by relevance
199 unsigned char *fbuf; in upload_func() local232 fbuf = mmap(0, len, PROT_READ, MAP_PRIVATE, fd, 0); in upload_func()233 if ( fbuf == MAP_FAILED ) in upload_func()243 rc = xc_livepatch_upload(xch, name, fbuf, len); in upload_func()254 if ( munmap( fbuf, len) ) in upload_func()
Completed in 2 milliseconds