Searched refs:link (Results 1 - 25 of 116) sorted by relevance

12345

/barrelfish-master/lib/libc/include/isc/
H A Dlist.h34 #define INIT_LINK_TYPE(elt, link, type) \
36 (elt)->link.prev = (type *)(-1); \
37 (elt)->link.next = (type *)(-1); \
39 #define INIT_LINK(elt, link) \
40 INIT_LINK_TYPE(elt, link, void)
41 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1) && \
42 (void *)((elt)->link.next) != (void *)(-1))
48 #define PREPEND(list, elt, link) \
50 INSIST(!LINKED(elt, link));\
[all...]
/barrelfish-master/lib/posixcompat/
H A Dlink.c13 int link(const char *oldpath, const char *newpath) function
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Ddatabase.h60 #define AllocateCodeBlock(size, link, bid, fid, type, cid) \
61 allocate_code_block(size, 0, link, bid, fid, type, cid)
63 #define AllocateCodeBlockBTable(size, btable, link, bid, fid, type, cid) \
64 allocate_code_block(size, btable, link, bid, fid, type, cid)
66 #define Make_Prefix(link, btable, size, bid, fid, lid, cid) \
67 Store_d(link); Store_d(btable); Store_d(size); Store_d(bid); Store_d(fid); Store_d(lid);Store_d(cid);
68 #define Make_Procedure_Prefix(link, size, bid, fid, lid, cid, did) \
69 Make_Prefix(link, 0, size, bid, fid, lid, Cid(cid, did))
/barrelfish-master/lib/libc/gmon/
H A Dmcount.c192 toindex = ++p->tos[0].link;
201 top->link = 0;
219 if (top->link == 0) {
224 * and link it to the head of the chain.
226 toindex = ++p->tos[0].link;
233 top->link = *frompcindex;
241 top = &p->tos[top->link];
249 toindex = prevtop->link;
250 prevtop->link = top->link;
[all...]
/barrelfish-master/lib/libc/gen/
H A D__getosreldate.c33 #include <link.h>
H A Dgetpagesize.c40 #include <link.h>
H A Delf_utils.c33 #include <link.h>
H A Dgetpagesizes.c35 #include <link.h>
/barrelfish-master/lib/lwip/src/netif/
H A Dethernetif.c146 LINK_STATS_INC(link.xmit);
196 LINK_STATS_INC(link.recv);
200 LINK_STATS_INC(link.memerr);
201 LINK_STATS_INC(link.drop);
287 * The last argument should be replaced with your link speed, in units
298 * from it if you have to do some checks before sending (e.g. if link
H A Dslipif.c145 LINK_STATS_INC(link.recv);
172 LINK_STATS_INC(link.drop);
/barrelfish-master/lib/openssl-1.0.0d/crypto/threads/
H A Dpthreads-vms.com14 $ link mttest,[--.'arch'.exe.ssl]libssl/lib,[--.'arch'.exe.crypto]libcrypto/lib
/barrelfish-master/lib/libc/arm/aeabi/
H A Daeabi_unwind_exidx.c32 #include <link.h>
/barrelfish-master/lib/lwip2/doc/
H A DNO_SYS_SampleCode.c22 LINK_STATS_INC(link.xmit);
81 /* Check link state, e.g. via MDIO communication with PHY */
96 LINK_STATS_INC(link.recv);
/barrelfish-master/lib/lwip2/src/netif/
H A Dethernetif.c107 * All-nodes link-local is handled by default, so we must let the hardware know
171 LINK_STATS_INC(link.xmit);
235 LINK_STATS_INC(link.recv);
238 LINK_STATS_INC(link.memerr);
239 LINK_STATS_INC(link.drop);
309 * The last argument should be replaced with your link speed, in units
319 * from it if you have to do some checks before sending (e.g. if link
/barrelfish-master/lib/libc/resolv/
H A Dres_findzonecut.c54 LINK(struct rr_a) link; member in struct:rr_a
60 LINK(struct rr_ns) link; member in struct:rr_ns
244 nsrr = NEXT(nsrr, link))
262 for (arr = HEAD(nsrr->addrs); arr != NULL; arr = NEXT(arr, link)) {
460 nsrr_n = NEXT(nsrr, link);
565 INIT_LINK(nsrr, link);
568 APPEND(*nsrrsp, nsrr, link);
611 INIT_LINK(arr, link);
636 APPEND(nsrr->addrs, arr, link);
655 UNLINK(nsrr->addrs, arr, link);
[all...]
/barrelfish-master/lib/openssl-1.0.0d/demos/engines/rsaref/
H A Dbuild.com71 $ link/share=librsaref.exe sys$input:/option
88 $ link/share=librsaref.exe sys$input:/option
96 $ link /shareable=librsaref.exe sys$input: /options
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Dcm.c173 struct rb_node **link = &sl_id_map->rb_node, *parent = NULL; local
188 while (*link) {
189 parent = *link;
193 link = &(*link)->rb_left;
195 link = &(*link)->rb_right;
198 rb_link_node(&new->node, parent, link);
/barrelfish-master/include/arch/arm/barrelfish_kpi/
H A Dregisters_arch.h73 uint32_t link; member in struct:registers_arm::registers_arm_named
90 uint32_t link; member in struct:registers_arm::registers_arm_syscall_args
/barrelfish-master/lib/libc/secure/
H A Dstack_protector.c36 #include <link.h>
/barrelfish-master/lib/libc/stdlib/
H A Dcxa_thread_atexit.c33 #include <link.h>
/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dpppos.c213 LINK_STATS_INC(link.memerr);
214 LINK_STATS_INC(link.drop);
220 /* If the link has been idle, we'll send a fresh flag character to
259 LINK_STATS_INC(link.memerr);
260 LINK_STATS_INC(link.drop);
265 /* If the link has been idle, we'll send a fresh flag character to
507 LINK_STATS_INC(link.lenerr);
515 LINK_STATS_INC(link.chkerr);
550 LINK_STATS_INC(link.drop);
661 LINK_STATS_INC(link
[all...]
/barrelfish-master/include/lwip2/netif/ppp/
H A Dpppos.c213 LINK_STATS_INC(link.memerr);
214 LINK_STATS_INC(link.drop);
220 /* If the link has been idle, we'll send a fresh flag character to
259 LINK_STATS_INC(link.memerr);
260 LINK_STATS_INC(link.drop);
265 /* If the link has been idle, we'll send a fresh flag character to
507 LINK_STATS_INC(link.lenerr);
515 LINK_STATS_INC(link.chkerr);
550 LINK_STATS_INC(link.drop);
661 LINK_STATS_INC(link
[all...]
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Dcm.c510 struct rb_node **link = &cm.listen_service_table.rb_node; local
517 while (*link) {
518 parent = *link;
530 link = &(*link)->rb_left;
532 link = &(*link)->rb_right;
534 link = &(*link)->rb_left;
536 link
583 struct rb_node **link = &cm.remote_id_table.rb_node; local
636 struct rb_node **link = &cm.remote_qp_table.rb_node; local
666 struct rb_node **link = &cm.remote_sidr_table.rb_node; local
[all...]
/barrelfish-master/lib/lwip2/src/barrelfish/
H A Dnetif_barrelfish.c75 LINK_STATS_INC(link.xmit);
213 /* Check link state, e.g. via MDIO communication with PHY */
228 LINK_STATS_INC(link.recv);
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_mcg.c134 int link = 0; local
154 link = 1;
201 if (!link)
224 if (err && link && index != -1) {

Completed in 189 milliseconds

12345