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

/freebsd-10-stable/usr.bin/csup/
H A Dconfig.h96 STAILQ_ENTRY(coll) co_next; member in struct:coll
H A Dconfig.c106 STAILQ_FOREACH(coll, &config->colls, co_next) {
162 STAILQ_FOREACH(coll, &config->colls, co_next) {
271 STAILQ_REMOVE_HEAD(&config->colls, co_next);
447 coll = STAILQ_LAST(&colls, coll, co_next);
454 STAILQ_INSERT_TAIL(&colls, cur_coll, co_next);
H A Ddetailer.c140 STAILQ_FOREACH(coll, &config->colls, co_next) {
187 STAILQ_FOREACH(coll, &config->colls, co_next) {
H A Dproto.c318 STAILQ_FOREACH(coll, &config->colls, co_next) {
336 STAILQ_FOREACH(coll, &config->colls, co_next) {
H A Dlister.c117 STAILQ_FOREACH(coll, &config->colls, co_next) {
H A Dupdater.c289 STAILQ_FOREACH(coll, &up->config->colls, co_next) {
/freebsd-10-stable/sys/netsmb/
H A Dsmb_conn.h205 SLIST_ENTRY(smb_connobj)co_next; member in struct:smb_connobj
210 #define SMBCO_FOREACH(var, cp) SLIST_FOREACH((var), &(cp)->co_children, co_next)
H A Dsmb_conn.c267 SLIST_REMOVE(&parent->co_children, cp, smb_connobj, co_next);
377 SLIST_INSERT_HEAD(&parent->co_children, child, co_next);
/freebsd-10-stable/sys/dev/aacraid/
H A Daacraid.c3091 struct aac_container *co, *co_next; local
3177 co_next = TAILQ_NEXT(co, co_link);
3182 co = co_next;
/freebsd-10-stable/sys/dev/aac/
H A Daac.c3226 struct aac_container *co, *co_next; local
3316 co_next = TAILQ_NEXT(co, co_link);
3322 co = co_next;

Completed in 103 milliseconds