Home
last modified time | relevance | path

Searched defs:tail (Results 1 – 25 of 236) sorted by relevance

12345678910

/freebsd/usr.bin/find/
H A Doperator.c74 PLAN *tail; /* pointer to tail of subplan */ in yankexpr() local
125 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 Dfind.c71 PLAN *plan, *tail, *new; in find_formplan() local
/freebsd/sys/contrib/ck/include/
H A Dck_hp_fifo.h55 struct ck_hp_fifo_entry *tail; member
83 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 Dck_fifo.h50 struct ck_fifo_spsc_entry *tail; member
220 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 Dcirc_buf.h30 #define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size) - 1)) argument
31 #define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head) + 1),(size)) argument
H A Dbitmap.h42 const unsigned int tail = size & (BITS_PER_LONG - 1); in bitmap_fill() local
54 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 Dsctermvar.h62 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 Ddevpath.c80 char *tail; in efi_make_tail() local
101 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 Dadf_freebsd_transport_debug.c30 int head, tail, empty; in adf_ring_show() local
140 int head, tail, empty; in adf_bank_show() local
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dhash.h102 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); in hash_x64_128() local
/freebsd/sys/kern/
H A Dsubr_memdesc.c426 struct mbuf *m, *tail; in paddr_ext_mbuf() local
474 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 Dfifo_defs.h45 #define tail sp->_fifotail macro
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha.h55 SHA_CTX head, tail, md; member
60 SHA256_CTX head, tail, md; member
H A Dcipher_rc4_hmac_md5.h20 MD5_CTX head, tail, md; member
/freebsd/contrib/com_err/
H A Dcompile_et.h58 struct error_code *next, **tail; member
/freebsd/crypto/heimdal/lib/com_err/
H A Dcompile_et.h61 struct error_code *next, **tail; member
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_image_section_cache.c231 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/sys/dev/qat/qat_api/common/ctrl/
H A Dsal_list.c17 SalList_add(sal_list_t **list, sal_list_t **tail, void *pObj) in SalList_add()
/freebsd/sys/net80211/
H A Dieee80211_power.h57 struct mbuf *tail; member
/freebsd/contrib/netbsd-tests/lib/librumphijack/
H A Dh_cwd.c46 makepath(const char *tail) in makepath()
/freebsd/sys/dev/netmap/
H A Dnetmap_mbq.h54 struct mbuf *tail; member
/freebsd/contrib/mtree/
H A Dverify.c172 miss(NODE *p, char *tail) in miss()
/freebsd/contrib/netbsd-tests/lib/libc/locale/
H A Dt_wcstod.c407 wchar_t *tail; in ATF_TC_BODY() local
/freebsd/sys/dev/gve/
H A Dgve_adminq.c660 uint32_t tail, head; in gve_adminq_kick_and_wait() local
697 uint32_t tail; in gve_adminq_issue_cmd() local
791 uint32_t tail, head; in gve_adminq_execute_cmd() local
/freebsd/sys/dev/evdev/
H A Dcdev.c824 size_t count, head, tail, ready; in evdev_client_push() local
873 size_t i, head, tail, ready, size; in evdev_client_dumpqueue() local
911 size_t head, tail, count, i; in evdev_client_filter_queue() local

12345678910