tqe_prev          670 kern/kern_lock.c 	alp->list.tqe_prev = NULL;	/* sanity */
tqe_prev          178 net/pf_ioctl.c 	pf_default_rule.entries.tqe_prev = &pf_default_rule.entries.tqe_next;
tqe_prev          324 net/pf_ioctl.c 		rule->entries.tqe_prev = NULL;
tqe_prev          329 net/pf_ioctl.c 	    rule->entries.tqe_prev != NULL)
tqe_prev         1153 net/pf_ioctl.c 		rule->entries.tqe_prev = NULL;
tqe_prev         1399 net/pf_ioctl.c 			newrule->entries.tqe_prev = NULL;
tqe_prev          318 sys/queue.h    	struct type **tqe_prev;	/* address of previous next element */	\
tqe_prev          331 sys/queue.h    	(*(((struct headname *)((elm)->field.tqe_prev))->tqh_last))
tqe_prev          355 sys/queue.h    		(head)->tqh_first->field.tqe_prev =			\
tqe_prev          360 sys/queue.h    	(elm)->field.tqe_prev = &(head)->tqh_first;			\
tqe_prev          365 sys/queue.h    	(elm)->field.tqe_prev = (head)->tqh_last;			\
tqe_prev          372 sys/queue.h    		(elm)->field.tqe_next->field.tqe_prev =			\
tqe_prev          377 sys/queue.h    	(elm)->field.tqe_prev = &(listelm)->field.tqe_next;		\
tqe_prev          381 sys/queue.h    	(elm)->field.tqe_prev = (listelm)->field.tqe_prev;		\
tqe_prev          383 sys/queue.h    	*(listelm)->field.tqe_prev = (elm);				\
tqe_prev          384 sys/queue.h    	(listelm)->field.tqe_prev = &(elm)->field.tqe_next;		\
tqe_prev          389 sys/queue.h    		(elm)->field.tqe_next->field.tqe_prev =			\
tqe_prev          390 sys/queue.h    		    (elm)->field.tqe_prev;				\
tqe_prev          392 sys/queue.h    		(head)->tqh_last = (elm)->field.tqe_prev;		\
tqe_prev          393 sys/queue.h    	*(elm)->field.tqe_prev = (elm)->field.tqe_next;			\
tqe_prev          394 sys/queue.h    	_Q_INVALIDATE((elm)->field.tqe_prev);				\
tqe_prev          400 sys/queue.h    		(elm2)->field.tqe_next->field.tqe_prev =		\
tqe_prev          404 sys/queue.h    	(elm2)->field.tqe_prev = (elm)->field.tqe_prev;			\
tqe_prev          405 sys/queue.h    	*(elm2)->field.tqe_prev = (elm2);				\
tqe_prev          406 sys/queue.h    	_Q_INVALIDATE((elm)->field.tqe_prev);				\