le_next 580 dev/ic/cac.c xs->free_list.le_next = NULL; le_next 282 dev/ic/isp_openbsd.c isp->isp_osinfo.wqt->free_list.le_next = xs; le_next 287 dev/ic/isp_openbsd.c xs->free_list.le_next = NULL; le_next 648 dev/ic/isp_openbsd.c list = xs->free_list.le_next; le_next 649 dev/ic/isp_openbsd.c xs->free_list.le_next = NULL; le_next 672 dev/ic/isp_openbsd.c list = xs->free_list.le_next; le_next 673 dev/ic/isp_openbsd.c xs->free_list.le_next = NULL; le_next 274 kern/kern_physio.c bp->b_vnbufs.le_next = NOLIST; le_next 383 kern/kern_proc.c p->p_forw, p->p_back, p->p_list.le_next, p->p_list.le_prev); le_next 203 kern/vfs_bio.c bp->b_vnbufs.le_next = NOLIST; le_next 235 kern/vfs_bio.c bp->b_vnbufs.le_next = NOLIST; le_next 314 kern/vfs_bio.c if (bp->b_vnbufs.le_next != NOLIST && le_next 315 kern/vfs_bio.c bp->b_vnbufs.le_next != (void *)-1) le_next 382 kern/vfs_cache.c ncp->nc_vhash.le_next = NULL; le_next 267 netinet6/nd6.h #define ndpr_next ndpr_entry.le_next le_next 302 netinet6/nd6.h #define pfr_next pfr_entry.le_next le_next 177 sys/queue.h struct type *le_next; /* next element */ \ le_next 187 sys/queue.h #define LIST_NEXT(elm, field) ((elm)->field.le_next) le_next 202 sys/queue.h if (((elm)->field.le_next = (listelm)->field.le_next) != NULL) \ le_next 203 sys/queue.h (listelm)->field.le_next->field.le_prev = \ le_next 204 sys/queue.h &(elm)->field.le_next; \ le_next 205 sys/queue.h (listelm)->field.le_next = (elm); \ le_next 206 sys/queue.h (elm)->field.le_prev = &(listelm)->field.le_next; \ le_next 211 sys/queue.h (elm)->field.le_next = (listelm); \ le_next 213 sys/queue.h (listelm)->field.le_prev = &(elm)->field.le_next; \ le_next 217 sys/queue.h if (((elm)->field.le_next = (head)->lh_first) != NULL) \ le_next 218 sys/queue.h (head)->lh_first->field.le_prev = &(elm)->field.le_next;\ le_next 224 sys/queue.h if ((elm)->field.le_next != NULL) \ le_next 225 sys/queue.h (elm)->field.le_next->field.le_prev = \ le_next 227 sys/queue.h *(elm)->field.le_prev = (elm)->field.le_next; \ le_next 229 sys/queue.h _Q_INVALIDATE((elm)->field.le_next); \ le_next 233 sys/queue.h if (((elm2)->field.le_next = (elm)->field.le_next) != NULL) \ le_next 234 sys/queue.h (elm2)->field.le_next->field.le_prev = \ le_next 235 sys/queue.h &(elm2)->field.le_next; \ le_next 239 sys/queue.h _Q_INVALIDATE((elm)->field.le_next); \ le_next 153 ufs/ufs/ufs_ihash.c ip->i_hash.le_next = NULL; le_next 1383 uvm/uvm_swap.c nbp->vb_buf.b_vnbufs.le_next = NOLIST; le_next 1964 uvm/uvm_swap.c bp->b_vnbufs.le_next = NOLIST;