Searched refs:index (Results 276 - 300 of 341) sorted by relevance

<<11121314

/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Dmad.c1458 int index;
1510 index = find_vendor_oui(vendor_class, agent_priv->reg_req->oui);
1511 if (index < 0)
1513 method = vendor_class->method_table[index];
1524 vendor_class->method_table[index] = NULL;
1525 memset(vendor_class->oui[index], 0, 3);
1575 int index; local
1601 index = find_vendor_oui(vendor_class, vendor_mad->oui);
1602 if (index == -1)
1604 method = vendor_class->method_table[index];
[all...]
H A Dmulticast.c745 int index; local
752 index = event->element.port_num - dev->start_port;
759 mcast_groups_event(&dev->port[index], MCAST_GROUP_ERROR);
762 mcast_groups_event(&dev->port[index], MCAST_PKEY_EVENT);
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Dcq.c317 cq_context->logsize_usrpage = cpu_to_be32((ilog2(nent) << 24) | uar->index);
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/rdma/
H A Dib_verbs.h966 int id; /*index into kernel idr*/
1191 int (*query_gid)(struct ib_device *device, u8 port_num, int index,
1193 int (*query_pkey)(struct ib_device *device, u8 port_num, u16 index,
1396 int ib_query_gid(struct ib_device *device, u8 port_num, int index,
1399 int ib_query_pkey(struct ib_device *device, u8 port_num, u16 index, u16 *pkey);
1408 u16 *index);
1410 int ib_find_pkey(struct ib_device *device, u8 port_num, u16 pkey, u16 *index);
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dconsole.tcl553 set i [$w index end-1c]
960 set tmp [expr $pcnt/100.0*[$data(console) index end]]
1595 ## c2 is assumed to be at the text index 'insert'.
1629 if {[string match {} $ix]} { set ix [$w index $lim] }
1631 set ix [$w index $lim]
1634 blink $w $data(-blinktime) $ix [$w index insert]
1637 [$w index insert-1c] [$w index insert]
1643 ## The quote to match is assumed to be at the text index 'insert'.
1659 blink $w $data(-blinktime) $i0 [$w index inser
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Dembtclmulti.tex58 \index{eclipse_peer_multitask (Tcl package)}
80 procedure {\bf ec_multi:peer_register}\index{ec_multi:peer_register (Tcl command)}
113 \item[\index{ec_multi:peer_register (Tcl peer multitasking)}{\bf
181 \item[\index{ec_multi:peer_deregister (Tcl peer multitasking)}{\bf
195 \item[\index{ec_multi:get_multi_status (Tcl peer multitasking)}{\bf
/barrelfish-2018-10-04/usr/drivers/megaraid/
H A Dmegaraid.c329 cmd->index = i;
340 cmd->frame->io.context = cmd->index;
397 cmd->index = i + 1;
493 mfi_cmd->cmd_id.context.smid = mpt_cmd->index;
495 mpt_cmd->sync_cmd_idx = mfi_cmd->index;
539 * SMID index
1740 * Write to reply post index after completing threshold reply count
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dumsusing.tex62 Under Unix and Mac~OS~X, use any HTML browser to open the file \verb+doc/index.html+
135 \index{compile}
154 \index{query}
274 \index{help}
413 \index{query} preceded by either the symbol ``?-'' or the symbol
422 \index{compilation!nesting compile commands} When this happens,
449 \index{libraries}
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dextsuspend.tex28 \index{suspend}
29 \index{coroutining}
253 The predicate \bipref{dif/2}{../bips/lib/sicstus/index.html} behaves
287 We always wake the \bipref{dif/2}{../bips/lib/sicstus/index.html} call with the
297 the execution of \bipref{dif/2}{../bips/lib/sicstus/index.html} while executing
459 \bipref{dif/2}{../bips/lib/sicstus/index.html}
463 an incompatible binding, the \bipref{dif/2}{../bips/lib/sicstus/index.html}
H A Dumsprofile.tex34 \index{profiling}
339 %\index{mode/1}
340 %\index{mode statistics}
H A Dumsusing.tex407 \index{Exiting {\eclipse}}
461 \index{fullstop}\index{clause!termination}
537 \subsection{Interrupting the execution\index{interrupt}}
627 A file being compiled may contain queries.\index{query}
637 \index{compilation!nesting compile commands}
695 \Index{library path}\index{library search path}
769 called \notationidx{.eclipserc}\index{initialization file}\label{eclipserc}
H A Dumsflags.tex33 \index{set_flag/2}
34 \index{get_flag/2}
45 \newcommand{\idxnewitem}[1]{\index{#1}\item[#1]}
268 \index{ECLIPSELIBRARYPATH}
479 %\index{command line options!nonstandard}
H A Dumsopsys.tex51 \index{command line options}
327 \notation{pid}\index{pid@\notation{pid} (global flag)}
329 \notation{ppid}\index{ppid@\notation{ppid} (global flag)}
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c123 * unused index bits will also be used for FMR remapping.
246 u8 port, u16 index, u16 *pkey)
260 in_mad->attr_mod = cpu_to_be32(index / 32);
272 *pkey = be16_to_cpu(((__be16 *) out_mad->data)[index % 32]);
281 int index, union ib_gid *gid)
311 in_mad->attr_mod = cpu_to_be32(index / 8);
323 memcpy(gid->raw + 8, out_mad->data + (index % 8) * 8, 8);
245 mthca_query_pkey(struct ib_device *ibdev, u8 port, u16 index, u16 *pkey) argument
280 mthca_query_gid(struct ib_device *ibdev, u8 port, int index, union ib_gid *gid) argument
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/infiniband/
H A Dverbs.h818 int ibv_query_gid(struct ibv_context *context, uint8_t port_num, int index,
824 int ibv_query_pkey(struct ibv_context *context, uint8_t port_num, int index,
/barrelfish-2018-10-04/usr/mem_serv_dist/
H A Dmem_serv.c75 static void dump_ram_region(int index, struct mem_region* m)
101 index, start, limit, quantity, prefix, m->mr_bits);
/barrelfish-2018-10-04/include/usb/class/
H A Dusb_hid.h196 uint8_t nusage; /* end "usages_min/max" index */
197 uint8_t iusage; /* current "usages_min/max" index */
444 enum usb_hid_kind kind, uint8_t index, struct usb_hid_location *loc,
/barrelfish-2018-10-04/usr/drivers/solarflair/sfxge/common/
H A Dsiena_impl.h147 __in unsigned int index,
H A Defx.h1296 __in unsigned int index,
1619 __in unsigned int index,
1697 __in unsigned int index,
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/
H A Declipse.tcl301 regexp {^([0-9]+)[.]([0-9]+)$} [$Window index end-1char] whole line charp
H A Declipse_tools.tcl743 set idx [$ec_tracer.source.context.text index "1.0 + $offset chars"]
1273 foreach item [lsort -index 0 $files] {
1401 set gstart [$ec_dg.text index end]
1858 # has a newline at the end, and the end-index is just after that. Therefore,
1908 set next_line [lindex [split [$ec_tracer.stack.text index end-1chars] .] 0]
1945 ;# from an index of the form line.char
1946 scan [$ec_tracer.stack.text index end-1chars] \
3722 regexp {^[0-9]+} [$ec_sourcecon.text index end] lastline
3725 regexp {^[0-9]+[.]([0-9]+)} [$ec_sourcecon.text index [expr $lastline-1].end] whole lastchar
3808 set from_idx [$ec_sourcetext index "1.
[all...]
/barrelfish-2018-10-04/kernel/arch/x86_64/
H A Dvmx_vmkit.c375 static uint64_t vmx_read_msr(uint32_t index) { argument
377 switch (index) {
394 assert(!"MSR index not supported");
402 msr_area[i].index = msr_list[i];
/barrelfish-2018-10-04/lib/devif/backends/debug/
H A Ddevif_backend_debug.c98 int index = 0; local
101 printf("Idx=%d offset=%lu length=%lu", index, ele->offset,
110 index++;
/barrelfish-2018-10-04/doc/013-capability-mgmt/
H A Dtype_system.tex74 The high 24 bits of the capability address are used as an index into the L1
76 The L1 CNode index can be too large for a given L1 CNode that has not been
80 The CPU driver then uses the L1 index to perform a lookup for the L2 CNode.
81 If an L2 CNode exists for the given L1 index, the low 8 bits of the supplied
82 capability address are used as an index into the L2 CNode.
83 The CPU driver then uses the L2 index to perform a lookup for the requested
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Dgc.tex69 \index{synchronous point}
70 \index{call position}

Completed in 162 milliseconds

<<11121314