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

  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_drv.h 116 char *resp_buf; member in struct:virtio_gpu_vbuffer
virtgpu_vq.c 94 int size, int resp_size, void *resp_buf,
110 vbuf->resp_buf = (void *)vbuf->buf + size;
112 vbuf->resp_buf = resp_buf;
113 BUG_ON(!vbuf->resp_buf);
155 void *resp_buf)
160 resp_size, resp_buf, cb);
173 kfree(vbuf->resp_buf);
212 resp = (struct virtio_gpu_ctrl_hdr *)entry->resp_buf;
340 sg_init_one(&vresp, vbuf->resp_buf, vbuf->resp_size)
754 void *resp_buf; local in function:virtio_gpu_cmd_get_display_info
777 void *resp_buf; local in function:virtio_gpu_cmd_get_capset_info
805 void *resp_buf; local in function:virtio_gpu_cmd_get_capset
876 void *resp_buf; local in function:virtio_gpu_cmd_get_edids
    [all...]
  /src/usr.sbin/mtrace/
mtrace.c 84 struct resp_buf { struct
147 int get_ttl(struct resp_buf *buf);
151 int tries, struct resp_buf *save);
154 void print_trace(int index, struct resp_buf *buf);
155 int what_kind(struct resp_buf *buf, const char *why);
159 void fixup_stats(struct resp_buf *base,
160 struct resp_buf *prev,
161 struct resp_buf *new);
162 int print_stats(struct resp_buf *base,
163 struct resp_buf *prev
    [all...]

Completed in 14 milliseconds