Searched refs:cookie (Results 1 - 25 of 39) sorted by relevance

12

/barrelfish-master/lib/phoenix/
H A Dlocality.c54 lgrp_cookie_t cookie;
56 cookie = lgrp_init (LGRP_VIEW_CALLER);
59 num_cpus = lgrp_cpus (cookie, lgrp, NULL, 0, LGRP_CONTENT_DIRECT);
62 ret = lgrp_fini (cookie);
79 lgrp_cookie_t cookie;
82 cookie = lgrp_init (LGRP_VIEW_CALLER);
83 nlgrps = lgrp_nlgrps (cookie);
84 ret = lgrp_fini (cookie);
/barrelfish-master/lib/libc/stdio/
H A Dfopencookie.c49 fopencookie(void *cookie, const char *mode, cookie_io_functions_t io_funcs) argument
64 thunk->foc_cookie = cookie;
88 _fopencookie_read(void *cookie, char *buf, int size) argument
92 thunk = cookie;
102 _fopencookie_write(void *cookie, const char *buf, int size) argument
106 thunk = cookie;
117 _fopencookie_seek(void *cookie, fpos_t offset, int whence) argument
134 thunk = cookie;
154 _fopencookie_close(void *cookie) argument
160 thunk = cookie;
[all...]
H A Dfmemopen.c47 static int fmemopen_read(void *cookie, char *buf, int nbytes);
48 static int fmemopen_write(void *cookie, const char *buf, int nbytes);
49 static fpos_t fmemopen_seek(void *cookie, fpos_t offset, int whence);
50 static int fmemopen_close(void *cookie);
165 fmemopen_read(void *cookie, char *buf, int nbytes) argument
167 struct fmemopen_cookie *ck = cookie;
183 fmemopen_write(void *cookie, const char *buf, int nbytes) argument
185 struct fmemopen_cookie *ck = cookie;
213 fmemopen_seek(void *cookie, fpos_t offset, int whence) argument
215 struct fmemopen_cookie *ck = cookie;
252 fmemopen_close(void *cookie) argument
[all...]
H A Dstdio.c53 __sread(void *cookie, char *buf, int n) argument
55 FILE *fp = cookie;
61 __swrite(void *cookie, char const *buf, int n) argument
63 FILE *fp = cookie;
69 __sseek(void *cookie, fpos_t offset, int whence) argument
71 FILE *fp = cookie;
77 __sclose(void *cookie) argument
80 return (_close(((FILE *)cookie)->_file));
H A Dfunopen.c45 funopen(const void *cookie, argument
70 fp->_cookie = (void *)cookie;
H A Dfindfp.c62 static int term_read(void *cookie, char *buf, int n) argument
71 static int read_fail(void *cookie, char *buf, int n) argument
76 static int term_write(void *cookie, char const *buf, int n) argument
85 static int write_fail(void *cookie, char const *buf, int n) argument
90 static fpos_t seek_fail(void *cookie, fpos_t offset, int whence) argument
95 static int close_fail(void *cookie) argument
196 /* fp->_cookie = <any>; */ /* caller sets cookie, _read/_write etc */
H A Dopen_memstream.c90 memstream_write(void *cookie, const char *buf, int len) argument
95 ms = cookie;
111 memstream_seek(void *cookie, fpos_t pos, int whence) argument
118 ms = cookie;
166 memstream_close(void *cookie) argument
169 free(cookie);
H A Dvsscanf.c54 eofread(void *cookie, char *buf, int len) argument
H A Dopen_wmemstream.c120 wmemstream_write(void *cookie, const char *buf, int len) argument
126 ms = cookie;
173 wmemstream_seek(void *cookie, fpos_t pos, int whence) argument
178 ms = cookie;
227 wmemstream_close(void *cookie) argument
230 free(cookie);
H A Dvswscanf.c59 eofread(void *cookie, char *buf, int len) argument
/barrelfish-master/lib/libc/sys/barrelfish/
H A Dfindfp.c58 _DEFUN(term_read, (ptr, cookie, buf, n),
60 void *cookie _AND
72 _DEFUN(read_fail, (ptr, cookie, buf, n),
74 void *cookie _AND
82 _DEFUN(term_write, (ptr, cookie, buf, n),
84 void *cookie _AND
96 _DEFUN(write_fail, (ptr, cookie, buf, n),
98 void *cookie _AND
106 _DEFUN(seek_fail, (ptr, cookie, offset, whence),
108 void *cookie _AN
[all...]
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Ds_apps.h175 int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int *cookie_len);
176 int MS_CALLBACK verify_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int cookie_len);
H A Ds_cb.c695 int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int *cookie_len) argument
712 BIO_printf(bio_err,"error setting random cookie secret\n");
777 memcpy(cookie, result, resultlength);
783 int MS_CALLBACK verify_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int cookie_len) argument
795 /* If secret isn't initialized yet, the cookie can't be valid */
858 if (cookie_len == resultlength && memcmp(result, cookie, resultlength) == 0)
/barrelfish-master/include/nfs/
H A Dnfs.h29 #define NFS_READDIR_COOKIE 0 ///< initial cookie for readdir
30 #define NFS_READDIR_COOKIEVERF NULL ///< initial cookie verifier for readder
203 cookie3 cookie, cookieverf3 cookieverf,
206 cookie3 cookie, cookieverf3 cookieverf,
H A Dnfs_rpc.h688 cookie3 cookie; member in struct:READDIR3args
697 cookie3 cookie; member in struct:entry3
731 cookie3 cookie; member in struct:READDIRPLUS3args
741 cookie3 cookie; member in struct:entryplus3
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Ddtls1.h176 unsigned char cookie[DTLS1_COOKIE_LENGTH]; member in struct:dtls1_state_st
/barrelfish-master/include/openssl/
H A Ddtls1.h176 unsigned char cookie[DTLS1_COOKIE_LENGTH]; member in struct:dtls1_state_st
/barrelfish-master/include/
H A Dstdio.h125 void *_cookie; /* (*) cookie passed to io functions */
401 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
402 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
/barrelfish-master/include/lwip2/lwip/prot/
H A Ddhcp.h58 #define DHCP_OPTIONS_OFS (DHCP_MSG_LEN + 4U) /* 4 byte: cookie */
81 PACK_STRUCT_FIELD(u32_t cookie);
/barrelfish-master/lib/libc/gen/
H A Dsyslog.c88 * Format of the magic cookie passed through the stdio hook
101 writehook(void *cookie, const char *buf, int len) argument
105 h = (struct bufcookie *)cookie;
/barrelfish-master/lib/libc/tests/stdio/
H A Dgetdelim_test.c48 _reader(void *cookie, char *buf, int len) argument
50 size_t *offp = cookie;
/barrelfish-master/lib/nfs/
H A Dnfs.x654 cookie3 cookie;
662 cookie3 cookie;
690 cookie3 cookie;
699 cookie3 cookie;
H A Dnfs.c354 * \param cookie Cookie from a previous call, or NFS_READDIR_COOKIE for a new call
362 cookie3 cookie, cookieverf3 cookieverf,
369 .cookie = cookie,
415 * \param cookie Cookie from a previous call, or NFS_READDIR_COOKIE for a new call
423 cookie3 cookie, cookieverf3 cookieverf,
430 .cookie = cookie,
361 nfs_readdir(struct nfs_client *client, struct nfs_fh3 fh, cookie3 cookie, cookieverf3 cookieverf, nfs_readdir_callback_t callback, void *cbarg) argument
422 nfs_readdirplus(struct nfs_client *client, struct nfs_fh3 fh, cookie3 cookie, cookieverf3 cookieverf, nfs_readdirplus_callback_t callback, void *cbarg) argument
H A Dnfs_xdr.c1154 if (!xdr_cookie3 (xdrs, &objp->cookie))
1170 if (!xdr_cookie3 (xdrs, &objp->cookie))
1230 if (!xdr_cookie3 (xdrs, &objp->cookie))
1248 if (!xdr_cookie3 (xdrs, &objp->cookie))
/barrelfish-master/include/lwip/lwip/
H A Ddhcp.h97 PACK_STRUCT_FIELD(u32_t cookie);

Completed in 200 milliseconds

12