HomeSort by relevance Sort by last modified time
    Searched refs:list_object (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/os/
list.c 39 #define list_object(a, node) ((void *)(((char *)node) - (a)->list_offset)) macro
140 return (list_object(list, head));
150 return (list_object(list, tail));
158 return (list_object(list, list->list_head.list_next));
166 return (list_object(list, list->list_head.list_prev));
175 return (list_object(list, node->list_next));
186 return (list_object(list, node->list_prev));
  /onnv/onnv-gate/usr/src/lib/smbsrv/libsmb/common/
smb_list.c 40 #define list_object(a, node) ((void *)(((char *)node) - (a)->list_offset)) macro
128 return (list_object(list, list->list_head.list_next));
136 return (list_object(list, list->list_head.list_prev));
145 return (list_object(list, node->list_next));
156 return (list_object(list, node->list_prev));
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
vfs.c 557 #define list_object(a, node) ((void *)(((char *)node) - (a)->list_offset)) macro
592 pobj = list_object(&sctp->sctp_saddrs[i].sctp_ipif_list,
629 pobj = list_object(&sctp->sctp_saddrs[i].
692 pobj = list_object(&sctp->sctp_saddrs[i].
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/ip/
ip.c 3017 #define list_object macro
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/sctp/
sctp.c 70 #define list_object(a, node) ((void *)(((char *)node) - (a)->list_offset)) macro
    [all...]

Completed in 2610 milliseconds