Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 1112) sorted by relevance

12345678910>>...45

/freebsd/contrib/libucl/uthash/
H A Dutlist.h85 #define _NEXT(elt,list,next) ((char*)((list)->next)) argument
86 #define _NEXTASGN(elt,list,to,next) { char **_alias = (char**)&((list)->next); *_alias=(char*)(to);… argument
93 #define _NEXT(elt,list,next) ((elt)->next) argument
94 #define _NEXTASGN(elt,list,to,next) ((elt)->next)=(to) argument
108 #define LL_SORT2(list, cmp, next) \ argument
171 #define DL_SORT2(list, cmp, prev, next) \ argument
233 #define CDL_SORT2(list, cmp, prev, next) \ argument
312 #define LL_PREPEND2(head,add,next) \ argument
321 #define LL_CONCAT2(head1,head2,next) \ argument
336 #define LL_APPEND2(head,add,next) \ argument
[all …]
/freebsd/contrib/tcpdump/
H A Dcpack.c59 const uint8_t *next; in nd_cpack_align_and_reserve() local
98 const uint8_t *next; in nd_cpack_uint64() local
114 const uint8_t *next; in nd_cpack_int64() local
130 const uint8_t *next; in nd_cpack_uint32() local
146 const uint8_t *next; in nd_cpack_int32() local
162 const uint8_t *next; in nd_cpack_uint16() local
178 const uint8_t *next; in nd_cpack_int16() local
/freebsd/sys/kern/
H A Dsubr_module.c70 int next; in preload_search_by_name() local
101 int next; in preload_search_by_type() local
137 int next; in preload_search_next_name() local
179 int next; in preload_search_info() local
225 int next; in preload_delete_name() local
296 int next; in preload_bootstrap_relocate() local
/freebsd/libexec/revnetgroup/
H A Dhash.h38 struct grouplist *next; member
46 struct member_entry *next; member
53 struct group_entry *next; member
/freebsd/sys/contrib/ck/include/
H A Dck_hp_fifo.h49 struct ck_hp_fifo_entry *next; 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.h41 struct ck_fifo_spsc_entry *next; member
213 struct ck_fifo_mpmc_pointer next; 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/usr.bin/find/
H A Doperator.c72 PLAN *next; /* temp node holding subexpression results */ in yankexpr() local
161 PLAN *next; /* next node being processed */ in not_squish() local
224 PLAN *next; /* next node being processed */ in or_squish() local
/freebsd/sys/netpfil/ipfw/test/
H A Dmylist.h10 struct list_head *prev, *next; member
17 struct list_head *next) in __list_add()
35 __list_del(struct list_head *prev, struct list_head *next) in __list_del()
/freebsd/crypto/openssl/crypto/evp/
H A Dbio_md.c77 BIO *next; in md_read() local
105 BIO *next; in md_write() local
137 BIO *dbio, *next; in md_ctrl() local
198 BIO *next; in md_callback_ctrl() local
H A Dbio_b64.c113 BIO *next; in b64_read() local
332 BIO *next; in b64_write() local
451 BIO *next; in b64_ctrl() local
535 BIO *next = BIO_next(b); in b64_callback_ctrl() local
H A Dbio_enc.c110 BIO *next; in enc_read() local
238 BIO *next; in enc_write() local
301 BIO *next; in enc_ctrl() local
398 BIO *next = BIO_next(b); in enc_callback_ctrl() local
/freebsd/usr.bin/bluetooth/btsockstat/
H A Dbtsockstat.c218 ng_btsocket_hci_raw_pcb_p this = NULL, next = NULL; in hcirawpr() local
273 ng_btsocket_l2cap_raw_pcb_p this = NULL, next = NULL; in l2caprawpr() local
329 ng_btsocket_l2cap_pcb_p this = NULL, next = NULL; in l2cappr() local
384 ng_btsocket_l2cap_rtentry_p this = NULL, next = NULL; in l2caprtpr() local
434 ng_btsocket_rfcomm_pcb_p this = NULL, next = NULL; in rfcommpr() local
499 ng_btsocket_rfcomm_session_p this = NULL, next = NULL; in rfcommpr_s() local
/freebsd/contrib/ofed/libmlx5/
H A Dsrq.c51 struct mlx5_wqe_srq_next_seg *next; in mlx5_copy_to_recv_srq() local
75 struct mlx5_wqe_srq_next_seg *next; in mlx5_free_srq_wqe() local
91 struct mlx5_wqe_srq_next_seg *next; in mlx5_post_srq_recv() local
151 struct mlx5_wqe_srq_next_seg *next; in mlx5_alloc_srq_buf() local
/freebsd/contrib/googletest/googletest/samples/
H A Dsample3-inl.h54 QueueNode* next() { return next_; } in next() function
55 const QueueNode* next() const { return next_; } in next() function
85 QueueNode<E>* next = node->next(); in Clear() local
/freebsd/libexec/talkd/
H A Dtable.c64 TABLE_ENTRY *next; member
79 TABLE_ENTRY *ptr, *next; in find_match() local
113 TABLE_ENTRY *ptr, *next; in find_request() local
/freebsd/libexec/mknetid/
H A Dhash.h38 struct grouplist *next; member
45 struct member_entry *next; member
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_taskdeps.h42 kmp_depnode_list *next; in __kmp_depnode_list_free() local
60 kmp_dephash_entry_t *next; in __kmp_dephash_free_entries() local
148 kmp_depnode_list_t *next; in __kmp_release_deps() local
/freebsd/crypto/openssl/test/
H A Dsslcorrupttest.c19 BIO *next = BIO_next(bio); in copy_flags() local
29 BIO *next = BIO_next(bio); in tls_corrupt_read() local
40 BIO *next = BIO_next(bio); in tls_corrupt_write() local
61 BIO *next = BIO_next(bio); in tls_corrupt_ctrl() local
/freebsd/sbin/ipf/iplang/
H A Diplang_l.l28 int lineNum = 0, ipproto = 0, oldipproto = 0, next = -1, laststate = 0; variable
43 int next; member
/freebsd/sys/contrib/zlib/test/
H A Dinfcover.c59 struct mem_item *next; /* pointer to next item in list, or NULL */ member
114 struct mem_item *item, *next; in mem_free() local
203 struct mem_item *item, *next; in mem_done() local
248 unsigned next, val; in h2b() local
449 static unsigned int next = 0; in pull() local
623 code *next, table[ENOUGH_DISTS]; in cover_trees() local
/freebsd/sys/rpc/
H A Drpcb_prot.c118 rpcblist_ptr next; in xdr_rpcblist_ptr() local
202 rpcb_entry_list_ptr next; in xdr_rpcb_entry_list_ptr() local
/freebsd/usr.bin/rpcgen/
H A Drpc_parse.h95 struct enumval_list *next; member
115 struct decl_list *next; member
128 struct case_list *next; member
153 struct proc_list *next; member
161 struct version_list *next; member
192 struct bas_type *next; member
/freebsd/crypto/openssl/crypto/asn1/
H A Dbio_asn1.c159 BIO *next; in asn1_bio_write() local
255 asn1_ps_func *cleanup, asn1_bio_state_t next) in asn1_bio_flush_ex()
297 BIO *next = BIO_next(b); in asn1_bio_read() local
310 BIO *next = BIO_next(b); in asn1_bio_gets() local
318 BIO *next = BIO_next(b); in asn1_bio_callback_ctrl() local
329 BIO *next; in asn1_bio_ctrl() local
/freebsd/sys/dev/hpt27xx/
H A Dlist.h41 struct list_head *next, *prev; member
46 …T_INLINE void __list_add(struct list_head * _new, struct list_head * prev, struct list_head * next) in __list_add()
64 static HPT_INLINE void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
/freebsd/sys/dev/hptnr/
H A Dlist.h40 struct list_head *next, *prev; member
45 …T_INLINE void __list_add(struct list_head * _new, struct list_head * prev, struct list_head * next) in __list_add()
63 static HPT_INLINE void __list_del(struct list_head * prev, struct list_head * next) in __list_del()

12345678910>>...45