Searched refs:err1 (Results 1 - 17 of 17) sorted by relevance

/barrelfish-2018-10-04/lib/barrelfish/vspace/
H A Dutils.c57 errval_t err1, err2; local
64 err1 = memobj_create_anon(memobj, size, 0);
65 if (err_is_fail(err1)) {
66 err1 = err_push(err1, LIB_ERR_MEMOBJ_CREATE_ANON);
69 err1 = vregion_map_aligned(vregion, get_current_vspace(),
72 if (err_is_fail(err1)) {
73 err1 = err_push(err1, LIB_ERR_VREGION_MAP);
82 if (err_no(err1) !
172 errval_t err1, err2; local
251 errval_t err1, err2; local
341 errval_t err1, err2; local
[all...]
/barrelfish-2018-10-04/lib/vfs/
H A Dmmap.c238 errval_t err1, err2; local
245 err1 = LIB_ERR_MALLOC_FAIL;
250 err1 = LIB_ERR_MALLOC_FAIL;
255 err1 = memobj_create_vfs((struct memobj_vfs *)memobj, size, 0, file, offset,
257 if (err_is_fail(err1)) {
258 err1 = err_push(err1, LIB_ERR_MEMOBJ_CREATE_VFS);
263 err1 = vregion_map_fixed(vregion, get_current_vspace(), memobj, 0, size,
266 err1 = vregion_map_aligned(vregion, get_current_vspace(), memobj, 0, size,
269 err1
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Dagent.c115 goto err1;
135 err1: /*ib_destroy_ah(ah);*/
H A Dsa_query.c835 goto err1;
866 err1:
956 goto err1;
988 err1:
1048 goto err1;
1080 err1:
1183 goto err1;
1212 err1:
1458 goto err1;
1486 err1
[all...]
H A Ducm.c332 goto err1;
348 err1:
363 goto err1;
386 err1:
503 goto err1;
516 err1:
H A Ducma.c378 goto err1;
391 err1:
1001 goto err1;
1030 err1:
H A Dcma.c1732 goto err1;
1743 err1:
1818 goto err1;
1868 err1:
2132 goto err1;
2145 err1:
2167 goto err1;
2191 err1:
2348 goto err1;
2353 goto err1;
[all...]
H A Duser_mad.c222 goto err1;
226 goto err1;
259 err1:
/barrelfish-2018-10-04/lib/libc/iconv/
H A Dcitrus_esdb.c91 goto err1;
99 goto err1;
105 goto err1;
109 goto err1;
179 err1:
/barrelfish-2018-10-04/lib/libc/rpc/
H A Dclnt_generic.c372 goto err1;
394 goto err1; /* borrow errors from clnt_dg/vc creates */
412 err1: if (madefd)
H A Dclnt_dg.c190 goto err1;
201 goto err1;
235 goto err1;
243 goto err1;
293 err1:
/barrelfish-2018-10-04/usr/monitor/
H A Dmonitor_server.c58 errval_t err1, err2; local
67 err1 = invoke_frame_identify(cap, &id);
68 if (err_is_fail(err1)) {
69 err2 = b->tx_vtbl.multiboot_cap_reply(b, NOP_CONT, NULL_CAP, err1);
71 err2 = b->tx_vtbl.multiboot_cap_reply(b, NOP_CONT, cap, err1);
81 err1 = monitor_enqueue_send(b, &mon_state->queue,
83 if (err_is_fail(err1)) {
84 USER_PANIC_ERR(err1, "monitor_enqueue_send failed");
/barrelfish-2018-10-04/lib/libc/db/btree/
H A Dbt_split.c214 goto err1;
242 goto err1;
295 goto err1;
313 err1: mpool_put(t->bt_mp, lchild, MPOOL_DIRTY);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/lhash/
H A Dlhash.c122 goto err1;
151 err1:
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A DMakefile40 GENFILES = err1.tex err2.tex err3.tex err4.tex err5.tex err6.tex \
H A Dumserrors.tex93 \input{err1.tex}
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_db.c1636 int err1, err2 = NO_TR, rem = 1; local
1642 err1 = erase_modular_property(dp, i, vmod.did, tmod, VISIBLE_PROP);
1643 if (err1 == PSUCCEED) {
1647 else if (err1 >= PERROR) {
1651 Bip_Error(err1)

Completed in 232 milliseconds