HomeSort by: relevance | last modified time | path
    Searched defs:dbuf_cookie (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/xen/
xen_drm_front.c 43 u64 dbuf_cookie; member in struct:xen_drm_front_dbuf
50 struct xen_drm_front_dbuf *dbuf, u64 dbuf_cookie)
52 dbuf->dbuf_cookie = dbuf_cookie;
57 u64 dbuf_cookie)
62 if (buf->dbuf_cookie == dbuf_cookie)
68 static void dbuf_free(struct list_head *dbuf_list, u64 dbuf_cookie)
73 if (buf->dbuf_cookie == dbuf_cookie) {
    [all...]
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
displif.h 409 * dbuf_cookie - uint64_t, unique to guest domain value used by the backend
438 * | dbuf_cookie low 32-bit | 12
440 * | dbuf_cookie high 32-bit | 16
466 * An attempt to create multiple display buffers with the same dbuf_cookie is
467 * an error. dbuf_cookie can be re-used after destroying the corresponding
502 uint64_t dbuf_cookie; member in struct:xendispl_dbuf_create_req
554 * | dbuf_cookie low 32-bit | 12
556 * | dbuf_cookie high 32-bit | 16
571 uint64_t dbuf_cookie; member in struct:xendispl_dbuf_destroy_req
583 * | dbuf_cookie low 32-bit | 1
620 uint64_t dbuf_cookie; member in struct:xendispl_fb_attach_req
    [all...]

Completed in 12 milliseconds