HomeSort by: relevance | last modified time | path
    Searched refs:_req (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/libuv/dist/src/win/
req-inl.h 118 uv__process_tcp_##method##_req(loop, \
124 uv__process_pipe_##method##_req(loop, \
130 uv__process_tty_##method##_req(loop, \
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
ring.h 237 * to be ineffective where _req is a struct which consists of only bitfields.
239 #define RING_COPY_REQUEST(_r, _idx, _req) do { \
240 /* Use volatile to force the copy into _req. */ \
241 *(_req) = *(volatile typeof(_req))RING_GET_REQUEST(_r, _idx); \
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/
server.py 72 self._req = req
96 with _server.canceller.current_request(self._req):
97 _server.invoke_request(self._req, self._result, self.invoke)
  /src/sys/fs/nfs/common/
bootp_subr.c 147 } _req; member in struct:bootpc_ifcontext
148 #define ireq _req._ifreq
149 #define iareq _req._in_alias_req

Completed in 46 milliseconds