Searched refs:other (Results 1 - 25 of 230) sorted by relevance

12345678910

/barrelfish-master/usr/bulk_transfer_passthrough/
H A Dpassthrough.c148 * The other endpoint requests to assign a new pool to this channel.
150 * error code is sent to the other side (veto).
157 struct bulk_channel *other = other_channel(channel); local
160 errval_t err = bulk_channel_assign_pool(other, pool,
171 * The other endpoint wants to remove a pool from this channel
178 struct bulk_channel *other = other_channel(channel); local
181 errval_t err = bulk_channel_remove_pool(other, pool,
198 struct bulk_channel *other = other_channel(channel); local
201 errval_t err = bulk_channel_move(other, buffer, meta,
216 struct bulk_channel *other local
234 struct bulk_channel *other = other_channel(channel); local
251 struct bulk_channel *other = other_channel(channel); local
[all...]
/barrelfish-master/lib/bulk_transfer/backends/local/
H A Dcontrol_channel.c37 struct bulk_channel *other; member in struct:local_channel
242 err = event_alloc(l->other, &ev, event_bind_done, 0);
269 /* setting the pointers to the other channel */
272 l->other = ep->other_channel;
273 o_l = l->other->impl_data;
274 o_l->other = channel;
276 /* set channel parameters from the other side */
277 channel->role = bulk_role_other(l->other->role);
278 channel->direction = bulk_direction_other(l->other->role);
279 channel->meta_size = l->other
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/cms/
H A Dcms_lcl.h17 * the documentation and/or other materials provided with the
107 ASN1_TYPE *other; member in union:CMS_ContentInfo_st::__anon1144
249 CMS_OtherKeyAttribute *other; member in struct:CMS_RecipientKeyIdentifier_st
267 CMS_OtherKeyAttribute *other; member in struct:CMS_KEKIdentifier_st
325 CMS_OtherRevocationInfoFormat *other; member in union:CMS_RevocationInfoChoice_st::__anon1149
346 CMS_OtherCertificateFormat *other; member in union:CMS_CertificateChoices::__anon1150
H A Dcms_env.c17 * the documentation and/or other materials provided with the
88 if (cms->d.other == NULL)
544 kekri->kekid->other = M_ASN1_new_of(CMS_OtherKeyAttribute);
545 if (kekri->kekid->other == NULL)
564 if (kekri->kekid->other)
566 kekri->kekid->other->keyAttrId = otherTypeId;
567 kekri->kekid->other->keyAttr = otherType;
606 if (rkid->other)
607 *potherid = rkid->other->keyAttrId;
613 if (rkid->other)
[all...]
H A Dcms_asn1.c17 * the documentation and/or other materials provided with the
76 ASN1_IMP(CMS_CertificateChoices, d.other, CMS_OtherCertificateFormat, 3)
121 ASN1_IMP(CMS_RevocationInfoChoice, d.other, CMS_OtherRevocationInfoFormat, 1)
159 ASN1_OPT(CMS_RecipientKeyIdentifier, other, CMS_OtherKeyAttribute)
194 ASN1_OPT(CMS_KEKIdentifier, other, CMS_OtherKeyAttribute)
293 ASN1_ADB_TEMPLATE(cms_default) = ASN1_EXP(CMS_ContentInfo, d.other, ASN1_ANY, 0);
/barrelfish-master/usr/eclipseclp/Mercury/
H A Dm_map.pl140 This predicate should only be called with maps created by other
166 This predicate should only be called with maps created by other
191 This predicate should only be called with maps created by other
216 This predicate should only be called with maps created by other
244 This predicate should only be called with maps created by other
273 This predicate should only be called with maps created by other
301 This predicate should only be called with maps created by other
330 This predicate should only be called with maps created by other
354 This predicate should only be called with maps created by other
379 This predicate should only be called with maps created by other
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/pkcs12/
H A Dp12_asn.c17 * the documentation and/or other materials provided with the
82 ASN1_ADB_TEMPLATE(bag_default) = ASN1_EXP(PKCS12_BAGS, value.other, ASN1_ANY, 0);
97 ASN1_ADB_TEMPLATE(safebag_default) = ASN1_EXP(PKCS12_SAFEBAG, value.other, ASN1_ANY, 0);
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509v3/
H A Dv3_genn.c17 * the documentation and/or other materials provided with the
120 result = ASN1_TYPE_cmp(a->d.other, b->d.other);
168 a->d.other = value;
204 return a->d.other;
/barrelfish-master/lib/cxx/cxx/experimental/
H A Dmemory_resource.cpp43 bool do_is_equal(memory_resource const & other) const _NOEXCEPT override
44 { return &other == this; }
/barrelfish-master/lib/cxx/cxx/filesystem/
H A Ddirectory_iterator.cpp173 __dir_stream(__dir_stream&& other) noexcept : __stream_(other.__stream_),
174 __root_(move(other.__root_)),
175 __entry_(move(other.__entry_)) {
176 other.__stream_ = nullptr;
/barrelfish-master/doc/018-Practical-guide/
H A DPracticalGuide.tex62 Information on how to compile Barrelfish for other platforms, in
63 particular ARM, are found in other documents. However, the
/barrelfish-master/usr/skb/programs/
H A Dmulticast.pl48 % to which other core
58 % recurse on other packages
81 % construct list of other packages
H A Dplat_omap44xx.pl29 driver_deps, % Dependencies on other drivers
/barrelfish-master/tools/demo/Aquarium/
H A DWindow1.xaml.cs615 public int CompareTo(ChannelAction other) argument
617 return this.Time.CompareTo(other.Time);
1138 ChannelAction other;
1139 if (sent.TryGetValue(chan, out other))
1144 AddArrow(other.Core, other.Time, ca.Core, ca.Time, other.Colour ?? Brushes.Orange,
1146 chan, other.Time - this.TimeMin, ca.Time - this.TimeMin));
1148 AddLine(other.Core, other
[all...]
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dsmime.c17 * the documentation and/or other materials provided with the
103 STACK_OF(X509) *encerts = NULL, *other = NULL;
466 BIO_printf (bio_err, "-certfile file other certificates file\n");
570 if (!(other = load_certs(bio_err,certfile,FORMAT_PEM, NULL,
704 p7 = PKCS7_sign(NULL, NULL, other, in, flags);
756 if (PKCS7_verify(p7, other, store, indata, out, flags))
763 signers = PKCS7_get0_signers(p7, other, flags);
806 sk_X509_pop_free(other, X509_free);
H A Dcms.c17 * the documentation and/or other materials provided with the
119 STACK_OF(X509) *encerts = NULL, *other = NULL;
617 BIO_printf (bio_err, "-certfile file other certificates file\n");
726 if (!(other = load_certs(bio_err,certfile,FORMAT_PEM, NULL,
942 srcms = CMS_sign_receipt(si, signer, key, other, flags);
963 cms = CMS_sign(NULL, NULL, other, in, flags);
1080 if (CMS_verify(cms, other, store, indata, out, flags) > 0)
1109 if (CMS_verify_receipt(rcms, cms, other, store, flags) > 0)
1159 sk_X509_pop_free(other, X509_free);
/barrelfish-master/usr/eclipseclp/Contrib/
H A Drandom.pl47 % a random element of List and Rest with the other elements.
/barrelfish-master/lib/compiler-rt/builtins/
H A Dfp_mul_impl.inc64 // One or both of a or b is denormal. The other (if applicable) is a
/barrelfish-master/usr/block_server_user/
H A Dbs_connector.c286 errval_t other = event_dispatch(get_default_waitset()); local
288 assert(err_is_ok(other));
/barrelfish-master/lib/cxx/cxx/support/solaris/
H A Dmbsnrtowcs.inc16 * documentation and/or other materials provided with the distribution.
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Deplexdiff.tex76 The ::/2 (\$::/2) constraints are treated like other eplex constraints,
78 instance. Other eplex instances (and indeed any other bounds-keeping
85 Like other eplex constraints, inconsistency within the same eplex instance
106 any other constraints.
111 other constraints in the eplex instance.
133 other versions of eplex, the \verb'sync_bounds(yes)' option can be
149 via some other bounds keeper, e.g. \verb'lib(ic)'. Note that it is always
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsintro.tex82 {\eclipse} to other programming languages, and in particular how to embed
112 %The compiler can compile faster than most other Prologs consult their sources.
147 %Unlike other Prolog systems, {\eclipse} does not use several bits
154 %There are no limits (other than the available memory) to
194 %One provides {\it database references} as used in Cprolog, the other
244 %as is the case in most other Prolog systems.
301 %As in other Prolog systems,
311 %written in other Prolog dialects.
332 %The other is a true timing profiler which measures the time spent in
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dqueues.pl66 the other routines will accept any tail. The elements of the queue
84 other queues, creating circular lists. So this should ONLY be
162 % reverse(List, OldFront, NewFront). % for the other definition
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dwm_interface.c590 sprintf(buf,"set worker_stat(%d,other) 0.0", cur->index);
608 double user_cpu_time, system_cpu_time, low_res_elapsed_time, other; local
666 other = low_res_elapsed_time - (user_cpu_time + system_cpu_time);
675 sprintf(buf,"set worker_stat(%d,other) %f",
676 cur->index, other/low_res_elapsed_time * 100.0);
/barrelfish-master/usr/eclipseclp/Opium/
H A Dpce_new.pl64 Normally there should not be other characters causing problem

Completed in 138 milliseconds

12345678910