Searched refs:xres (Results 1 – 3 of 3) sorted by relevance
| /components/dfs/dfs_v1/filesystems/nfs/rpc/ |
| A D | clnt.h | 174 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument 175 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs)) 176 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument 177 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs)) 203 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument 204 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
|
| /components/drivers/include/drivers/ |
| A D | lcd.h | 51 uint32_t xres; /* visible resolution */ member
|
| /components/drivers/virtio/ |
| A D | virtio.c | 371 info->xres = _graphic_info.width; in fb_control()
|
Completed in 9 milliseconds