| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | clock.c | 63 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 D | opt-include.awk | 23 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 D | opt-include.awk | 23 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 D | makemove.c | 67 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 D | pickmove.c | 342 } 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 D | gomoku.h | 158 struct combostr *c_next; /* list of combos at the same level */ member
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/os/ |
| H A D | callb.c | 50 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 D | upstream.c | 502 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 D | connection.c | 463 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 D | daemon.c | 1563 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 D | client.c | 470 LDAP_CIRCLEQ_INSERT_TAIL( &clients, c, c_next ); in client_init() 557 LDAP_CIRCLEQ_REMOVE( &clients, c, c_next ); in client_unlink()
|
| H A D | backend.c | 339 LDAP_CIRCLEQ_FOREACH ( c, head, c_next ) { in backend_select() 358 LDAP_CIRCLEQ_MAKE_TAIL( head, c, c_next ); in backend_select()
|
| H A D | lload.h | 414 LDAP_CIRCLEQ_ENTRY(LloadConnection) c_next;
|
| H A D | monitor.c | 733 LDAP_CIRCLEQ_FOREACH ( c, &b->b_preparing, c_next ) { in lload_monitor_server_update()
|
| /netbsd-src/usr.bin/rdist/ |
| H A D | gram.y | 382 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 D | defs.h | 122 struct cmd *c_next; member
|
| H A D | docmd.c | 85 for (c = cmds; c != NULL; c = c->c_next) { in docmds()
|
| /netbsd-src/sys/arch/shark/shark/ |
| H A D | scr.c | 530 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 D | fdt_intr.c | 59 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 D | cpack.h | 34 const uint8_t *c_next; member
|
| /netbsd-src/sys/net/npf/ |
| H A D | npf_conndb.c | 252 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 D | npf_conn.h | 65 npf_conn_t * c_next; member
|
| /netbsd-src/usr.bin/mail/ |
| H A D | def.h | 397 struct cond_stack_s *c_next; member
|
| H A D | cmd3.c | 968 csp->c_next = cond_stack; in push_cond() 982 cond_stack = csp->c_next; in pop_cond()
|