Searched refs:cont (Results 1 - 25 of 103) sorted by relevance

12345

/barrelfish-2018-10-04/usr/block_server/
H A Dnetwork_client.h44 struct bulk_continuation cont);
53 struct bulk_continuation cont);
59 struct bulk_continuation cont);
65 struct bulk_continuation cont);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Dx_long.c72 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
73 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
105 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) argument
131 if(cont) {
132 if(pad) *cont++ = (ltmp < 0) ? 0xff : 0;
134 cont[i] = (unsigned char)(utmp & 0xff);
135 if(ltmp < 0) cont[i] ^= 0xff;
142 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, argument
154 if(len && (cont[0] & 0x80)) neg = 1;
159 if(neg) utmp |= cont[
[all...]
H A Dx_bignum.c75 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
76 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
110 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) argument
119 if(cont) {
120 if(pad) *cont++ = 0;
121 BN_bn2bin(bn, cont);
126 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, argument
132 if(!BN_bin2bn(cont, len, bn)) {
/barrelfish-2018-10-04/include/bulk_transfer/
H A Dbulk_sm.h62 struct bulk_continuation cont);
68 struct bulk_continuation cont);
72 struct bulk_continuation cont);
77 struct bulk_continuation cont);
82 struct bulk_continuation cont);
86 struct bulk_continuation cont);
91 struct bulk_continuation cont);
H A Dbulk_transfer.h86 static inline void bulk_continuation_call(struct bulk_continuation cont, argument
90 if (cont.handler) {
91 cont.handler(cont.arg, err, channel);
109 struct bulk_continuation cont);
115 struct bulk_continuation cont);
119 struct bulk_continuation cont);
124 struct bulk_continuation cont);
129 struct bulk_continuation cont);
133 struct bulk_continuation cont);
[all...]
/barrelfish-2018-10-04/usr/monitor/capops/
H A Ddelete_int.h26 struct event_closure cont; member in struct:delete_queue_node
30 struct event_closure cont);
H A Dcaplock.c22 struct event_queue_node *qn, struct event_closure cont)
25 capqueue_wait(&global_queue, qn, cont);
21 caplock_wait(struct domcapref cap, struct event_queue_node *qn, struct event_closure cont) argument
H A Dretype.c31 struct result_closure cont; member in struct:retype_check_st
37 struct result_closure cont; member in struct:retype_output_st
103 req_st->queue_elem.cont = retype_result__send;
170 req_st->queue_elem.cont = retype_result__send;
175 req_st->check.cont = MKRESCONT(retype_request_check__rx, req_st);
287 req_st->queue_elem.cont = retype_request__send;
317 CALLRESCONT(check_st->cont, status);
359 CALLRESCONT(check_st->cont, err);
380 struct result_closure cont = output->cont; local
[all...]
/barrelfish-2018-10-04/include/flounder/
H A Dflounder_support_caps.h40 void (*cont)(void *st));
/barrelfish-2018-10-04/usr/monitor/include/
H A Dcaplock.h20 struct event_queue_node *qn, struct event_closure cont);
H A Dqueue.h39 intermon_msg_cont_handler_fn cont; member in struct:intermon_msg_queue_elem
54 monitor_msg_cont_handler_fn cont; member in struct:monitor_msg_queue_elem
/barrelfish-2018-10-04/lib/bulk_transfer/
H A Dbulk_channel.c67 struct bulk_continuation cont)
84 return remote_ep_desc->f->channel_bind(channel, cont);
94 struct bulk_continuation cont)
132 struct bulk_continuation cont)
166 return channel->ep->f->assign_pool(channel, pool, cont);
178 struct bulk_continuation cont)
221 return channel->ep->f->remove_pool(channel, pool, cont);
227 struct bulk_continuation cont)
258 return channel->ep->f->move(channel, buffer, meta, cont);
267 struct bulk_continuation cont)
63 bulk_channel_bind(struct bulk_channel *channel, struct bulk_endpoint_descriptor *remote_ep_desc, struct bulk_channel_callbacks *callbacks, struct bulk_channel_bind_params *params, struct bulk_continuation cont) argument
93 bulk_channel_destroy(struct bulk_channel *channel, struct bulk_continuation cont) argument
130 bulk_channel_assign_pool(struct bulk_channel *channel, struct bulk_pool *pool, struct bulk_continuation cont) argument
176 bulk_channel_remove_pool(struct bulk_channel *channel, struct bulk_pool *pool, struct bulk_continuation cont) argument
224 bulk_channel_move(struct bulk_channel *channel, struct bulk_buffer *buffer, void *meta, struct bulk_continuation cont) argument
264 bulk_channel_pass(struct bulk_channel *channel, struct bulk_buffer *buffer, void *meta, struct bulk_continuation cont) argument
300 bulk_channel_copy(struct bulk_channel *channel, struct bulk_buffer *buffer, void *meta, struct bulk_continuation cont) argument
344 bulk_channel_release(struct bulk_channel *channel, struct bulk_buffer *buffer, struct bulk_continuation cont) argument
[all...]
/barrelfish-2018-10-04/lib/bulk_transfer/backends/local/
H A Dcontrol_channel.c46 struct bulk_continuation cont; member in struct:local_event
102 struct bulk_continuation cont);
105 struct bulk_continuation cont);
109 struct bulk_continuation cont);
113 struct bulk_continuation cont);
117 struct bulk_continuation cont);
120 struct bulk_continuation cont);
189 if (lev->cont.handler) {
190 lev->cont.handler(NULL, SYS_ERR_OK, lev->channel);
209 if (lev->cont
255 impl_bind(struct bulk_channel *channel, struct bulk_continuation cont) argument
441 impl_assign_pool(struct bulk_channel *channel, struct bulk_pool *pool, struct bulk_continuation cont) argument
495 impl_move(struct bulk_channel *channel, struct bulk_buffer *buffer, void *meta, struct bulk_continuation cont) argument
583 impl_pass(struct bulk_channel *channel, struct bulk_buffer *buffer, void *meta, struct bulk_continuation cont) argument
653 impl_copy(struct bulk_channel *channel, struct bulk_buffer *buffer, void *meta, struct bulk_continuation cont) argument
732 impl_release(struct bulk_channel *channel, struct bulk_buffer *buffer, struct bulk_continuation cont) argument
[all...]
/barrelfish-2018-10-04/lib/barrelfish/arch/x86/
H A Dipi_notify.c24 assert(uc->cont.handler != NULL);
25 uc->cont.handler(uc->cont.st, err, uc);
71 struct ipi_alloc_continuation cont)
79 uc->cont = cont;
70 ipi_notify_alloc(struct ipi_notify *uc, struct ipi_alloc_continuation cont) argument
/barrelfish-2018-10-04/lib/libc/string/
H A Dwcstok.c54 cont:
58 goto cont;
H A Dstrtok.c63 cont:
67 goto cont;
/barrelfish-2018-10-04/include/term/client/
H A Dclient.h33 size_t length, struct event_closure cont);
37 struct event_closure cont);
/barrelfish-2018-10-04/usr/block_server_user/
H A Dbs_connector.h29 struct bulk_continuation cont; member in struct:bs_meta_data
73 struct bulk_continuation cont);
/barrelfish-2018-10-04/include/arch/x86/barrelfish/
H A Dipi_notify.h39 struct ipi_alloc_continuation cont; member in struct:ipi_notify
47 struct ipi_alloc_continuation cont);
/barrelfish-2018-10-04/include/barrelfish/
H A Dmonitor_client.h36 monitor_bind_cont_fn *cont, void *st,
42 errval_t monitor_client_new_binding(monitor_bind_cont_fn *cont, void *st,
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/cms/
H A Dcms_ver.c8 BIO *in = NULL, *out = NULL, *tbio = NULL, *cont = NULL; local
44 cms = SMIME_read_CMS(in, &cont);
54 if (!CMS_verify(cms, NULL, st, cont, out, 0))
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/smime/
H A Dsmver.c8 BIO *in = NULL, *out = NULL, *tbio = NULL, *cont = NULL; local
44 p7 = SMIME_read_PKCS7(in, &cont);
54 if (!PKCS7_verify(p7, NULL, st, cont, out, 0))
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/cms/
H A Dcms_smime.c152 BIO *cont; local
159 cont = CMS_dataInit(cms, NULL);
160 if (!cont)
162 r = cms_copy_content(out, cont, flags);
163 BIO_free_all(cont);
185 BIO *cont; local
196 cont = CMS_dataInit(cms, dcont);
197 if (!cont)
199 r = cms_copy_content(out, cont, flags);
201 r = cms_DigestedData_do_final(cms, cont,
230 BIO *cont; local
689 BIO *cont; local
743 BIO *cont; local
[all...]
/barrelfish-2018-10-04/usr/proc_mgmt/
H A Dspawnd_state.h26 msg_cont_handler_fn cont; member in struct:msg_queue_elem
/barrelfish-2018-10-04/lib/bulk_transfer/backends/sm/
H A Dpool.c59 struct bulk_continuation cont = cdata->continuation; local
63 bulk_continuation_call(cont, r_error, channel);
200 struct bulk_continuation cont)
209 cdata->continuation = cont;
225 struct bulk_continuation cont)
197 bulk_sm_assign_pool( struct bulk_channel *channel, struct bulk_pool *pool, struct bulk_continuation cont) argument
222 bulk_sm_remove_pool( struct bulk_channel *channel, struct bulk_pool *pool, struct bulk_continuation cont) argument

Completed in 103 milliseconds

12345