Searched refs:GTERROR (Results 1 – 3 of 3) sorted by relevance
/xen/tools/libs/gnttab/ |
A D | linux.c | 80 GTERROR(xgt->logger, "ioctl SET_MAX_GRANTS failed"); in osdep_gnttab_set_max_grants() 111 GTERROR(xgt->logger, "mmap of map failed"); in osdep_gnttab_grant_map() 125 GTERROR(xgt->logger, "ioctl MAP_GRANT_REF failed"); in osdep_gnttab_grant_map() 166 GTERROR(xgt->logger, "ioctl SET_UNMAP_NOTIFY failed"); in osdep_gnttab_grant_map() 178 GTERROR(xgt->logger, "mmap failed"); in osdep_gnttab_grant_map() 306 GTERROR(xgt->logger, "ioctl GRANT COPY failed %d ", errno); in osdep_gnttab_grant_copy() 341 GTERROR(xgt->logger, "ioctl DMABUF_EXP_FROM_REFS failed"); in osdep_gnttab_dmabuf_exp_from_refs() 370 GTERROR(xgt->logger, "ioctl DMABUF_EXP_WAIT_RELEASED failed"); in osdep_gnttab_dmabuf_exp_wait_released() 402 GTERROR(xgt->logger, "ioctl DMABUF_IMP_TO_REFS failed"); in osdep_gnttab_dmabuf_imp_to_refs() 422 GTERROR(xgt->logger, "ioctl DMABUF_IMP_RELEASE failed"); in osdep_gnttab_dmabuf_imp_release()
|
A D | freebsd.c | 89 GTERROR(xgt->logger, "anon mmap of map failed"); in osdep_gnttab_grant_map() 104 GTERROR(xgt->logger, "ioctl MAP_GRANT_REF failed"); in osdep_gnttab_grant_map() 131 GTERROR(xgt->logger, "ioctl SET_UNMAP_NOTIFY failed"); in osdep_gnttab_grant_map() 142 GTERROR(xgt->logger, "mmap failed"); in osdep_gnttab_grant_map()
|
A D | private.h | 11 #define GTERROR(_l, _f...) xtl_log(_l, XTL_ERROR, errno, "gnttab", _f) macro
|
Completed in 4 milliseconds