/titanic_41/usr/src/uts/common/sys/ |
H A D | queue.h | 101 #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_41/usr/src/cmd/ssh/include/ |
H A D | sys-queue.h | 185 #define SLIST_HEAD_INITIALIZER(head) \ argument 196 #define SLIST_FIRST(head) ((head)->slh_first) argument 197 #define SLIST_END(head) NULL argument 198 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) argument 201 #define SLIST_FOREACH(var, head, field) \ argument 209 #define SLIST_INIT(head) { \ argument 218 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument 223 #define SLIST_REMOVE_HEAD(head, field) do { \ argument 227 #define SLIST_REMOVE(head, elm, type, field) do { \ argument 248 #define LIST_HEAD_INITIALIZER(head) \ argument [all …]
|
H A D | sys-tree.h | 81 #define SPLAY_ROOT(head) (head)->sph_root argument 82 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) argument 85 #define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \ argument 91 #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ argument 97 #define SPLAY_LINKLEFT(head, tmp, field) do { \ argument 103 #define SPLAY_LINKRIGHT(head, tmp, field) do { \ argument 109 #define SPLAY_ASSEMBLE(head, node, left, right, field) do { \ argument 289 #define SPLAY_FOREACH(x, name, head) \ argument 321 #define RB_ROOT(head) (head)->rbh_root argument 322 #define RB_EMPTY(head) (RB_ROOT(head) == NULL) argument [all …]
|
/titanic_41/usr/src/uts/common/io/drm/ |
H A D | queue.h | 116 #define QMD_TRACE_HEAD(head) do { \ argument 132 #define QMD_TRACE_HEAD(head) argument 145 #define SLIST_HEAD_INITIALIZER(head) \ argument 156 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) argument 158 #define SLIST_FIRST(head) ((head)->slh_first) argument 160 #define SLIST_FOREACH(var, head, field) \ argument 165 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ argument 170 #define SLIST_FOREACH_PREVPTR(var, varp, head, field) \ argument 175 #define SLIST_INIT(head) do { \ argument 184 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument [all …]
|
H A D | drm_linux_list.h | 51 #define INIT_LIST_HEAD(head) { \ argument 57 #define list_add(entry, head, con_ptr) { \ argument 65 #define list_add_tail(entry, head, con_ptr) { \ argument 79 #define list_for_each(entry, head) \ argument 82 #define list_for_each_safe(entry, temp, head) \ argument 92 #define list_move_tail(entry, head, con_ptr) { \ argument 97 #define list_empty(head) ((head)->next == head) argument
|
H A D | drm_gem.c | 78 idr_list_init(struct idr_list *head) in idr_list_init() 91 idr_list_get_new_above(struct idr_list *head, in idr_list_get_new_above() 107 idr_list_find(struct idr_list *head, in idr_list_find() 122 idr_list_remove(struct idr_list *head, in idr_list_remove() 140 idr_list_free(struct idr_list *head) in idr_list_free() 155 idr_list_empty(struct idr_list *head) in idr_list_empty()
|
/titanic_41/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_llist.c | 64 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_41/usr/src/cmd/sendmail/db/include/ |
H A D | queue.h | 91 #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 D | shqueue.h | 55 #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_41/usr/src/cmd/sendmail/include/sm/ |
H A D | tailq.h | 65 #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_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/ |
H A D | db-queue.h | 99 #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_41/usr/src/lib/libsmbfs/smb/ |
H A D | queue.h | 68 #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_41/usr/src/cmd/syslogd/ |
H A D | list.c | 36 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_41/usr/src/uts/common/io/mega_sas/ |
H A D | list.h | 99 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_41/usr/src/uts/common/io/mr_sas/ |
H A D | mr_sas_list.c | 44 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()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | error_map.h | 34 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_41/usr/src/stand/lib/tcp/ |
H A D | tcp_sack.c | 56 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_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_sack.c | 50 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_41/usr/src/lib/efcode/engine/ |
H A D | resource.c | 37 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_41/usr/src/uts/sun4/io/efcode/ |
H A D | fc_subr.c | 449 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_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/ |
H A D | mpool.c | 120 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_41/usr/src/stand/lib/fs/common/ |
H A D | cache.c | 70 typedef struct head { /* Generic cache header: */ struct 79 } head_t; argument
|
/titanic_41/usr/src/lib/libc/amd64/unwind/ |
H A D | thrp_unwind.c | 53 __cleanup_t *head; in posix_stop_func() local 91 __cleanup_t *head; in _thrp_unwind() local
|
/titanic_41/usr/src/lib/libc/port/aio/ |
H A D | posix_aio.c | 106 _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_41/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_queue.c | 335 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()
|