Searched refs:ns (Results 1 - 25 of 26) sorted by relevance

12

/barrelfish-2018-10-04/lib/octopus/server/
H A Dcapstorage.c42 struct oct_reply_state* ns)
45 err = b->tx_vtbl.get_cap_response(b, MKCONT(free, ns), ns->cap, ns->error);
49 oct_rpc_enqueue_reply(b, ns);
67 struct oct_reply_state* ns = NULL; local
68 err = new_oct_reply_state(&ns, get_cap_reply);
70 ns->cap = cap;
71 ns->error = reterr;
72 ns
41 get_cap_reply(struct octopus_binding *b, struct oct_reply_state* ns) argument
75 put_cap_reply(struct octopus_binding *b, struct oct_reply_state* ns) argument
108 struct oct_reply_state* ns = NULL; local
116 struct oct_reply_state* ns = (struct oct_reply_state*) arg; local
121 sput_cap_reply(struct octopus_binding *b, struct oct_reply_state* ns) argument
139 struct oct_reply_state* ns = NULL; local
171 remove_cap_reply(struct octopus_binding *b, struct oct_reply_state* ns) argument
200 struct oct_reply_state* ns = NULL; local
[all...]
/barrelfish-2018-10-04/lib/libc/net/
H A Dntoh.c56 ntohs(uint16_t ns) argument
59 return (__ntohs(ns));
/barrelfish-2018-10-04/lib/libc/resolv/
H A Dres_send.c175 int ns; local
180 for (ns = 0; ns < statp->nscount; ns++) {
181 srv = (struct sockaddr_in *)get_nsaddr(statp, ns);
193 for (ns = 0; ns < statp->nscount; ns++) {
194 srv6 = (struct sockaddr_in6 *)get_nsaddr(statp, ns);
306 int gotsomewhere, terrno, tries, v_circuit, resplen, ns, local
620 send_vc(res_state statp, const u_char *buf, int buflen, u_char *ans, int anssiz, int *terrno, int ns) argument
822 send_dg(res_state statp, int kq, const u_char *buf, int buflen, u_char *ans, int anssiz, int *terrno, int ns, int tries, int *v_circuit, int *gotsomewhere) argument
[all...]
H A Dres_init.c806 int ns; local
813 for (ns = 0; ns < statp->_u._ext.nscount; ns++) {
814 if (statp->_u._ext.nssocks[ns] != -1) {
815 (void) _close(statp->_u._ext.nssocks[ns]);
816 statp->_u._ext.nssocks[ns] = -1;
/barrelfish-2018-10-04/lib/libc/stdio/
H A Dxprintf_int.c261 char ns, l; local
272 ns = '\0';
315 ns = pi->showsign;
321 ns = '-';
327 ns = '-';
333 ns = '-';
339 ns = '-';
345 ns = '-';
380 if (ns)
405 if (ns) {
[all...]
/barrelfish-2018-10-04/lib/libc/sys/
H A Dbarrelfish_syscalls.c136 uint64_t ns = systime_to_ns(systime_now()); local
137 tv->tv_sec = ns / 1000000000L;
138 tv->tv_usec = (ns / 1000L) % 1000000L;
149 uint64_t ns = systime_to_ns(systime_now()); local
150 tp->tv_sec = ns / 1000000000L;
151 tp->tv_nsec = ns % 1000000000L;
/barrelfish-2018-10-04/lib/cxx/cxx/
H A Dthread.cpp117 sleep_for(const chrono::nanoseconds& ns) argument
120 if (ns > nanoseconds::zero())
123 seconds s = duration_cast<seconds>(ns);
130 ts.tv_nsec = static_cast<decltype(ts.tv_nsec)>((ns-s).count());
142 microseconds us = duration_cast<microseconds>(ns);
/barrelfish-2018-10-04/usr/eclipseclp/GecodeInterface/
H A Dgfd.hpp137 Search::NodeStop* ns; ///< Used node stop object member in class:Cutoff
145 : ns((node > 0) ? new Search::NodeStop(node) : NULL),
161 ((ns != NULL) && ns->stop(s,o)) ||
167 (((ns != NULL) && ns->stop(s,o)) ? SR_NODE : 0) |
184 delete ns; delete fs; delete ts; //delete ms;
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dpppol2tp.c81 static void pppol2tp_dispatch_control_packet(pppol2tp_pcb *l2tp, u16_t port, struct pbuf *p, u16_t ns, u16_t nr);
85 static err_t pppol2tp_send_scccn(pppol2tp_pcb *l2tp, u16_t ns);
86 static err_t pppol2tp_send_icrq(pppol2tp_pcb *l2tp, u16_t ns);
87 static err_t pppol2tp_send_iccn(pppol2tp_pcb *l2tp, u16_t ns);
88 static err_t pppol2tp_send_zlb(pppol2tp_pcb *l2tp, u16_t ns);
89 static err_t pppol2tp_send_stopccn(pppol2tp_pcb *l2tp, u16_t ns);
347 u16_t hflags, hlen, len=0, tunnel_id=0, session_id=0, ns=0, nr=0, offset=0; local
400 hlen += sizeof(ns) + sizeof(nr);
418 GETSHORT(ns, inp);
441 /* printf("LEN=%d, TUNNEL_ID=%d, SESSION_ID=%d, NS=%d, NR=%d, OFFSET=%d\n", len, tunnel_id, session_id, ns, n
486 pppol2tp_dispatch_control_packet(pppol2tp_pcb *l2tp, u16_t port, struct pbuf *p, u16_t ns, u16_t nr) argument
878 pppol2tp_send_scccn(pppol2tp_pcb *l2tp, u16_t ns) argument
929 pppol2tp_send_icrq(pppol2tp_pcb *l2tp, u16_t ns) argument
978 pppol2tp_send_iccn(pppol2tp_pcb *l2tp, u16_t ns) argument
1025 pppol2tp_send_zlb(pppol2tp_pcb *l2tp, u16_t ns) argument
1054 pppol2tp_send_stopccn(pppol2tp_pcb *l2tp, u16_t ns) argument
[all...]
H A Dppp.c1127 ip_addr_t ns; local
1130 ip_addr_set_ip4_u32(&ns, ns1);
1131 dns_setserver(0, &ns);
1132 ip_addr_set_ip4_u32(&ns, ns2);
1133 dns_setserver(1, &ns);
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dpppol2tp.c81 static void pppol2tp_dispatch_control_packet(pppol2tp_pcb *l2tp, u16_t port, struct pbuf *p, u16_t ns, u16_t nr);
85 static err_t pppol2tp_send_scccn(pppol2tp_pcb *l2tp, u16_t ns);
86 static err_t pppol2tp_send_icrq(pppol2tp_pcb *l2tp, u16_t ns);
87 static err_t pppol2tp_send_iccn(pppol2tp_pcb *l2tp, u16_t ns);
88 static err_t pppol2tp_send_zlb(pppol2tp_pcb *l2tp, u16_t ns);
89 static err_t pppol2tp_send_stopccn(pppol2tp_pcb *l2tp, u16_t ns);
347 u16_t hflags, hlen, len=0, tunnel_id=0, session_id=0, ns=0, nr=0, offset=0; local
400 hlen += sizeof(ns) + sizeof(nr);
418 GETSHORT(ns, inp);
441 /* printf("LEN=%d, TUNNEL_ID=%d, SESSION_ID=%d, NS=%d, NR=%d, OFFSET=%d\n", len, tunnel_id, session_id, ns, n
486 pppol2tp_dispatch_control_packet(pppol2tp_pcb *l2tp, u16_t port, struct pbuf *p, u16_t ns, u16_t nr) argument
878 pppol2tp_send_scccn(pppol2tp_pcb *l2tp, u16_t ns) argument
929 pppol2tp_send_icrq(pppol2tp_pcb *l2tp, u16_t ns) argument
978 pppol2tp_send_iccn(pppol2tp_pcb *l2tp, u16_t ns) argument
1025 pppol2tp_send_zlb(pppol2tp_pcb *l2tp, u16_t ns) argument
1054 pppol2tp_send_stopccn(pppol2tp_pcb *l2tp, u16_t ns) argument
[all...]
H A Dppp.c1127 ip_addr_t ns; local
1130 ip_addr_set_ip4_u32(&ns, ns1);
1131 dns_setserver(0, &ns);
1132 ip_addr_set_ip4_u32(&ns, ns2);
1133 dns_setserver(1, &ns);
/barrelfish-2018-10-04/include/target/arm/barrelfish_kpi/
H A Dpaging_arm_v7.h79 uint32_t ns :1; member in struct:arm_l1_entry::__anon350
100 uint32_t ns :1; member in struct:arm_l1_entry::__anon351
118 uint32_t ns :1; member in struct:arm_l1_entry::__anon352
/barrelfish-2018-10-04/kernel/include/arch/armv8/
H A Dpaging_kernel_arch.h52 uint64_t ns :1; // non-secure bit member in struct:armv8_ttable_entry::__anon420
71 uint64_t ns :1; // non-secure bit member in struct:armv8_ttable_entry::__anon421
90 uint64_t ns :1; // non-secure bit member in struct:armv8_ttable_entry::__anon422
/barrelfish-2018-10-04/lib/dist/
H A Dargs.c151 char *s, *ns; local
166 ns = realloc(s, size);
167 if (ns == NULL) {
173 s = ns;
/barrelfish-2018-10-04/usr/mem_serv_dist/
H A Dargs.c151 char *s, *ns; local
166 ns = realloc(s, size);
167 if (ns == NULL) {
173 s = ns;
/barrelfish-2018-10-04/lib/lwip2/src/
H A Dsys_arch.c27 uint64_t ns = systime_to_ns(systime_now()); local
28 return ns / 1000000;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509v3/
H A Dv3_purp.c362 ASN1_BIT_STRING *ns; local
455 if((ns=X509_get_ext_d2i(x, NID_netscape_cert_type, NULL, NULL))) {
456 if(ns->length > 0) x->ex_nscert = ns->data[0];
459 ASN1_BIT_STRING_free(ns);
/barrelfish-2018-10-04/tools/fastmodels/
H A Dmain.c464 uint64_t ns :1; // NonSecure member in struct:table_descriptor
476 uint64_t ns :1; member in struct:armv8_l1_entry::__anon1427
530 l1_table[j].block.ns= 1; /* Non-secure. */
572 l1_table[j].block.ns= 1; /* Non-secure. */
593 l0_table[0].ns= 1; /* Non-secure. */
/barrelfish-2018-10-04/kernel/arch/armv7/
H A Dpaging.c260 printf("L2 PT 0x%"PRIxLPADDR" pxn=%d ns=%d sbz=%d dom=0x%04x sbz1=%d \n",
263 pte.page_table.ns,
275 printf(" sbz0=%d ap=0x%03x tex=0x%03x shr=%d ng=%d mbz0=%d ns=%d\n",
282 pte.section.ns );
291 printf(" sbz0=%d ap=0x%03x tex=0x%03x shr=%d ng=%d mbz0=%d ns=%d\n",
298 pte.super_section.ns );
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dcombobox.tcl192 grid configure $data(button) -sticky ns
194 grid $data(listbox) $data(scrollbar) -in $data(toplevel) -sticky ns
H A Dventry.tcl92 grid $data(label) $data(entry) -in $w -sticky ns
H A Dmegalist.tcl112 grid config $data(yscrollbar) -sticky ns
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dcms.c1299 static STACK_OF(GENERAL_NAMES) *make_names_stack(STACK_OF(OPENSSL_STRING) *ns)
1308 for (i = 0; i < sk_OPENSSL_STRING_num(ns); i++)
1310 char *str = sk_OPENSSL_STRING_value(ns, i);
/barrelfish-2018-10-04/usr/eclipseclp/config/
H A Dconfig.sub156 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
616 basic_machine=ns32k-ns
1609 *-ns)
1694 vendor=ns

Completed in 161 milliseconds

12