Searched refs:entry (Results 176 - 200 of 231) sorted by relevance

12345678910

/barrelfish-2018-10-04/usr/skb/programs/
H A Ddevice_db.pl186 % Currently, we use the the highest entry in interrupt_model
H A Dbridge.pl23 % asq: important: this entry _has_ to be here all the time!!
H A Dbridge_postorder.pl25 % asq: important: this entry _has_ to be here all the time!!
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dumsusing.tex64 Under Windows, select the menu entry
157 run from, by selecting the appropriate entry from the drop-down list
276 all the features of {\tkeclipse}. Simply select the entry from the
289 \item Clicking on an entry displays help for that entry to the right.
294 manually in the text entry box at the top right. If there is only one
H A Dtkdebug.tex117 the file with the query \verb'[debugdemo]' from the query entry
122 into {\tkeclipse}'s query entry window, followed by the
484 To send a query, simply type it in the entry window and press return, and
513 editor tool from the Tools menu. Fill in the entry for ``Text editor to use''
/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/
H A Dpod2man.pl803 } {the C<$2> entry in the I<$1> manpage}gx;
1033 my ($entry) = @_;
1034 my @entries = split m:\s*/\s*:, $entry;
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_main.c933 entries[0].entry = 0;
934 entries[1].entry = 1;
935 entries[2].entry = 2;
H A Dmthca_eq.c179 * unlikely possibility of the HCA writing an entry and then
227 static inline struct mthca_eqe *get_eqe(struct mthca_eq *eq, u32 entry) argument
229 unsigned long off = (entry & (eq->nent - 1)) * MTHCA_EQ_ENTRY_SIZE;
268 * Make sure we read EQ entry contents after we've
H A Dmthca_dev.h495 struct ib_wc *entry);
/barrelfish-2018-10-04/lib/lwip2/src/core/ipv6/
H A Dnd6.c114 static void nd6_send_neighbor_cache_probe(struct nd6_neighbor_cache_entry *entry, u8_t flags);
232 /* Find the cache entry corresponding to this na. */
240 /* Update cache entry. */
366 /* We couldn't assign a cache entry for this neighbor.
421 /* Get the matching default router entry. */
424 /* Create a new router entry. */
429 /* Could not create a new router entry. */
451 /* Update flags in local entry (incl. preference). */
517 /* find cache entry for this prefix. */
520 /* Create a new cache entry
903 nd6_send_neighbor_cache_probe(struct nd6_neighbor_cache_entry *entry, u8_t flags) argument
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Opium/demo/
H A Dcheck_entry.pl42 and the treatment of the bibliography entry is not finished. \n \
48 CORRECT: display correct bibliography entry \n \
775 get_answer('Next similar entry (N) / reject entry (R) : ',Answer,23,5),
952 % the Document_Id of the actual entry to make it different from Similars
988 % usable(Input) is true if Input can be interpreted as a document entry
H A Dyoyo3.pl27 writeln('There is no clause treating the case that there is no similar entry, \n\
31 CORRECT: ask for the missing key, display complete entry \n\
666 % that there is no similar entry:
680 get_answer('Next similar entry (N) / reject entry (R) : ',Answer,24,5),
/barrelfish-2018-10-04/lib/barrelfish/
H A Ddebug.c281 "ptable cap @0x%p, entry=%hu, pte_count=%hu)",
285 cap->u.frame_mapping.entry,
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Den_port.h46 __be32 entry[VLAN_FLTR_SIZE]; member in struct:mlx4_set_vlan_fltr_mbox
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumscmdlineopts.tex95 variable (Unix) or, respectively, an ECLIPSEDIR registry entry
H A Dumsusing.tex133 selecting the appropriate entry from the drop-down list to the left of the
242 Simply select the entry from the \guitext{Help} menu on {\tkeclipse}'s
336 \item Clicking on an entry displays help for that entry to the right.
341 in the text entry box at the top right.
/barrelfish-2018-10-04/lib/openssl-1.0.0d/VMS/
H A Dmkshared.com189 ; Define macro to assist in building transfer vector entries. Each entry
347 $ write sys$error "Decreasing library entry numbers! Can't continue"
/barrelfish-2018-10-04/kernel/
H A Dsyscall.c774 * \param entry Entry point for code to start execution.
783 genvaddr_t entry, genpaddr_t context)
789 // TODO(gz): assert entry range?
801 err = start_fn(target, entry, context);
782 sys_monitor_spawn_core(hwid_t target, enum cpu_type cpu_type, genvaddr_t entry, genpaddr_t context) argument
/barrelfish-2018-10-04/doc/026-device-queues/
H A Ddevif.tex753 for a region id the corresponding first entry of the buffer table. Since the buffer id is the
754 offset within the region, we can directly compute the buffer table entry if we store the index
755 of the first entry of the region. Further with the buffer id being the offset in the region, we
756 can compute offsets within a 4k buffer entry (supported by the NIC). If a buffer crosses
757 a 4k buffer entry boundary, the packet has to be fragmented into two descriptors in the ringbuffers.
759 \caption{Translation from region id + buffer id to buffer table entry of the solarflare card}
766 entry and an offset which can be used to build a descriptor. The \texttt{flags} of the
/barrelfish-2018-10-04/doc/011-idc/
H A DIDC.tex523 pointers. This table has an entry for each message type, with arguments
1050 buffer (Figure~\ref{fig:ump}), with each entry in the buffers being the size of
1060 channel also contains an epoch flag. Every buffer entry has an epoch bit that is
1061 flipped every time a new entry is added. When reading a new entry the channels's
1063 same, then the entry is valid, if it is different then it is not valid. The
/barrelfish-2018-10-04/usr/eclipseclp/documents/libman/
H A Dsolverinter.tex116 In the table, a `yes' entry indicates that the
/barrelfish-2018-10-04/kernel/arch/armv7/
H A Dsyscall.c783 genvaddr_t entry = sa->arg5; local
785 return sys_monitor_spawn_core(core_id, cpu_type, entry, 0);
/barrelfish-2018-10-04/kernel/arch/armv8/
H A Dsyscall.c739 genvaddr_t entry = sa->arg4; local
744 return sys_monitor_spawn_core(core_id, cpu_type, entry, context_id);
/barrelfish-2018-10-04/doc/004-virtual_memory/
H A DVirtualMemory.tex124 and the page table entry at which the mapping was established.
/barrelfish-2018-10-04/lib/arranet/
H A Darranet.c152 static int posix_send_time[POSIX_TRANSA]; // Time until packet at entry to sendto
215 /* u16_t entry = free_tcp_ports[(i + free_tcp_head) % (TCP_LOCAL_PORT_RANGE_END - TCP_LOCAL_PORT_RANGE_START + 1)]; */
216 /* assert(entry != pcb->local_port); */
714 int entry; local
715 for(entry = 0; entry < mc_state->v2p_entries; entry++) {
716 struct v2pmap *pmap = &mc_state->v2p_mappings[entry];
731 if(entry == mc_state->v2p_entries) {

Completed in 131 milliseconds

12345678910