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

/freebsd-10.1-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-10.1-release/contrib/tcpdump/
H A Dcpack.c62 next = cpack_next_boundary(cs->c_buf, cs->c_next, wordsize);
78 cs->c_next = cs->c_buf;
95 cs->c_next = next + sizeof(*u);
111 cs->c_next = next + sizeof(*u);
127 cs->c_next = next + sizeof(*u);
136 if ((size_t)(cs->c_next - cs->c_buf) >= cs->c_len)
139 *u = *cs->c_next;
142 cs->c_next++;
H A Dcpack.h35 u_int8_t *c_next; member in struct:cpack_state
H A Dprint-802_11.c1988 s->c_next += length;
/freebsd-10.1-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-10.1-release/usr.sbin/mtree/
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-10.1-release/sbin/ifconfig/
H A Difconfig.h56 struct cmd *c_next; member in struct:cmd
H A Difconfig.c431 p->c_next = cmds;
441 for (p = cmds; p != NULL; p = p->c_next)
/freebsd-10.1-release/sbin/ggate/ggated/
H A Dggated.c72 LIST_ENTRY(ggd_connection) c_next;
402 LIST_FOREACH_SAFE(conn, &connections, c_next, tconn) {
404 LIST_REMOVE(conn, c_next);
422 LIST_FOREACH(conn, &connections, c_next) {
463 LIST_INSERT_HEAD(&connections, conn, c_next);
506 LIST_REMOVE(conn, c_next);
/freebsd-10.1-release/sys/kern/
H A Dkern_timeout.c1314 for (p = calltodo.c_next; p != NULL; p = p->c_next) {

Completed in 126 milliseconds