Home
last modified time | relevance | path

Searched refs:__offsetof (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/sys/
Dcdefs.h258 #define __alignof(x) __offsetof(struct { char __a; x __b; }, __b)
483 #define __offsetof(type, field) __builtin_offsetof(type, field) macro
486 #define __offsetof(type, field) \ macro
489 #define __offsetof(type, field) \ macro
496 (__offsetof(type, end) - __offsetof(type, start))
507 __DEQUALIFY(s *, (const volatile char *)__x - __offsetof(s, m));\
511 __DEQUALIFY(s *, (const volatile char *)(x) - __offsetof(s, m))
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c291 addr += __offsetof(struct xhci_hw_root, hwr_commands[0]); in xhci_reset_command_queue_locked()
364 addr += __offsetof(struct xhci_dev_ctx_addr, qwSpBufPtr[0]); in xhci_start_controller()
395 addr += __offsetof(struct xhci_hw_root, hwr_events[0]); in xhci_start_controller()
426 addr += __offsetof(struct xhci_hw_root, hwr_commands[0]); in xhci_start_controller()
1113 addr += __offsetof(struct xhci_hw_root, hwr_events[i]); in xhci_interrupt_poll()
1177 addr += __offsetof(struct xhci_hw_root, hwr_commands[i]); in xhci_do_command()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_queue.h295 ((char *)((head)->stqh_last) - __offsetof(struct type, field))))