Searched refs:inst (Results 1 - 25 of 67) sorted by relevance

123

/barrelfish-2018-10-04/include/mm/
H A Dslot_alloc.h25 typedef errval_t (*slot_alloc_t)(void *inst, uint64_t nslots, struct capref *ret);
26 typedef errval_t (*slot_refill_t)(void *inst);
29 errval_t slot_alloc_prealloc(void *inst, uint64_t nslots, struct capref *ret);
30 errval_t slot_alloc_basecn(void *inst, uint64_t nslots, struct capref *ret);
31 errval_t slot_alloc_dynamic(void *inst, uint64_t nslots, struct capref *ret);
32 errval_t slot_refill_dynamic(void *inst);
59 errval_t slot_prealloc_refill(struct slot_prealloc *inst);
/barrelfish-2018-10-04/lib/driverkit/
H A Dmodules.c167 struct bfdriver_instance* inst = malloc(sizeof(struct bfdriver_instance)); local
168 if (inst == NULL) {
171 inst->name = strdup(name);
172 if(inst->name == NULL) {
173 free(inst);
176 inst->driver = drv;
178 err = drv->init(inst, name, flags, caps, caps_len, args, args_len, device);
181 free_driver_instance(inst);
185 err = dcontrol_service_init(inst, NULL);
188 free_driver_instance(inst);
[all...]
/barrelfish-2018-10-04/usr/kaluga/
H A Dstart_decnet.c33 static void start_driver_for_device(struct domain_instance *inst, char* device) { argument
52 else if (!start_on_discovery && inst == NULL) {
58 if (inst == NULL) {
60 inst = instantiate_driver_domain(DRIVER_CORE);
73 start_driver_for_device(inst, dep);
111 ddomain_instantiate_driver(inst, drv);
H A Ddriver_startup.c154 static struct domain_instance* inst; local
184 inst = instantiate_driver_domain(mi->binary, where);
185 if (inst == NULL) {
189 mi->driverinstance = inst;
191 while (inst->b == NULL) {
228 ddomain_instantiate_driver(inst, drv);
H A Darmv7_startup.c310 struct domain_instance* inst = instantiate_driver_domain(driver->binary, where); local
318 ddomain_instantiate_driver(inst, drv1);
327 ddomain_instantiate_driver(inst, drv2);
338 ddomain_instantiate_driver(inst, drv);
/barrelfish-2018-10-04/lib/mm/
H A Dslot_alloc.c71 errval_t slot_alloc_prealloc(void *inst, uint64_t nslots, struct capref *ret) argument
73 struct slot_prealloc *this = inst;
136 errval_t slot_alloc_basecn(void *inst, uint64_t nslots, struct capref *ret) argument
138 struct slot_alloc_basecn *this = inst;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/lhash/
H A Dlhash.h211 #define LHM_lh_insert(type, lh, inst) \
213 CHECKED_PTR_OF(type, inst)))
214 #define LHM_lh_retrieve(type, lh, inst) \
216 CHECKED_PTR_OF(type, inst)))
217 #define LHM_lh_delete(type, lh, inst) \
219 CHECKED_PTR_OF(type, inst)))
/barrelfish-2018-10-04/include/openssl/
H A Dlhash.h211 #define LHM_lh_insert(type, lh, inst) \
213 CHECKED_PTR_OF(type, inst)))
214 #define LHM_lh_retrieve(type, lh, inst) \
216 CHECKED_PTR_OF(type, inst)))
217 #define LHM_lh_delete(type, lh, inst) \
219 CHECKED_PTR_OF(type, inst)))
H A Dsafestack.h2341 #define lh_ADDED_OBJ_insert(lh,inst) LHM_lh_insert(ADDED_OBJ,lh,inst)
2342 #define lh_ADDED_OBJ_retrieve(lh,inst) LHM_lh_retrieve(ADDED_OBJ,lh,inst)
2343 #define lh_ADDED_OBJ_delete(lh,inst) LHM_lh_delete(ADDED_OBJ,lh,inst)
2359 #define lh_APP_INFO_insert(lh,inst) LHM_lh_insert(APP_INFO,lh,inst)
2360 #define lh_APP_INFO_retrieve(lh,inst) LHM_lh_retrieve(APP_INFO,lh,inst)
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dprintam.c272 int inst; local
278 inst = Inst_Error;
280 inst = Get_Int_Opcode(code++);
282 if (inst < 0 || inst > NUMBER_OP)
285 inst);
289 if (inst == Code_end) {
293 else if (inst == Comment)
308 p_fprintf(current_output_, "\t%s\t", inst_name[inst]);
309 switch (inst)
1567 int inst; local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/stack/
H A Dsafestack.h2341 #define lh_ADDED_OBJ_insert(lh,inst) LHM_lh_insert(ADDED_OBJ,lh,inst)
2342 #define lh_ADDED_OBJ_retrieve(lh,inst) LHM_lh_retrieve(ADDED_OBJ,lh,inst)
2343 #define lh_ADDED_OBJ_delete(lh,inst) LHM_lh_delete(ADDED_OBJ,lh,inst)
2359 #define lh_APP_INFO_insert(lh,inst) LHM_lh_insert(APP_INFO,lh,inst)
2360 #define lh_APP_INFO_retrieve(lh,inst) LHM_lh_retrieve(APP_INFO,lh,inst)
[all...]
/barrelfish-2018-10-04/tools/tracing/
H A Danalyze_traces.py285 except Exception as inst:
286 print type(inst) # the exception instance
287 print inst.args # arguments stored in args
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A Dchangeset.pl142 suspend(flush_change_list(Store, ChangeStream), Prio1, Empty->inst).
157 suspend(flush_change_list(Store, ChangeStream), Prio1, Empty->inst).
188 suspend(flush_change_list(Store, More), Prio1, Empty->inst),
226 suspend(lp_re_solve(Handle, More), 9, More->inst).
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/ilog/
H A Dt.pl54 suspend(writeln(hello), 2, X->inst),
65 t9(X) :- X :: 1..10, suspend(writeln(hello), 2, X->inst), X #= 2.
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dsuspend.pl52 %:- export struct(suspend(inst, constrained, bound)).
79 <DT><STRONG>inst</STRONG><DD>
133 AttrX = suspend{bound:B, inst:I, constrained:C},
143 AttrX = suspend{bound:B, inst:I, constrained:Cnew},
165 AttrX = suspend{inst:XI-YI, bound:BX, constrained:CX},
166 AttrY = suspend{inst:YI-YI0, bound:BY, constrained:CY},
167 setarg(inst of suspend, AttrY, XI-YI0),
224 susp_suspend(suspend{inst:I-_, bound:B, constrained:C}, [I,B,C|Ss], Ss).
239 dgn_suspend(suspend{inst:I-_, bound:B, constrained:C}, N) :-
332 insert_suspension(List, S, inst o
[all...]
H A Delipsys_fd.pl118 insert_suspension(Flags, Susp, inst of suspend, suspend).
169 insert_suspension(F, Susp, inst of suspend, suspend)
286 insert_suspension(Flag, Susp, inst of suspend, suspend),
H A Dfd_elipsys.pl107 insert_suspension(Flags, Susp, inst of suspend, suspend).
160 insert_suspension(F, Susp, inst of suspend, suspend)
295 insert_suspension(Flag, Susp, inst of suspend, suspend),
/barrelfish-2018-10-04/lib/lua/src/
H A Dlvm.c426 Instruction inst = *(ci->u.l.savedpc - 1); /* interrupted instruction */ local
427 OpCode op = GET_OPCODE(inst);
432 setobjs2s(L, base + GETARG_A(inst), --L->top);
439 lua_assert(!ISK(GETARG_B(inst)));
441 ttisnil(luaT_gettmbyobj(L, base + GETARG_B(inst), TM_LE)))
444 if (res != GETARG_A(inst)) /* condition failed? */
450 int b = GETARG_B(inst); /* first element to concatenate */
458 setobj2s(L, ci->u.l.base + GETARG_A(inst), L->top - 1);
468 if (GETARG_C(inst) - 1 >= 0) /* nresults >= 0? */
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dextsuspend.tex38 instantiated use the \notation{inst} list.
47 suspend(Goal, 3, Term->inst).
56 insert_suspension(Term, Susp, inst of suspend, suspend).
107 suspend(Goal, 3, Term->inst).
152 suspend(wait_for_var([X|L], Goal), 3, X->inst)
181 If only one is a variable, the suspension is placed on its \notation{inst}
203 (Vars = inst(V) ->
204 suspend(dif(T1, T2), 3, V->inst)
223 Vars = inst(A1)
227 Vars = inst(A
[all...]
H A Dexthsusp.tex51 % waking conditions (inst/bound/constrained, libraries, user-defined, symbolic,
433 [X,Y]->inst
473 suspend(report_binding(X), 0, X->inst)
536 \item[inst:] wake when a variable gets instantiated;
547 \subsubsection{Waking on Instantiation: inst}
550 To wake a goal when a variable gets instantiated, the \notation{inst}
555 ?- suspend(writeln(woken(X)), 0, X->inst).
565 ?- suspend(writeln(woken(X)), 0, X->inst), X = 99.
575 ?- suspend(writeln(woken(X,Y)), 0, [X,Y]->inst), X = 99.
593 ( var(X) -> suspend(succ_lazy(X,Y), 0, X->inst)
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Docsp.c1123 ASN1_OBJECT *inst = NULL; local
1128 unpack_revinfo(&revtm, &reason, &inst, &invtm, inf[DB_rev_date]);
1135 else if (inst)
1136 OCSP_SINGLERESP_add1_ext_i2d(single, NID_hold_instruction_code, inst, 0, 0);
1137 ASN1_OBJECT_free(inst);
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dcardinal_minmax.pl58 ;suspend(min_inst(MinVar,Set,[SuspMB,SuspCLM,SuspMI]), 3, MinVar->inst, SuspMI)
142 ;suspend(max_inst(MaxVar,Set,[SuspMB,SuspCUM,SuspMI]), 3, MaxVar->inst, SuspMI)
H A Dcardinal_functions.pl64 check_cardinality(C, S):- var(C), !, suspend(check_cardinality(C,S), 2, C->inst).
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/grace/
H A Dexpr.pl149 insert_suspension(Var, Susp, inst of suspend, suspend),
H A Dtoolbox.pl345 insert_suspension(Vals, Susp, inst of suspend, suspend).
346 %suspend(inv_val(V, I, Vals), 3, [V->any, Vals->inst]).

Completed in 294 milliseconds

123