Home
last modified time | relevance | path

Searched defs:head (Results 1 – 25 of 434) sorted by relevance

12345678910>>...18

/titanic_53/usr/src/uts/common/sys/
H A Dqueue.h101 #define LIST_HEAD_INITIALIZER(head) \ argument
114 #define QUEUEDEBUG_LIST_INSERT_HEAD(head, elm, field) \ argument
134 #define LIST_INIT(head) do { \ argument
158 #define LIST_INSERT_HEAD(head, elm, field) do { \ argument
177 #define LIST_FOREACH(var, head, field) \ argument
185 #define LIST_EMPTY(head) ((head)->lh_first == NULL) argument
186 #define LIST_FIRST(head) ((head)->lh_first) argument
198 #define SLIST_HEAD_INITIALIZER(head) \ argument
209 #define SLIST_INIT(head) do { \ argument
220 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
[all …]
/titanic_53/usr/src/boot/sys/sys/
H A Dqueue.h125 #define QMD_TRACE_HEAD(head) do { \ argument
141 #define QMD_TRACE_HEAD(head) argument
170 #define SLIST_HEAD_INITIALIZER(head) \ argument
186 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) argument
188 #define SLIST_FIRST(head) ((head)->slh_first) argument
190 #define SLIST_FOREACH(var, head, field) \ argument
195 #define SLIST_FOREACH_FROM(var, head, field) \ argument
200 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ argument
205 #define SLIST_FOREACH_FROM_SAFE(var, head, field, tvar) \ argument
210 #define SLIST_FOREACH_PREVPTR(var, varp, head, field) \ argument
[all …]
/titanic_53/usr/src/cmd/sendmail/db/include/
H A Dqueue.h91 #define LIST_FIRST(head) ((head)->lh_first) argument
93 #define LIST_END(head) NULL argument
98 #define LIST_INIT(head) { \ argument
117 #define LIST_INSERT_HEAD(head, elm, field) do { \ argument
146 #define TAILQ_FIRST(head) ((head)->tqh_first) argument
148 #define TAILQ_END(head) NULL argument
153 #define TAILQ_INIT(head) do { \ argument
158 #define TAILQ_INSERT_HEAD(head, elm, field) do { \ argument
168 #define TAILQ_INSERT_TAIL(head, elm, field) do { \ argument
175 #define TAILQ_INSERT_AFTER(head, listelm, elm, field) do { \ argument
[all …]
H A Dshqueue.h55 #define SH_LIST_FIRSTP(head, type) \ argument
58 #define SH_LIST_FIRST(head, type) \ argument
75 #define SH_LIST_END(head) NULL argument
85 #define SH_LIST_INIT(head) (head)->slh_first = -1 argument
99 #define SH_LIST_INSERT_HEAD(head, elm, field, type) do { \ argument
138 #define SH_TAILQ_FIRSTP(head, type) \ argument
141 #define SH_TAILQ_FIRST(head, type) \ argument
153 #define SH_TAILQ_LAST(head) \ argument
159 #define SH_TAILQ_END(head) NULL argument
161 #define SH_TAILQ_INIT(head) { \ argument
[all …]
/titanic_53/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_llist.c64 dapl_llist_init_head(DAPL_LLIST_HEAD *head) in dapl_llist_init_head()
89 dapl_llist_is_empty(DAPL_LLIST_HEAD *head) in dapl_llist_is_empty()
100 dapl_llist_add_head(DAPL_LLIST_HEAD *head, in dapl_llist_add_head()
129 dapl_llist_add_tail(DAPL_LLIST_HEAD *head, in dapl_llist_add_tail()
158 dapl_llist_add_entry(DAPL_LLIST_HEAD * head, in dapl_llist_add_entry()
189 dapl_llist_remove_head(DAPL_LLIST_HEAD *head) in dapl_llist_remove_head()
216 dapl_llist_remove_tail(DAPL_LLIST_HEAD *head) in dapl_llist_remove_tail()
243 dapl_llist_remove_entry(DAPL_LLIST_HEAD *head, DAPL_LLIST_ENTRY *entry) in dapl_llist_remove_entry()
296 dapl_llist_peek_head(DAPL_LLIST_HEAD *head) in dapl_llist_peek_head()
314 dapl_llist_next_entry(IN DAPL_LLIST_HEAD *head, in dapl_llist_next_entry()
[all …]
/titanic_53/usr/src/cmd/sendmail/include/sm/
H A Dtailq.h65 #define SM_TAILQ_HEAD_INITIALIZER(head) \ argument
77 #define SM_TAILQ_FIRST(head) ((head)->tqh_first) argument
78 #define SM_TAILQ_END(head) NULL argument
80 #define SM_TAILQ_LAST(head, headname) \ argument
85 #define SM_TAILQ_EMPTY(head) \ argument
88 #define SM_TAILQ_FOREACH(var, head, field) \ argument
93 #define SM_TAILQ_FOREACH_REVERSE(var, head, headname, field) \ argument
101 #define SM_TAILQ_INIT(head) do { \ argument
106 #define SM_TAILQ_INSERT_HEAD(head, elm, field) do { \ argument
116 #define SM_TAILQ_INSERT_TAIL(head, elm, field) do { \ argument
[all …]
/titanic_53/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-queue.h99 #define LIST_INIT(head) { \ argument
111 #define LIST_INSERT_HEAD(head, elm, field) { \ argument
143 #define TAILQ_INIT(head) { \ argument
148 #define TAILQ_INSERT_HEAD(head, elm, field) { \ argument
158 #define TAILQ_INSERT_TAIL(head, elm, field) { \ argument
165 #define TAILQ_INSERT_AFTER(head, listelm, elm, field) { \ argument
175 #define TAILQ_REMOVE(head, elm, field) { \ argument
202 #define CIRCLEQ_INIT(head) { \ argument
207 #define CIRCLEQ_INSERT_AFTER(head, listelm, elm, field) { \ argument
217 #define CIRCLEQ_INSERT_BEFORE(head, listelm, elm, field) { \ argument
[all …]
/titanic_53/usr/src/lib/libsmbfs/smb/
H A Dqueue.h68 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) argument
70 #define SLIST_FIRST(head) ((head)->slh_first) argument
72 #define SLIST_FOREACH(var, head, field) \ argument
77 #define SLIST_INIT(head) do { \ argument
86 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
93 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
106 #define SLIST_REMOVE_HEAD(head, field) do { \ argument
/titanic_53/usr/src/cmd/syslogd/
H A Dlist.c36 ll_init(llh_t *head) in ll_init()
42 ll_enqueue(llh_t *head, ll_t *data) in ll_enqueue()
54 ll_mapf(llh_t *head, void (*func)(void *)) in ll_mapf()
66 ll_peek(llh_t *head) in ll_peek()
71 ll_dequeue(llh_t *head) in ll_dequeue()
104 ll_check(llh_t *head) in ll_check()
/titanic_53/usr/src/uts/common/io/mega_sas/
H A Dlist.h99 static void mlist_add(struct mlist_head *new, struct mlist_head *head) in mlist_add()
113 static void mlist_add_tail(struct mlist_head *new, struct mlist_head *head) in mlist_add_tail()
165 static int mlist_empty(struct mlist_head *head) in mlist_empty()
176 static void mlist_splice(struct mlist_head *list, struct mlist_head *head) in mlist_splice()
216 #define mlist_for_each(pos, head) \ argument
227 #define mlist_for_each_safe(pos, n, head) \ argument
/titanic_53/usr/src/uts/common/io/mr_sas/
H A Dmr_sas_list.c44 mlist_add(struct mlist_head *new, struct mlist_head *head) in mlist_add()
58 mlist_add_tail(struct mlist_head *new, struct mlist_head *head) in mlist_add_tail()
93 mlist_empty(struct mlist_head *head) in mlist_empty()
104 mlist_splice(struct mlist_head *list, struct mlist_head *head) in mlist_splice()
H A Dmr_sas_list.h90 #define mlist_for_each(pos, head) \ argument
101 #define mlist_for_each_safe(pos, n, head) \ argument
/titanic_53/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Derror_map.h34 static inline int gsserrmap_init (struct gsserrmap__head *head) in gsserrmap_init()
39 static inline void gsserrmap_destroy (struct gsserrmap__head *head) in gsserrmap_destroy()
56 gsserrmap__find_node (struct gsserrmap__head *head, OM_uint32 key) in gsserrmap__find_node()
66 gsserrmap_find (struct gsserrmap__head *head, OM_uint32 key) in gsserrmap_find()
86 gsserrmap_replace_or_insert (struct gsserrmap__head *head, in gsserrmap_replace_or_insert()
/titanic_53/usr/src/stand/lib/tcp/
H A Dtcp_sack.c56 tcp_sack_insert(sack_blk_t *head, tcp_seq begin, tcp_seq end, int32_t *num) in tcp_sack_insert()
139 tcp_sack_remove(sack_blk_t *head, tcp_seq end, int32_t *num) in tcp_sack_remove()
198 tcp_notsack_insert(notsack_blk_t **head, tcp_seq begin, tcp_seq end, in tcp_notsack_insert()
342 tcp_notsack_remove(notsack_blk_t **head, tcp_seq end, int32_t *num, in tcp_notsack_remove()
398 void tcp_notsack_update(notsack_blk_t **head, tcp_seq begin, tcp_seq end, in tcp_notsack_update()
/titanic_53/usr/src/uts/common/inet/tcp/
H A Dtcp_sack.c50 tcp_sack_insert(sack_blk_t *head, tcp_seq begin, tcp_seq end, int32_t *num) in tcp_sack_insert()
133 tcp_sack_remove(sack_blk_t *head, tcp_seq end, int32_t *num) in tcp_sack_remove()
192 tcp_notsack_insert(notsack_blk_t **head, tcp_seq begin, tcp_seq end, in tcp_notsack_insert()
337 tcp_notsack_remove(notsack_blk_t **head, tcp_seq end, int32_t *num, in tcp_notsack_remove()
391 void tcp_notsack_update(notsack_blk_t **head, tcp_seq begin, tcp_seq end, in tcp_notsack_update()
/titanic_53/usr/src/lib/efcode/engine/
H A Dresource.c37 find_resource(fc_resource_t **head, void *ptr, int (cmp)(void *, void *)) in find_resource()
68 add_resource(fc_resource_t **head, void *ptr, int (cmp)(void *, void *)) in add_resource()
85 free_resource(fc_resource_t **head, void *ptr, int (cmp)(void *, void *)) in free_resource()
108 fc_resource_t **head; in dump_resources() local
/titanic_53/usr/src/uts/sun4/io/efcode/
H A Dfc_subr.c449 fc_phandle_table_alloc(struct fc_phandle_entry **head) in fc_phandle_table_alloc()
454 fc_phandle_table_free(struct fc_phandle_entry **head) in fc_phandle_table_free()
469 fc_phandle_to_dip(struct fc_phandle_entry **head, fc_phandle_t handle) in fc_phandle_to_dip()
485 fc_dip_to_phandle(struct fc_phandle_entry **head, dev_info_t *dip) in fc_dip_to_phandle()
529 fc_add_dip_to_phandle(struct fc_phandle_entry **head, dev_info_t *dip, in fc_add_dip_to_phandle()
582 struct fc_device_tree **head = fc_handle_to_dtree_head(rp); in fc_handle_to_dtree() local
592 fc_create_device_tree(dev_info_t *ap, struct fc_device_tree **head) in fc_create_device_tree()
632 fc_remove_device_tree(struct fc_device_tree **head) in fc_remove_device_tree()
642 fc_remove_device_tree(struct fc_device_tree **head) in fc_remove_device_tree()
706 fc_remove_child(dev_info_t *child, struct fc_device_tree *head) in fc_remove_child()
/titanic_53/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/
H A Dmpool.c120 struct _hqh *head; local
156 struct _hqh *head; local
188 struct _hqh *head; local
353 struct _hqh *head; local
449 struct _hqh *head; local
/titanic_53/usr/src/stand/lib/fs/common/
H A Dcache.c70 typedef struct head { /* Generic cache header: */ struct
79 } head_t; argument
/titanic_53/usr/src/lib/libc/amd64/unwind/
H A Dthrp_unwind.c53 __cleanup_t *head; in posix_stop_func() local
91 __cleanup_t *head; in _thrp_unwind() local
/titanic_53/usr/src/lib/libc/port/aio/
H A Dposix_aio.c106 _lio_listio_cleanup(aio_lio_t *head) in _lio_listio_cleanup()
127 aio_lio_t *head = NULL; in lio_listio() local
320 _lio_list_decr(aio_lio_t *head) in _lio_list_decr()
730 aio_lio_t *head; in _lio_remove() local
749 __aio_fsync_bar(aiocb_t *aiocbp, aio_lio_t *head, aio_worker_t *aiowp, in __aio_fsync_bar()
775 aio_lio_t *head; in aio_fsync() local
1324 aio_lio_t *head = NULL; in lio_listio64() local
1607 __aio_fsync_bar64(aiocb64_t *aiocbp, aio_lio_t *head, aio_worker_t *aiowp, in __aio_fsync_bar64()
1633 aio_lio_t *head; in aio_fsync64() local
/titanic_53/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.c115 rn_search(void *v_arg, struct radix_node *head) in rn_search()
130 rn_search_m(void *v_arg, struct radix_node *head, void *m_arg) in rn_search_m()
169 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) in rn_lookup()
218 rn_match(void *v_arg, struct radix_node_head *head) in rn_match()
358 rn_insert(void* v_arg, struct radix_node_head *head, boolean_t *dupentry, in rn_insert()
544 rn_addroute(void *v_arg, void *n_arg, struct radix_node_head *head, in rn_addroute()
709 rn_delete(void *v_arg, void *netmask_arg, struct radix_node_head *head) in rn_delete()
954 rn_inithead(void **head, uint_t off) in rn_inithead()
/titanic_53/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_queue.c335 iscsi_dequeue_cmd(iscsi_cmd_t **head, iscsi_cmd_t **tail, iscsi_cmd_t *icmdp) in iscsi_dequeue_cmd()
397 iscsi_enqueue_cmd_head(iscsi_cmd_t **head, iscsi_cmd_t **tail, in iscsi_enqueue_cmd_head()
424 iscsi_enqueue_cmd_tail(iscsi_cmd_t **head, iscsi_cmd_t **tail, in iscsi_enqueue_cmd_tail()
/titanic_53/usr/src/common/net/patricia/
H A Dradix.c176 rn_search(v_arg, head) in rn_search() argument
196 rn_search_m(v_arg, head, m_arg) in rn_search_m() argument
247 rn_lookup(v_arg, m_arg, head) in rn_lookup() argument
304 rn_match(v_arg, head) in rn_match() argument
312 rn_match_args(v_arg, head, rn_leaf_fn, rn_leaf_arg) in rn_match_args() argument
482 rn_insert(v_arg, head, dupentry, nodes) in rn_insert() argument
688 rn_addroute(v_arg, n_arg, head, treenodes) in rn_addroute() argument
884 rn_delete(v_arg, netmask_arg, head) in rn_delete() argument
1188 rn_inithead(head, off) in rn_inithead() argument
/titanic_53/usr/src/cmd/sgs/include/
H A Dlist.h51 Listnode *head; /* the first element */ member
66 Elf32_Addr head; /* the first element */ member

12345678910>>...18