Searched refs:vflags (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/libc/sys/
H A Dbarrelfish_mmap.c123 vregion_flags_t vflags = prot_to_vregion_flags(prot); local
127 vflags |= VREGION_FLAGS_LARGE;
142 err = vspace_map_anon_fixed(vaddr, len, vflags, &vregion, &memobj);
147 err = vspace_map_anon_attr(&addr, &memobj, &vregion, len, NULL, vflags);
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dverify.c76 static int v_verbose=0, vflags = 0; variable
273 X509_STORE_set_flags(ctx, vflags);
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Dic.c4289 p_set_up_ic_con(value vflags, type tflags, value vbool, type tbool, value vlin, type tlin) argument
4307 result2 = type_check_lin_terms(&lin, vflags.nint);
4336 con.flags = vflags.nint;
4452 p_get_print_info(value vcon, type tcon, value vflags, type tflags, argument
4476 result = Unify_Pw(vflags, tflags, val, tag);
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbip_db.c118 p_store_pred(value vproc, type tproc, value vcode, type tcode, value vsize, type tsize, value vbrktable, type tbrktable, value vflags, type tflags, value vfid, type tfid, value vlid, type tlid, value vbid, type tbid, value vm, type tm),
2524 p_store_pred(value vproc, type tproc, value vcode, type tcode, value vsize, type tsize, value vbrktable, type tbrktable, value vflags, type tflags, value vfid, type tfid, value vlid, type tlid, value vbid, type tbid, value vm, type tm) argument
2889 flags = (uint32)((vflags.nint & ECO_FLAGS) | (PriFlags(proc) & (DEBUG_SK)));

Completed in 54 milliseconds