Home
last modified time | relevance | path

Searched refs:c_next (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dclock.c63 callout *c_next; /* List of callouts */ member
97 free_callouts = free_callouts->c_next; in alloc_callout()
110 cp->c_next = free_callouts; in free_callout()
143 for (cp = &callouts; (cp2 = cp->c_next); cp = cp2) in timeout()
150 cp->c_next = cpnew; in timeout()
151 cpnew->c_next = cp2; in timeout()
167 for (cp = &callouts; (cp2 = cp->c_next); cp = cp2) { in untimeout()
169 cp->c_next = cp2->c_next; in untimeout()
185 for (cp = callouts.c_next; cp; cp = cp->c_next) { in reschedule_timeouts()
214 while ((cp = callouts.c_next) && cp->c_time <= now) { in softclock()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dopt-include.awk23 c_next = 0
27 (c_next != 0) { print "OPTIONS_C_EXTRA += $(srcdir)/" $1; c_next = 0 }
28 /^HeaderInclude$/ { h_next = 1; c_next = 0 }
29 /^SourceInclude$/ { h_next = 0; c_next = 1 }
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dopt-include.awk23 c_next = 0
27 (c_next != 0) { print "OPTIONS_C_EXTRA += $(srcdir)/" $1; c_next = 0 }
28 /^HeaderInclude$/ { h_next = 1; c_next = 0 }
29 /^SourceInclude$/ { h_next = 0; c_next = 1 }
/netbsd-src/games/gomoku/
H A Dmakemove.c67 if (cbp->c_next == NULL) in sortframes_remove()
71 sortframes[BLACK] = cbp->c_next; in sortframes_remove()
73 sortframes[WHITE] = cbp->c_next; in sortframes_remove()
74 cbp->c_next->c_prev = cbp->c_prev; in sortframes_remove()
75 cbp->c_prev->c_next = cbp->c_next; in sortframes_remove()
183 sortframes[us] = cbp->c_next = cbp->c_prev = cbp; in makemove()
192 cbp1 = cbp1->c_next; in makemove()
198 cbp->c_next = cbp1; in makemove()
200 cbp1->c_prev->c_next = cbp; in makemove()
H A Dpickmove.c342 } while ((cbp = cbp->c_next) != ecbp); in scanframes()
403 ncbp = cbp->c_next; in scanframes()
637 } while ((cbp = cbp->c_next) != ecbp); in addframes()
652 pcbp->c_next = cbp; in addframes()
654 cbp->c_prev->c_next = ecbp; in addframes()
1060 cbp->c_next = cbp; in appendcombo()
1065 cbp->c_next = ncbp; in appendcombo()
1068 pcbp->c_next = cbp; in appendcombo()
1264 fcbp->c_next = fcbp->c_prev = fcbp; in sortcombo()
1308 } while ((cbp = cbp->c_next) != ecbp); in sortcombo()
[all …]
H A Dgomoku.h158 struct combostr *c_next; /* list of combos at the same level */ member
/netbsd-src/external/cddl/osnet/dist/uts/common/os/
H A Dcallb.c50 struct callb *c_next; /* next in class or on freelist */ member
114 ct->ct_freelist = cp->c_next; in callb_fini()
150 ct->ct_freelist = cp->c_next; in callb_add_common()
168 cp->c_next = ct->ct_first_cb[class]; in callb_add_common()
217 pp = &(*pp)->c_next; in callb_delete()
238 *pp = me->c_next; in callb_delete()
242 me->c_next = ct->ct_freelist; in callb_delete()
266 cp != NULL && ret == 0; cp = cp->c_next) { in callb_execute_class()
386 cp != NULL && tp != cp->c_thread; cp = cp->c_next) in callb_is_stopped()
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Dupstream.c502 LDAP_CIRCLEQ_REMOVE( &b->b_preparing, c, c_next ); in upstream_bind_cb()
508 &b->b_conns, b->b_last_conn, c, c_next ); in upstream_bind_cb()
510 LDAP_CIRCLEQ_INSERT_HEAD( &b->b_conns, c, c_next ); in upstream_bind_cb()
645 LDAP_CIRCLEQ_REMOVE( &b->b_preparing, c, c_next ); in upstream_finish()
653 &b->b_bindconns, b->b_last_bindconn, c, c_next ); in upstream_finish()
655 LDAP_CIRCLEQ_INSERT_HEAD( &b->b_bindconns, c, c_next ); in upstream_finish()
659 LDAP_CIRCLEQ_REMOVE( &b->b_preparing, c, c_next ); in upstream_finish()
666 LDAP_CIRCLEQ_INSERT_AFTER( &b->b_conns, b->b_last_conn, c, c_next ); in upstream_finish()
668 LDAP_CIRCLEQ_INSERT_HEAD( &b->b_conns, c, c_next ); in upstream_finish()
910 LDAP_CIRCLEQ_INSERT_HEAD( &b->b_preparing, c, c_next ); in upstream_init()
[all …]
H A Dconnection.c463 c = LDAP_CIRCLEQ_LOOP_NEXT( cq, c, c_next ); in connections_walk_last()
466 c = LDAP_CIRCLEQ_LOOP_NEXT( cq, c, c_next ); in connections_walk_last()
499 c = LDAP_CIRCLEQ_LOOP_NEXT( cq, c, c_next ); in connections_walk_last()
611 LDAP_CIRCLEQ_ENTRY_INIT( c, c_next ); in lload_connection_init()
H A Ddaemon.c1563 LDAP_CIRCLEQ_FOREACH ( c, &b->b_bindconns, c_next ) { in lload_handle_backend_invalidation()
1581 LDAP_CIRCLEQ_FOREACH ( c, &b->b_conns, c_next ) { in lload_handle_backend_invalidation()
1647 LDAP_CIRCLEQ_FOREACH ( c, &clients, c_next ) { in lload_handle_global_invalidation()
1673 LDAP_CIRCLEQ_LOOP_NEXT( &clients, c, c_next ); in lload_handle_global_invalidation()
1708 LDAP_CIRCLEQ_FOREACH ( c, &clients, c_next ) { in lload_handle_global_invalidation()
H A Dclient.c470 LDAP_CIRCLEQ_INSERT_TAIL( &clients, c, c_next ); in client_init()
557 LDAP_CIRCLEQ_REMOVE( &clients, c, c_next ); in client_unlink()
H A Dbackend.c339 LDAP_CIRCLEQ_FOREACH ( c, head, c_next ) { in backend_select()
358 LDAP_CIRCLEQ_MAKE_TAIL( head, c, c_next ); in backend_select()
H A Dlload.h414 LDAP_CIRCLEQ_ENTRY(LloadConnection) c_next;
H A Dmonitor.c733 LDAP_CIRCLEQ_FOREACH ( c, &b->b_preparing, c_next ) { in lload_monitor_server_update()
/netbsd-src/usr.bin/rdist/
H A Dgram.y382 for (prev = NULL, c = cmds; c!=NULL; prev = c, c = c->c_next) { in insert()
386 c = c->c_next; in insert()
403 nc->c_next = c; in insert()
407 prev->c_next = nc; in insert()
432 c->c_next = NULL; in append()
436 last_cmd->c_next = c; in append()
H A Ddefs.h122 struct cmd *c_next; member
H A Ddocmd.c85 for (c = cmds; c != NULL; c = c->c_next) { in docmds()
/netbsd-src/sys/arch/shark/shark/
H A Dscr.c530 struct callout_t *c_next; /* next callout in queue */ member
3394 scrClkCallTodo.c_next = NULL; in scrClkInit()
3401 c->c_next = new; in scrClkInit()
3405 c->c_next = NULL; in scrClkInit()
3449 ASSERT(scrClkCallTodo.c_next == NULL); in scrClkStart()
3546 ASSERT(scrClkCallTodo.c_next == NULL); in scrClkStop()
3598 for (p1 = scrClkCallTodo.c_next; p1 != NULL; p1 = p1->c_next) in hatClkIrq()
3616 while ((c = scrClkCallTodo.c_next) != NULL && c->c_time <= 0) in hatClkIrq()
3621 scrClkCallTodo.c_next = c->c_next; in hatClkIrq()
3622 c->c_next = scrClkCallFree; in hatClkIrq()
[all …]
/netbsd-src/sys/dev/fdt/
H A Dfdt_intr.c59 LIST_ENTRY(fdtbus_interrupt_cookie) c_next;
155 LIST_FOREACH(c, &fdtbus_interrupt_cookies, c_next) { in fdtbus_get_interrupt_cookie()
241 LIST_INSERT_HEAD(&fdtbus_interrupt_cookies, c, c_next); in fdtbus_intr_establish_raw()
258 LIST_REMOVE(c, c_next); in fdtbus_intr_establish_raw()
289 LIST_REMOVE(c, c_next); in fdtbus_intr_disestablish()
/netbsd-src/external/bsd/tcpdump/dist/
H A Dcpack.h34 const uint8_t *c_next; member
/netbsd-src/sys/net/npf/
H A Dnpf_conndb.c252 atomic_store_relaxed(&con->c_next, head); in npf_conndb_enqueue()
268 npf_conn_t *next = atomic_load_relaxed(&con->c_next); // union in npf_conndb_update()
H A Dnpf_conn.h65 npf_conn_t * c_next; member
/netbsd-src/usr.bin/mail/
H A Ddef.h397 struct cond_stack_s *c_next; member
H A Dcmd3.c968 csp->c_next = cond_stack; in push_cond()
982 cond_stack = csp->c_next; in pop_cond()