OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resp_buf
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/virtio/
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
777
void *
resp_buf
;
local
805
void *
resp_buf
;
local
876
void *
resp_buf
;
local
[
all
...]
virtgpu_drv.h
116
char *
resp_buf
;
member in struct:virtio_gpu_vbuffer
/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
...]
/src/sys/dev/pci/
if_iwm.c
4505
uint8_t *
resp_buf
;
local
4511
resp_buf
= kmem_zalloc(hcmd->resp_pkt_len, KM_NOSLEEP);
4512
if (
resp_buf
== NULL)
4514
sc->sc_cmd_resp_pkt[idx] =
resp_buf
;
Completed in 26 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026