HomeSort by: relevance | last modified time | path
    Searched refs:_cookie (Results 1 - 25 of 93) sorted by relevancy

1 2 3 4

  /src/sys/dev/hid/
hidev.c 34 t->_get_report_desc(t->_cookie, desc, size);
40 return t->_open(t->_cookie, intr, cookie);
46 t->_stop(t->_cookie);
52 t->_close(t->_cookie);
58 return t->_set_report(t->_cookie, type, data, len);
64 return t->_get_report(t->_cookie, type, data, len);
70 return t->_write(t->_cookie, data, len);
hidev.h 36 void *_cookie; member in struct:hidev_tag
  /src/sys/arch/hppa/include/
pci_machdep.h 42 void *_cookie; member in struct:hppa_pci_chipset_tag
72 (*(c)->pc_bus_maxdevs)((c)->_cookie, (b))
74 (*(c)->pc_make_tag)((c)->_cookie, (b), (d), (f))
76 (*(c)->pc_decompose_tag)((c)->_cookie, (t), (bp), (dp), (fp))
78 (*(c)->pc_conf_read)((c)->_cookie, (t), (r))
80 (*(c)->pc_conf_write)((c)->_cookie, (t), (r), (v))
85 (*(c)->pc_intr_string)((c)->_cookie, (ih), (buf), (len))
87 (*(c)->pc_intr_establish)((c)->_cookie, (ih), (l), (h), (a))
89 (*(c)->pc_intr_disestablish)((c)->_cookie, (iv))
  /src/sys/arch/algor/algor/
algor_p4032_dma.c 58 t->_cookie = acp;
72 t->_cookie = acp;
algor_p5064_dma.c 58 t->_cookie = acp;
70 t->_cookie = acp;
algor_p6032_dma.c 58 t->_cookie = acp;
70 t->_cookie = acp;
  /src/lib/libc/stdio/
stdio.c 66 _DIAGASSERT(cookie == fp->_cookie);
85 _DIAGASSERT(cookie == fp->_cookie);
106 _DIAGASSERT(cookie == fp->_cookie);
124 _DIAGASSERT(cookie == fp->_cookie);
freopen.c 100 (void) (*fp->_close)(fp->_cookie);
110 (void) (*fp->_close)(fp->_cookie);
123 (void) (*fp->_close)(fp->_cookie);
171 fp->_cookie = fp;
fflush.c 111 t = (*fp->_write)(fp->_cookie, (char *)p, n);
118 return (*fp->_flush)(fp->_cookie);
fclose.c 65 if (fp->_close != NULL && (*fp->_close)(fp->_cookie) < 0)
ftell.c 75 pos = (*fp->_seek)(fp->_cookie, (off_t)0, SEEK_CUR);
ftello.c 76 pos = (*fp->_seek)(fp->_cookie, (off_t)0, SEEK_CUR);
  /src/sys/arch/mips/adm5120/
adm5120_obio_dma.c 81 t->_cookie = t;
  /src/sys/arch/playstation2/playstation2/
sifbios.c 327 sifrpc_receive_buffer(struct sifrpc_receive *_cookie, void *src_iop,
332 void *_cookie; member in struct:__anon1742
340 _cookie: _cookie,
353 sifrpc_bind(struct sifrpc_client *_cookie, sifrpc_id_t rpc_id,
357 void *_cookie; /* filled by this call */ member in struct:__anon1743
363 _cookie: _cookie,
374 sifrpc_call(struct sifrpc_client *_cookie, sifrpc_callno_t call_no,
379 struct sifrpc_client *_cookie; /* binded client cookie * member in struct:__anon1744
    [all...]
  /src/sys/arch/evbmips/gdium/
gdium_dma.c 56 t->_cookie = gc;
  /src/sys/arch/evbmips/malta/
malta_dma.c 59 t->_cookie = acp;
  /src/sys/arch/alpha/pci/
ttwoga_dma.c 107 t->_cookie = tcp;
133 t->_cookie = tcp;
242 struct ttwoga_config *tcp = t->_cookie;
276 struct ttwoga_config *tcp = t->_cookie;
294 struct ttwoga_config *tcp = t->_cookie;
311 struct ttwoga_config *tcp = t->_cookie;
328 struct ttwoga_config *tcp = t->_cookie;
345 struct ttwoga_config *tcp = t->_cookie;
mcpcia_dma.c 103 t->_cookie = ccp;
129 t->_cookie = ccp;
156 t->_cookie = ccp;
250 struct mcpcia_config *ccp = t->_cookie;
282 struct mcpcia_config *ccp = t->_cookie;
298 struct mcpcia_config *ccp = t->_cookie;
313 struct mcpcia_config *ccp = t->_cookie;
328 struct mcpcia_config *ccp = t->_cookie;
343 struct mcpcia_config *ccp = t->_cookie;
irongate_dma.c 92 t->_cookie = icp;
118 t->_cookie = icp;
148 struct irongate_config *icp = t->_cookie;
tsp_dma.c 217 t->_cookie = pcp;
259 t->_cookie = pcp;
285 t->_cookie = pcp;
311 t->_cookie = pcp;
417 struct tsp_config *pcp = t->_cookie;
453 tsp_tlb_invalidate(t->_cookie);
468 tsp_tlb_invalidate(t->_cookie);
483 tsp_tlb_invalidate(t->_cookie);
499 tsp_tlb_invalidate(t->_cookie);
516 tsp_tlb_invalidate(t->_cookie);
    [all...]
  /src/sys/arch/alpha/tc/
tc_dma_3000_500.c 51 NULL, /* _cookie */
153 struct tc_dma_slot_info *tdsi = t->_cookie;
165 struct tc_dma_slot_info *tdsi = t->_cookie;
176 struct tc_dma_slot_info *tdsi = t->_cookie;
187 struct tc_dma_slot_info *tdsi = t->_cookie;
199 struct tc_dma_slot_info *tdsi = t->_cookie;
  /src/sys/arch/alpha/jensenio/
jensenio_dma.c 93 t->_cookie = jcp;
119 t->_cookie = jcp;
149 struct jensenio_config *jcp = t->_cookie;
  /src/sys/arch/evbmips/mipssim/
mipssim_dma.c 56 t->_cookie = mcp;
  /src/sys/arch/mips/cavium/
octeon_dma.c 56 t->_cookie = mcp;
  /src/sys/arch/mips/fdt/
fdt_dma_machdep.c 41 ._cookie = NULL,

Completed in 42 milliseconds

1 2 3 4