Searched refs:next (Results 276 - 300 of 683) sorted by relevance

<<11121314151617181920>>

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/lhash/
H A Dlh_stats.c106 for (n=lh->b[i],num=0; n != NULL; n=n->next)
121 for (n=lh->b[i],num=0; n != NULL; n=n->next)
215 for (n=lh->b[i],num=0; n != NULL; n=n->next)
230 for (n=lh->b[i],num=0; n != NULL; n=n->next)
/barrelfish-2018-10-04/include/timer/
H A Dtimer.h32 struct timer *prev, *next; member in struct:timer
/barrelfish-2018-10-04/include/virtio/
H A Dvirtio_host.h38 struct virtio_host_buf *next; member in struct:virtio_host_buf
/barrelfish-2018-10-04/kernel/include/
H A Ddispatch.h53 struct dcb *next; ///< Next DCB in schedule member in struct:dcb
/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_blockdevfs.h23 struct blockdev_entry *next; member in struct:blockdev_entry
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viztool/src/components/
H A DToolBarFactory.java89 String s = (String)it.next();
/barrelfish-2018-10-04/include/barrelfish/
H A Dlmp_endpoints.h35 struct lmp_endpoint *next, *prev; ///< Next/prev endpoint in poll list member in struct:lmp_endpoint
/barrelfish-2018-10-04/include/collections/
H A Dlist.h61 // pointer to the next node.
63 struct _collections_listnode *next; member in struct:_collections_listnode
/barrelfish-2018-10-04/include/flounder/
H A Dflounder_txqueue.h61 struct txq_msg_st *next; ///< pointer to the next message in the queue member in struct:txq_msg_st
/barrelfish-2018-10-04/include/lwip2/lwip/apps/
H A Dsnmp.h56 /** pointer to next varbind, NULL for last in list */
57 struct snmp_varbind *next; member in struct:snmp_varbind
/barrelfish-2018-10-04/include/lwip2/lwip/
H A Ddns.h77 struct local_hostlist_entry *next; member in struct:local_hostlist_entry
H A Detharp.h71 struct etharp_q_entry *next; member in struct:etharp_q_entry
H A Digmp.h75 /** next link */
76 struct igmp_group *next; member in struct:igmp_group
H A Draw.h75 struct raw_pcb *next; member in struct:raw_pcb
/barrelfish-2018-10-04/include/lwip2/lwip/priv/
H A Dnd6_priv.h65 struct nd6_q_entry *next; member in struct:nd6_q_entry
/barrelfish-2018-10-04/include/net/
H A Dnet_filter.h47 struct net_filter_ele* next; member in struct:net_filter_ele
/barrelfish-2018-10-04/include/net_sockets/
H A Dnet_sockets.h24 struct net_socket *prev, *next; member in struct:net_socket
/barrelfish-2018-10-04/include/octopus/parser/
H A Dast.h114 struct ast_object* next; member in struct:node_attribute
223 struct ast_object* next)
229 p->u.an.next = next;
222 ast_attribute(struct ast_object* attr, struct ast_object* next) argument
/barrelfish-2018-10-04/include/octopus_server/
H A Dservice.h55 struct oct_reply_state *next; member in struct:oct_reply_state
/barrelfish-2018-10-04/lib/bulk_transfer/
H A Dbulk_channel.c206 list = list->next;
209 channel->pools = list->next;
211 prev->next = list->next;
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Ddoorbell.c76 chunk = list_entry(page->umem->chunk_list.next, struct ib_umem_chunk, list);
/barrelfish-2018-10-04/usr/monitor/include/
H A Dqueue.h25 struct msg_queue_elem *next; member in struct:msg_queue_elem
/barrelfish-2018-10-04/usr/replay/
H A Ddefs.h57 struct trace_entry *next; member in struct:trace_entry
/barrelfish-2018-10-04/usr/spawnd/
H A Dps.h26 struct ps_waiter *next; member in struct:ps_waiter
/barrelfish-2018-10-04/tools/fastmodels/
H A Dconfig.c202 cfg->last_module->next= module;
233 struct component_config *next= cmp->next; local
235 cmp= next;

Completed in 122 milliseconds

<<11121314151617181920>>