Searched refs:record (Results 51 - 75 of 92) sorted by relevance

1234

/barrelfish-2018-10-04/doc/023-coreboot/
H A Dcoreboot.tex164 by adding an octopus record to the SKB. The record name is of the format
166 SKB/Octopus. The record has the following mandatory, architecture independent
187 This is done by propagating the added octopus record to kaluga which then
192 ``corectrl'' uses the \texttt{type} field in the octopus record to decide which
/barrelfish-2018-10-04/usr/pci/
H A Dpci.c1097 char* record = NULL; local
1110 err = oct_get(&record, names[i]);
1115 PCI_DEBUG("found new root complex: %s\n", record);
1121 err = oct_read(record, format, &acpi_node, &bus, &device, &function,
1125 free(record);
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dpeval.pl46 erase(program,F/A/_), record(program,F/A/L3),
212 append(L,[(H:-T)],L1), record(program,F/A/L1).
H A Dprofile.pl151 % Process the file with profiling output and record the ticks
H A Ddynamic.pl47 * joachim 2007 Radically simplified record-based version
H A Dsystools.pl166 type(record, "Recorded Database").
H A Dtracer_tcl.pl378 % record the PredSpec, DefiningModule in a local variable
456 % make a record of a term that is to be observed
1555 :- local record(new_source_files).
1638 ; record(new_source_files, File3) ).
H A Dkernel.pl223 tool(record/2, recordz_body/3),
1015 % by record or rerecord. It erases the first matching value only, so we
1070 % recordedchk/2,3 find only the first matching record,
1450 % We record tuples of the form:
1488 % change the module-field of a record
1792 % fix the compiled_file-record to refer to the module that the
1794 % This is necessary to erase the record when we erase the module.
2184 % - If M1 uses M2, the record M2 is recorded under the key M1/2
3197 local_body(record(Key), M) :- !,
3250 valid_local_spec(record(
[all...]
/barrelfish-2018-10-04/lib/net_sockets/
H A Dnet_sockets.c515 char* record; local
524 err = oct_wait_for(&record, NAMESERVICE_ENTRY);
/barrelfish-2018-10-04/lib/posixcompat/
H A Dpty.c474 oc->rpc_tx_vtbl.set(oc, query, SET_SEQUENTIAL, NOP_TRIGGER, true, reply.record,
481 * Octpus returns the record in the form 'ptypts0 {}'. Extract unique
484 int ret = sscanf(reply.record, PTY_PTS_OCTOPUS_PREFIX "%" PRIu32, np);
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Dbuiltins.tex63 \item bip_record.c - record built-ins
H A Druntime.tex267 \item[Db-reference] The record object named by functor F/N.
268 See record-family of predicates. Local to each module.
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsmodules.tex83 These include the names of record keys, non-logical variables and
643 \bipref{record/2}{../bips/kernel/record/record-2.html},
H A Dumsmemory.tex126 \bipref{erase_all/1}{../bips/kernel/record/erase_all-1.html},
244 The Trail Stack is used to record information that is needed on backtracking.
H A Dumsarrays.tex63 records& ordered list& by name& record/1,2 \\
94 As opposed to the use of \predspec{record/2} or \predspec{assert/1}, the
H A Dumsintro.tex191 %{\eclipse} contains the {\bf record} family of predicates which allow
H A Dumsparallel.tex234 In the current version, all side effect builtins like assert, record,
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dmetutl.pl138 % record(copy,Old,Key), % KJ 21-5-87
/barrelfish-2018-10-04/usr/acpi/
H A Dacpi.c607 // octopus record for rootbridge
662 char* record; local
663 errval_t err = oct_barrier_enter("barrier.acpi", &record, 2);
/barrelfish-2018-10-04/lib/octopus/parser/
H A Dparse.c513 "IDENT", "REGEX", "STRING", "SCAN", "$accept", "program", "record",
1152 case 27: /* "record" */
/barrelfish-2018-10-04/lib/term/client/
H A Dclient_blocking.c487 TERM_DEBUG("Record retrieved from octopus: %s\n", record);
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dtutorial.tex244 % <sect1> record
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Dembed.tex840 \bipref{erase/2}{../bips/kernel/record/erase-2.html}
849 \bipref{recordz/2}{../bips/kernel/record/recordz-2.html} which make permanent copies of data. The return value is
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/
H A Dpropia.pl340 % A "Map" is used to record the msg's applied so far, eg msg(X,Y,Z))
/barrelfish-2018-10-04/doc/019-device-drivers/
H A DDeviceDriver.tex387 device record? We already discussed how Kaluga uses different start functions
390 mapping is retrieved from the SKB once Kaluga receives a Octopus record for a

Completed in 125 milliseconds

1234