Searched defs:cookie (Results 1 - 25 of 40) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dsscanf.c61 eofread(void *cookie, char *buf, int len) argument
H A Dstdio.c61 __sread(void *cookie, char *buf, int n) argument
63 FILE *fp = cookie;
83 __swrite(void *cookie, char const *buf, int n) argument
85 FILE *fp = cookie;
87 _DIAGASSERT(cookie != NULL);
101 __sseek(void *cookie, fpos_t offset, int whence) argument
103 FILE *fp = cookie;
123 __sclose(void *cookie) argument
126 _DIAGASSERT(cookie != NULL);
127 if(cookie
[all...]
H A Dvswscanf.c56 eofread(void *cookie, char *buf, int len) argument
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dlnkops.c47 static void sf_put_link(struct dentry *dentry, struct nameidata *nd, void *cookie) argument
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86sbusBus.h46 int cookie[2]; member in struct:sbus_prom_node
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86sbusBus.h46 int cookie[2]; member in struct:sbus_prom_node
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86sbusBus.h46 int cookie[2]; member in struct:sbus_prom_node
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86sbusBus.h46 int cookie[2]; member in struct:sbus_prom_node
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86sbusBus.h46 int cookie[2]; member in struct:sbus_prom_node
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86sbusBus.h46 int cookie[2]; member in struct:sbus_prom_node
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86sbusBus.h46 int cookie[2]; member in struct:sbus_prom_node
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86sbusBus.h46 int cookie[2]; member in struct:sbus_prom_node
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86sbusBus.h46 int cookie[2]; member in struct:sbus_prom_node
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86sbusBus.h47 int cookie[2]; member in struct:sbus_prom_node
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86sbusBus.h46 int cookie[2]; member in struct:sbus_prom_node
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86sbusBus.h46 int cookie[2]; member in struct:sbus_prom_node
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86sbusBus.h46 int cookie[2]; member in struct:sbus_prom_node
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86sbusBus.h46 int cookie[2]; member in struct:sbus_prom_node
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxf86sbusBus.h46 int cookie[2]; member in struct:sbus_prom_node
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxf86sbusBus.h46 int cookie[2]; member in struct:sbus_prom_node
/vbox/src/VBox/Devices/Network/slirp/bsd/kern/
H A Duipc_mbuf2.c398 m_tag_alloc(u_int32_t cookie, int type, int len, int fWait) argument
413 m_tag_setup(t, cookie, type, len);
465 m_tag_locate(struct mbuf *m, u_int32_t cookie, int type, struct m_tag *t) argument
475 if (p->m_tag_cookie == cookie && p->m_tag_id == type)
/vbox/src/VBox/Additions/haiku/VBoxMouse/
H A DVBoxMouse.cpp140 status_t VBoxMouse::Start(const char *device, void *cookie) argument
183 LogFlowFunc(("device=%s cookie=%p\n", device, cookie));
210 status_t VBoxMouse::Stop(const char *device, void *cookie) argument
233 status_t VBoxMouse::Control(const char *device, void *cookie, uint32 code, BMessage *message) argument
241 return BInputServerDevice::Control(device, cookie, code, message);
/vbox/src/VBox/Additions/haiku/VBoxTray/
H A DVBoxGuestDeskbarView.cpp71 int32 cookie = 0; local
72 while (get_next_image_info(B_CURRENT_TEAM, &cookie, &image) == B_OK)
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dxf86sbusBus.h47 int cookie[2]; member in struct:sbus_prom_node
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86sbusBus.h47 int cookie[2]; member in struct:sbus_prom_node

Completed in 151 milliseconds

12