Searched defs:head (Results 176 - 200 of 487) sorted by relevance

1234567891011>>

/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dkld.c340 struct so_list *head, **prev, *new; local
/freebsd-11-stable/sys/netpfil/ipfw/test/
H A Dmain.c51 struct mbuf *head, *tail; /* a simple tailq */ member in struct:cfg_s
/freebsd-11-stable/sys/net/
H A Dradix.h144 struct radix_head head; member in struct:radix_mask_head
[all...]
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_gart.c845 struct list_head *head; local
H A Dradeon_object.c363 int radeon_bo_list_validate(struct list_head *head) argument
353 radeon_bo_list_add_object(struct radeon_bo_list *lobj, struct list_head *head) argument
/freebsd-11-stable/sys/dev/eisa/
H A Deisaconf.c479 eisa_add_resvaddr(struct eisa_device *e_dev, struct resvlist *head, u_long base, argument
/freebsd-11-stable/usr.bin/systat/
H A Dnetstat.c174 struct inpcbhead head; local
/freebsd-11-stable/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c87 static inline void list_add(struct list_head *new, struct list_head *head) argument
100 static inline void list_add_tail(struct list_head *new, struct list_head *head) argument
172 list_move(struct list_head *list, struct list_head *head) argument
183 list_move_tail(struct list_head *list, struct list_head *head) argument
195 list_is_last(const struct list_head *list, const struct list_head *head) argument
205 list_empty(const struct list_head *head) argument
223 list_empty_careful(const struct list_head *head) argument
233 list_is_singular(const struct list_head *head) argument
238 __list_cut_position(struct list_head *list, struct list_head *head, struct list_head *entry) argument
265 list_cut_position(struct list_head *list, struct list_head *head, struct list_head *entry) argument
297 list_splice(const struct list_head *list, struct list_head *head) argument
309 list_splice_tail(struct list_head *list, struct list_head *head) argument
323 list_splice_init(struct list_head *list, struct list_head *head) argument
340 list_splice_tail_init(struct list_head *list, struct list_head *head) argument
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_spq.c862 ecore_spq_post_list(struct ecore_hwfn *p_hwfn, osal_list_t *head, u32 keep_reserve) argument
/freebsd-11-stable/sys/netinet6/
H A Dfrag6.c213 struct ip6q *head, *q6; local
839 struct ip6q *head, *q local
914 struct ip6q *head; local
[all...]
H A Din6_pcb.c699 struct inpcbhead *head; local
866 struct inpcbhead *head; local
1066 struct inpcbhead *head; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c83 SHA_CTX head, tail, md; member in struct:__anon4581
[all...]
H A De_aes_cbc_hmac_sha256.c83 SHA256_CTX head, tail, md; member in struct:__anon4589
[all...]
/freebsd-11-stable/lib/libc/rpc/
H A Dgetnetconfig.c104 struct netconfig_list *head; /* head of the list */ member in struct:netconfig_info
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_idr.c54 struct idr_layer *head; member in struct:linux_idr_cache
361 struct idr_layer *head; local
[all...]
/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c365 *valid_entry, *default_entry, *temp, *head, **headp, *next; local
[all...]
/freebsd-11-stable/contrib/libarchive/tar/
H A Dwrite.c93 struct archive_dir_entry *head, *tail; member in struct:archive_dir
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h98 list_empty(const struct list_head *head) argument
105 list_empty_careful(const struct list_head *head) argument
236 list_add(struct list_head *new, struct list_head *head) argument
243 list_add_tail(struct list_head *new, struct list_head *head) argument
250 list_move(struct list_head *list, struct list_head *head) argument
258 list_move_tail(struct list_head *entry, struct list_head *head) argument
266 list_bulk_move_tail(struct list_head *head, struct list_head *first, struct list_head *last) argument
295 list_splice(const struct list_head *list, struct list_head *head) argument
302 list_splice_tail(struct list_head *list, struct list_head *head) argument
309 list_splice_init(struct list_head *list, struct list_head *head) argument
317 list_splice_tail_init(struct list_head *list, struct list_head *head) argument
421 list_is_singular(const struct list_head *head) argument
426 __list_cut_position(struct list_head *list, struct list_head *head, struct list_head *entry) argument
438 list_cut_position(struct list_head *list, struct list_head *head, struct list_head *entry) argument
452 list_is_last(const struct list_head *list, const struct list_head *head) argument
[all...]
/freebsd-11-stable/sys/contrib/zlib/
H A Dinflate.h93 gz_headerp head; /* where to save gzip header information */ member in struct:inflate_state
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig_file.c381 struct wpa_ssid *ssid, *tail, *head; local
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_lan_hmc.h51 u16 head; member in struct:i40e_hmc_obj_rxq
84 u16 head; member in struct:i40e_hmc_obj_txq
/freebsd-11-stable/sys/kern/
H A Dsubr_sglist.c634 sglist_split(struct sglist *original, struct sglist **head, size_t length, argument
[all...]
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_netmap.c702 const u_int head = kring->rhead; local
767 u_int const head = kring->rhead; local
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_str.cpp497 __kmp_str_split(char *str, char delim, char **head, char **tail ) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dspillbuf.c56 struct memblock_t *head; member in struct:svn_spillbuf_t

Completed in 346 milliseconds

1234567891011>>