| /freebsd/usr.bin/find/ | 
| H A D | operator.c | 74 	PLAN *tail;		/* pointer to tail of subplan */  in yankexpr()  local125 	PLAN *tail;		/* pointer to tail of result plan */  in paren_squish()  local
 163 	PLAN *tail;		/* pointer to tail of result plan */  in not_squish()  local
 225 	PLAN *tail;		/* pointer to tail of result plan */  in or_squish()  local
 
 | 
| H A D | find.c | 71 	PLAN *plan, *tail, *new;  in find_formplan()  local
 | 
| /freebsd/sys/contrib/ck/include/ | 
| H A D | ck_hp_fifo.h | 55 	struct ck_hp_fifo_entry *tail;  member83 	struct ck_hp_fifo_entry *tail, *next;  in ck_hp_fifo_enqueue_mpmc()  local
 114 	struct ck_hp_fifo_entry *tail, *next;  in ck_hp_fifo_tryenqueue_mpmc()  local
 142 	struct ck_hp_fifo_entry *head, *tail, *next;  in ck_hp_fifo_dequeue_mpmc()  local
 176 	struct ck_hp_fifo_entry *head, *tail, *next;  in ck_hp_fifo_trydequeue_mpmc()  local
 
 | 
| H A D | ck_fifo.h | 50 	struct ck_fifo_spsc_entry *tail;  member220 	struct ck_fifo_mpmc_pointer tail;  member
 249 	struct ck_fifo_mpmc_pointer tail, next, update;  in ck_fifo_mpmc_enqueue()  local
 306 	struct ck_fifo_mpmc_pointer tail, next, update;  in ck_fifo_mpmc_tryenqueue()  local
 359 	struct ck_fifo_mpmc_pointer head, tail, next, update;  in ck_fifo_mpmc_dequeue()  local
 414 	struct ck_fifo_mpmc_pointer head, tail, next, update;  in ck_fifo_mpmc_trydequeue()  local
 
 | 
| /freebsd/sys/compat/linuxkpi/common/include/linux/ | 
| H A D | circ_buf.h | 30 #define CIRC_CNT(head,tail,size)	(((head) - (tail)) & ((size) - 1))  argument31 #define CIRC_SPACE(head,tail,size)	CIRC_CNT((tail),((head) + 1),(size))  argument
 
 | 
| H A D | bitmap.h | 42 	const unsigned int tail = size & (BITS_PER_LONG - 1);  in bitmap_fill()  local54 	const unsigned int tail = size & (BITS_PER_LONG - 1);  in bitmap_full()  local
 75 	const unsigned int tail = size & (BITS_PER_LONG - 1);  in bitmap_empty()  local
 208 	const unsigned int tail = size & (BITS_PER_LONG - 1);  in bitmap_weight()  local
 228 	const unsigned int tail = size & (BITS_PER_LONG - 1);  in bitmap_equal()  local
 250 	const unsigned tail = size & (BITS_PER_LONG - 1);  in bitmap_subset()  local
 272 	const unsigned tail = size & (BITS_PER_LONG - 1);  in bitmap_intersects()  local
 335 	const unsigned int tail = size & (BITS_PER_LONG - 1);  in bitmap_from_arr32()  local
 402 	const unsigned int tail = size & (BITS_PER_LONG - 1);  in bitmap_shift_right()  local
 
 | 
| /freebsd/sys/dev/syscons/ | 
| H A D | sctermvar.h | 62 sc_term_ins_line(scr_stat *scp, int y, int n, int ch, int attr, int tail)  in sc_term_ins_line()76 sc_term_del_line(scr_stat *scp, int y, int n, int ch, int attr, int tail)  in sc_term_del_line()
 149 sc_term_down(scr_stat *scp, int n, int tail)  in sc_term_down()
 178 sc_term_up_scroll(scr_stat *scp, int n, int ch, int attr, int head, int tail)  in sc_term_up_scroll()
 194 sc_term_down_scroll(scr_stat *scp, int n, int ch, int attr, int head, int tail)  in sc_term_down_scroll()
 
 | 
| /freebsd/stand/efi/libefi/ | 
| H A D | devpath.c | 80 	char *tail;  in efi_make_tail()  local101 	char *name, *tail, *head;  in efi_vendor_path()  local
 140 	char *name, *tail;  in efi_hw_dev_path()  local
 185 	char *name, *tail;  in efi_acpi_dev_path()  local
 250 	char *tail;  in efi_messaging_dev_path()  local
 342 	char *tail;  in efi_media_dev_path()  local
 
 | 
| /freebsd/sys/dev/qat/qat_common/ | 
| H A D | adf_freebsd_transport_debug.c | 34 		int head, tail, empty;  in adf_ring_show()  local147 		int head, tail, empty;  in adf_bank_show()  local
 
 | 
| /freebsd/contrib/jemalloc/include/jemalloc/internal/ | 
| H A D | hash.h | 102 		const uint8_t *tail = (const uint8_t *) (data + nblocks*4); in hash_x86_32()   local 173 		const uint8_t *tail = (const uint8_t *) (data + nblocks*16); in hash_x86_128()   local
 259 const uint8_t *tail = (const uint8_t*)(data + nblocks*16); hash_x64_128()  local
 [all...]
 | 
| /freebsd/sys/contrib/openzfs/module/zfs/ | 
| H A D | zfs_crrd.c | 90 	const rrd_data_t *tail;  in rrd_tail()  local133 	rrd_data_t *tail;  in rrd_add()  local
 
 | 
| /freebsd/sys/kern/ | 
| H A D | subr_memdesc.c | 426 	struct mbuf *m, *tail;  in paddr_ext_mbuf()  local474 	struct mbuf *m, *n, *tail;  in vlist_ext_mbuf()  local
 526 	struct mbuf *m, *tail;  in plist_ext_mbuf()  local
 606 	struct mbuf *m, *tail;  in vmpages_ext_mbuf()  local
 691 	struct mbuf *m, *tail;  in mbuf_subchain()  local
 
 | 
| /freebsd/contrib/ncurses/ncurses/ | 
| H A D | fifo_defs.h | 45 #define tail	sp->_fifotail  macro
 | 
| /freebsd/crypto/openssl/providers/implementations/ciphers/ | 
| H A D | cipher_aes_cbc_hmac_sha.h | 55     SHA_CTX head, tail, md;  member60     SHA256_CTX head, tail, md;  member
 
 | 
| /freebsd/contrib/com_err/ | 
| H A D | compile_et.h | 58     struct error_code *next, **tail;  member
 | 
| /freebsd/crypto/heimdal/lib/com_err/ | 
| H A D | compile_et.h | 61     struct error_code *next, **tail;  member
 | 
| /freebsd/contrib/processor-trace/libipt/src/ | 
| H A D | pt_image_section_cache.c | 231 				struct pt_iscache_lru_entry **tail)  in pt_iscache_lru_prune()891 	struct pt_iscache_lru_entry *tail;  in pt_iscache_set_limit()  local
 1053 	struct pt_iscache_lru_entry *tail;  in pt_iscache_notify_map()  local
 1077 	struct pt_iscache_lru_entry *tail;  in pt_iscache_notify_resize()  local
 
 | 
| /freebsd/crypto/openssl/include/internal/ | 
| H A D | quic_sf_list.h | 43     STREAM_FRAME  *head, *tail;  member
 | 
| /freebsd/sys/dev/qat/qat_api/common/ctrl/ | 
| H A D | sal_list.c | 17 SalList_add(sal_list_t **list, sal_list_t **tail, void *pObj)  in SalList_add()
 | 
| /freebsd/sys/net80211/ | 
| H A D | ieee80211_power.h | 57 		struct mbuf *tail;  member
 | 
| /freebsd/contrib/netbsd-tests/lib/librumphijack/ | 
| H A D | h_cwd.c | 46 makepath(const char *tail)  in makepath()
 | 
| /freebsd/sys/dev/netmap/ | 
| H A D | netmap_mbq.h | 54     struct mbuf *tail;  member
 | 
| /freebsd/contrib/mtree/ | 
| H A D | verify.c | 172 miss(NODE *p, char *tail)  in miss()
 | 
| /freebsd/contrib/netbsd-tests/lib/libc/locale/ | 
| H A D | t_wcstod.c | 407 		wchar_t *tail;  in ATF_TC_BODY()  local
 | 
| /freebsd/sys/dev/evdev/ | 
| H A D | cdev.c | 825 	size_t count, head, tail, ready;  in evdev_client_push()  local874 	size_t i, head, tail, ready, size;  in evdev_client_dumpqueue()  local
 912 	size_t head, tail, count, i;  in evdev_client_filter_queue()  local
 
 |