Searched refs:c_next (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/contrib/amd/amd/
H A Dclock.c65 callout *c_next; /* List of callouts */ member in struct:callout
99 free_callouts = free_callouts->c_next;
112 cp->c_next = free_callouts;
145 for (cp = &callouts; (cp2 = cp->c_next); cp = cp2)
152 cp->c_next = cpnew;
153 cpnew->c_next = cp2;
169 for (cp = &callouts; (cp2 = cp->c_next); cp = cp2) {
171 cp->c_next = cp2->c_next;
187 for (cp = callouts.c_next; c
[all...]
/freebsd-11.0-release/contrib/tcpdump/
H A Dcpack.c63 next = cpack_next_boundary(cs->c_buf, cs->c_next, wordsize);
77 if (cs->c_next - cs->c_buf + toskip > cs->c_len)
79 cs->c_next += toskip;
90 cs->c_next = cs->c_buf;
107 cs->c_next = next + sizeof(*u);
123 cs->c_next = next + sizeof(*u);
139 cs->c_next = next + sizeof(*u);
148 if ((size_t)(cs->c_next - cs->c_buf) >= cs->c_len)
151 *u = *cs->c_next;
154 cs->c_next
[all...]
H A Dcpack.h35 uint8_t *c_next; member in struct:cpack_state
H A Dprint-802_11.c2608 s->c_next += length;
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dcallb.c50 struct callb *c_next; /* next in class or on freelist */ member in struct:callb
114 ct->ct_freelist = cp->c_next;
150 ct->ct_freelist = cp->c_next;
168 cp->c_next = ct->ct_first_cb[class];
217 pp = &(*pp)->c_next;
238 *pp = me->c_next;
242 me->c_next = ct->ct_freelist;
266 cp != NULL && ret == 0; cp = cp->c_next) {
386 cp != NULL && tp != cp->c_thread; cp = cp->c_next)
/freebsd-11.0-release/usr.sbin/fmtree/
H A Dspec.c63 int c_cur, c_next; local
68 c_cur = c_next = 0;
70 ++lineno, c_cur = c_next, c_next = 0) {
82 c_next = 1;
/freebsd-11.0-release/sbin/ifconfig/
H A Difconfig.h56 struct cmd *c_next; member in struct:cmd
H A Difconfig.c671 p->c_next = cmds;
680 for (p = cmds; p != NULL; p = p->c_next)
/freebsd-11.0-release/sbin/ggate/ggated/
H A Dggated.c74 LIST_ENTRY(ggd_connection) c_next;
404 LIST_FOREACH_SAFE(conn, &connections, c_next, tconn) {
406 LIST_REMOVE(conn, c_next);
424 LIST_FOREACH(conn, &connections, c_next) {
465 LIST_INSERT_HEAD(&connections, conn, c_next);
508 LIST_REMOVE(conn, c_next);
/freebsd-11.0-release/sys/kern/
H A Dkern_timeout.c1491 for (p = calltodo.c_next; p != NULL; p = p->c_next) {

Completed in 193 milliseconds