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

/freebsd-9.3-release/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-9.3-release/sys/netsmb/
H A Dsmb_conn.h204 SLIST_ENTRY(smb_connobj)co_next; member in struct:smb_connobj
209 #define SMBCO_FOREACH(var, cp) SLIST_FOREACH((var), &(cp)->co_children, co_next)
H A Dsmb_conn.c253 SLIST_REMOVE(&parent->co_children, cp, smb_connobj, co_next);
367 SLIST_INSERT_HEAD(&parent->co_children, child, co_next);
/freebsd-9.3-release/sys/dev/aac/
H A Daac.c3211 struct aac_container *co, *co_next; local
3301 co_next = TAILQ_NEXT(co, co_link);
3307 co = co_next;
/freebsd-9.3-release/sys/dev/aacraid/
H A Daacraid.c3078 struct aac_container *co, *co_next; local
3164 co_next = TAILQ_NEXT(co, co_link);
3169 co = co_next;

Completed in 182 milliseconds