Searched refs:list_object (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/common/list/ |
H A D | list.c | 45 #define list_object(a, node) ((void *)(((char *)node) - (a)->list_offset)) macro 146 return (list_object(list, head)); in list_remove_head() 156 return (list_object(list, tail)); in list_remove_tail() 164 return (list_object(list, list->list_head.list_next)); in list_head() 172 return (list_object(list, list->list_head.list_prev)); in list_tail() 181 return (list_object(list, node->list_next)); in list_next() 192 return (list_object(list, node->list_prev)); in list_prev()
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | vfs.c | 556 #define list_object(a, node) ((void *)(((char *)node) - (a)->list_offset)) macro 591 pobj = list_object(&sctp->sctp_saddrs[i].sctp_ipif_list, in sctp_getsockaddr() 628 pobj = list_object(&sctp->sctp_saddrs[i]. in sctp_getsockaddr() 691 pobj = list_object(&sctp->sctp_saddrs[i]. in sctp_getsockaddr()
|
/titanic_41/usr/src/uts/common/io/arn/ |
H A D | arn_core.h | 72 #define list_object(a, node) ((void *)(((char *)node) - (a)->list_offset)) macro 80 temp = list_object((list_t), ((list_d2l(list_t, object))->list_next));\ 83 temp = list_object((list_t), (list_d2l(list_t, temp))->list_next))
|
H A D | arn_recv.c | 478 tbf = list_object(&sc->sc_rxbuf_list, in arn_rx_handler()
|
H A D | arn_xmit.c | 747 bf->bf_lastbf = list_object(&bf_q, bf->bf_node.list_prev); in arn_tx_sched_aggr() 1129 txq->axq_linkbuf = list_object(list, txq->axq_q.prev); in arn_tx_txqaddbuf()
|
/titanic_41/usr/src/cmd/mdb/common/modules/ip/ |
H A D | ip.c | 3260 #define list_object(a, node) ((void *)(((char *)node) - (a)->list_offset)) macro 3305 entry = list_object(&head, head.list_head.list_next); in ilb_nat_src_walk_init() 3359 wsp->walk_addr = (uintptr_t)list_object(&head, in ilb_nat_src_walk_step() 3376 next_entry = list_object(&head, in ilb_nat_src_walk_step() 3547 st = list_object(&head, head.list_head.list_next); in ilb_sticky_walk_init() 3600 wsp->walk_addr = (uintptr_t)list_object(&head, in ilb_sticky_walk_step() 3618 st_next = list_object(&head, in ilb_sticky_walk_step()
|
/titanic_41/usr/src/cmd/mdb/common/modules/sctp/ |
H A D | sctp.c | 69 #define list_object(a, node) ((void *)(((char *)node) - (a)->list_offset)) macro 1276 wsp->walk_addr = (uintptr_t)list_object(addr_list, in sctp_walk_saddr_init() 1327 wsp->walk_addr = (uintptr_t)list_object( in sctp_walk_saddr_step()
|