/freebsd/sys/dev/sound/midi/ |
H A D | mpu_if.m | 34 void *_cookie; 39 void *_cookie; 44 void *_cookie; 49 void *_cookie; 55 void *_cookie; 61 void *_cookie; 66 void *_cookie; 72 void *_cookie;
|
H A D | mpufoi_if.m | 35 void *_cookie; 41 void *_cookie; 48 void *_cookie;
|
/freebsd/lib/libc/stdio/ |
H A D | freopen.c | 143 (void) (*fp->_close)(fp->_cookie); in freopen() 153 (void) (*fp->_close)(fp->_cookie); in freopen() 190 (void) (*fp->_close)(fp->_cookie); in freopen() 227 fp->_cookie = fp; in freopen()
|
H A D | stdio.c | 87 ret = (*fp->_read)(fp->_cookie, buf, n); in _sread() 113 ret = (*fp->_write)(fp->_cookie, buf, n); in _swrite() 135 ret = (*fp->_seek)(fp->_cookie, offset, whence); in _sseek()
|
H A D | funopen.c | 66 fp->_cookie = (void *)cookie; in funopen()
|
H A D | vdprintf.c | 61 f._cookie = &f; in vdprintf()
|
H A D | fopen.c | 77 fp->_cookie = fp; in fopen()
|
H A D | fdopen.c | 95 fp->_cookie = fp; in fdopen()
|
H A D | fclose.c | 53 if (fp->_close != NULL && (*fp->_close)(fp->_cookie) < 0) in cleanfile()
|
H A D | findfp.c | 56 ._cookie = __sF + (file), \
|
H A D | xprintf.c | 585 fake._cookie = fp->_cookie; in __v3printf()
|
H A D | vfprintf.c | 186 fake._cookie = fp->_cookie; in __sbprintf()
|
H A D | vfwprintf.c | 222 fake._cookie = fp->_cookie; in __sbprintf()
|
/freebsd/lib/libpmc/ |
H A D | pmclog.h | 226 int pmclog_feed(void *_cookie, char *_data, int _len); 227 int pmclog_read(void *_cookie, struct pmclog_ev *_ev); 228 void pmclog_close(void *_cookie);
|
/freebsd/sys/netinet/ |
H A D | tcp_fastopen.h | 117 tcp_fastopen_check_cookie(struct in_conninfo *_inc, uint8_t *_cookie, in tcp_fastopen_check_cookie() argument 135 uint8_t *_cookie) in tcp_fastopen_update_cache() argument
|
/freebsd/sys/net/ |
H A D | if_vlan_var.h | 156 #define VLAN_SETCOOKIE(_ifp, _cookie) \ argument 158 (*vlan_setcookie_p)((_ifp), (_cookie)) : EINVAL)
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_data_sprom.c | 104 #define SPROM_COOKIE_TO_VID(_cookie) \ argument 105 (((struct bhnd_sprom_opcode_idx_entry *)(_cookie))->vid) 107 #define SPROM_COOKIE_TO_NVRAM_VAR(_cookie) \ argument 108 bhnd_nvram_get_vardefn(SPROM_COOKIE_TO_VID(_cookie))
|
/freebsd/sys/dev/ofw/ |
H A D | ofw_if.m | 42 * @param _cookie A handle to the client interface, generally the OF 47 void *_cookie;
|
/freebsd/sys/kern/ |
H A D | bus_if.m | 483 * with an irq resource. The value of @p _cookie must be the value 489 * @param _cookie the cookie value returned when the interrupt 496 void *_cookie; 741 * @param _cookie the cookie value returned when the interrupt 749 void *_cookie;
|
/freebsd/include/ |
H A D | stdio.h | 134 void *_cookie; /* (*) cookie passed to io functions */ member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.h | 473 void *_cookie; member
|
H A D | sanitizer_platform_limits_netbsd.cpp | 2608 CHECK_SIZE_AND_OFFSET(FILE, _cookie);
|