Searched refs:info (Results 126 - 150 of 179) sorted by relevance

12345678

/barrelfish-2018-10-04/usr/tests/capops/
H A Dretype.c58 static void print_unexpected(char *info, genpaddr_t expected_base, argument
63 info, expected_base, expected_size, actual_base, actual_size);
/barrelfish-2018-10-04/lib/libc/rpc/
H A Drpcb_st_xdr.c230 if (!xdr_rpcbs_proc(xdrs, objp->info)) {
/barrelfish-2018-10-04/lib/openssl-1.0.0d/VMS/
H A Dmkshared.com14 $! ----- Prepare info for processing: version number and file info
18 $ write sys$error "ERROR: Couldn't find any library version info..."
/barrelfish-2018-10-04/usr/drivers/e1000/
H A De1000n_desc.h53 } __attribute__ ((packed)) info; member in struct:rx_desc::__anon1481
/barrelfish-2018-10-04/lib/cxx/unwind/
H A DDwarfParser.hpp95 : next(n), info(i) {}
97 PrologInfo info; member in struct:libunwind::CFI_Parser::PrologInfoStackEntry
147 // parse rest of info
214 // parse rest of info
254 /// Extract info from a CIE
499 entry->info = *results;
510 *results = top->info;
/barrelfish-2018-10-04/usr/fish/
H A Dfish_common.c990 struct vfs_fileinfo info; local
992 err = vfs_dir_read_next(vh, &name, &info);
994 printf("%8zu %c %s\n", info.size, vfs_type_char(info.type),
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dmodes.pl184 print_entry_lubs([_ - info(Entries, _Exits)|T]) :-
207 print_entry_exits([_ - info(Entries, Exits)|T]) :-
239 Info = info(RawEntryStream, _)
241 Info = info(RawEntryStream, not_used),
254 Info = info(RawEntryStream, ExitStream),
259 Info = info(RawEntryStream, WholeExitStream),
797 % Value = info(EntryStream, ExitStream)
H A Dtracer_tcl.pl450 process_inspect_command(info(Depth,["1"|Path]), Term, Reply, M) ?- !,
825 inspect_command(SourceS, info(PrintDepth, CPath), UnmodifiedChild),
1152 % collect the available libraries with valid info files
1190 ; (read(In, :-Line) -> % all info in interface file should be directives
1210 % find the exported predicates, sort them into Preds, and place other info
1333 ; term_string(Name/Arity, DText) % no comment info for pred
1401 % could add info on purpose of each directory
1703 % returns the help info as a string (Info), given the pred. spec. as a string
1761 write_exdr(gui_dg_info, info(State,Prio,Invoc,LineLength,DGString)).
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.c840 u8 info; local
868 MTHCA_GET(info, outbox, ENABLE_LAM_INFO_OFFSET);
870 if (!!(info & ENABLE_LAM_INFO_HIDDEN_FLAG) !=
874 (info & ENABLE_LAM_INFO_HIDDEN_FLAG) ?
877 if (info & ENABLE_LAM_INFO_HIDDEN_FLAG)
898 u8 info; local
923 MTHCA_GET(info, outbox, QUERY_DDR_INFO_OFFSET);
925 if (!!(info & QUERY_DDR_INFO_HIDDEN_FLAG) !=
929 (info & QUERY_DDR_INFO_HIDDEN_FLAG) ?
932 if (info
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Dbmsg.msg.c2061 bport_info_t info; /* port statistics */ member in struct:port
2132 p->info.lputs = 0;
2133 p->info.lgets = 0;
2134 p->info.rputs = 0;
2135 p->info.rgets = 0;
2136 p->info.sends = 0;
2137 p->info.receives = 0;
2802 #define PortInfo_Lput_Increment(p) ((p)->info.lputs++);
2803 #define PortInfo_Lget_Increment(p) ((p)->info.lgets++);
2804 #define PortInfo_Rput_Increment(p) ((p)->info
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Dcm.c1056 /* Work-around until there's a way to obtain remote LID info */
2769 void *info,
2779 if (info && info_length) {
2781 memcpy(apr_msg->info, info, info_length);
2790 void *info,
2801 (info && info_length > IB_CM_APR_INFO_LENGTH))
2818 info, info_length, private_data, private_data_len);
2845 work->cm_event.param.apr_rcvd.apr_info = &apr_msg->info;
3069 if (param->info
2766 cm_format_apr(struct cm_apr_msg *apr_msg, struct cm_id_private *cm_id_priv, enum ib_cm_apr_status status, void *info, u8 info_length, const void *private_data, u8 private_data_len) argument
2788 ib_send_cm_apr(struct ib_cm_id *cm_id, enum ib_cm_apr_status status, void *info, u8 info_length, const void *private_data, u8 private_data_len) argument
[all...]
H A Dcm_msgs.h465 /* reject info length:7, rsvd:1. */
774 u8 info[IB_CM_APR_INFO_LENGTH]; member in struct:cm_apr_msg
801 u8 info[IB_CM_SIDR_REP_INFO_LENGTH]; member in struct:cm_sidr_rep_msg
H A Dlocal_sa.c546 static int notice_handler(int status, struct ib_inform_info *info, argument
549 struct sa_db_port *port = info->context;
554 if (info->trap_number == IB_SA_SM_TRAP_GID_IN_SERVICE) {
/barrelfish-2018-10-04/usr/eclipseclp/Eplex/
H A Dcoinplex.cpp1765 // there is no constant time method of getting the integer cols info yet
2158 void coin_get_solver_info(char* info) argument
2162 strcpy(info, "clp(uflamd)-cbc");
2164 strcpy(info, "clp-cbc");
2169 strcpy(info, "cbc-clp");
2173 strcpy(info, "symphony");
2177 strcpy(info, "glpk");
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dmultilink.c239 info("Link attached to %s", ifname);
252 info("New bundle %s created", ifname);
H A Dppp.c1640 info("Connect time %d.%d minutes.", t/10, t%10);
1641 info("Sent %u bytes, received %u bytes.", link_stats.bytes_out, link_stats.bytes_in);
/barrelfish-2018-10-04/usr/eclipseclp/documents/megalog/
H A Dknowbase-lst.tex70 \item[helpdrel(+RelationName)]{Print some info on {\it RelationName} to the standard output.}
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A Dmaketests.com888 $! Print info
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dmultilink.c239 info("Link attached to %s", ifname);
252 info("New bundle %s created", ifname);
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumssocket.tex212 connect_machines([info(RHost, UpTime, Users, L1, _, _)|Rest],
244 % info(Host, UpTime, Users, Load1, Load2, Load3).
266 parse_uptime_record(S, info(Host, Time, Users, Load1, Load2, Load3)) :-
/barrelfish-2018-10-04/usr/vmkitmon/
H A Dguest.c599 uint64_t info;
600 errval_t err = invoke_dispatcher_vmread(g->dcb_cap, VMX_ENTRY_INTR_INFO, &info);
602 if (!!(info & (1UL << 31))) {
608 *irq = info & 0xff;
657 uint64_t info = (0 << 8 /*HWINTR*/) | (1UL << 31 /*INTR VALID*/) | irq; local
658 err += invoke_dispatcher_vmwrite(g->dcb_cap, VMX_ENTRY_INTR_INFO, info);
1791 // structure to hold drive info
1802 // memory where the drive info shall be stored
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dos_support.c408 SYSTEM_INFO info; local
409 GetSystemInfo(&info);
410 return (int) info.dwPageSize;
/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DGraphViewer.java450 String info = data.toString();
460 DebuggingSupport.logMessage(this,"fromNode="+fromNode+" toNode="+toNode+" info="+info);
2226 Object[] info = new Object[] { elem, null, pressedElem };
2228 Element el = subg.createElement(Grappa.EDGE,info,attrs);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/Netware/
H A Dbuild.bat97 rem build the nlm make file name which includes target and debug info
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/ccgost/
H A Dgost_ameth.c861 int register_ameth_gost (int nid, EVP_PKEY_ASN1_METHOD **ameth, const char* pemstr, const char* info) argument
864 ASN1_PKEY_SIGPARAM_NULL, pemstr, info);

Completed in 305 milliseconds

12345678