Searched refs:CONTAINING_RECORD (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/sys/compat/ndis/
H A Dsubr_usbd.c825 nx = CONTAINING_RECORD(ne->ne_active.nle_flink, struct ndisusb_xfer,
894 nx = CONTAINING_RECORD(ne->ne_pending.nle_flink,
978 nx = CONTAINING_RECORD(ne->ne_pending.nle_flink,
1121 nd = CONTAINING_RECORD(l, struct ndisusb_xferdone, nd_donelist);
1216 nt = CONTAINING_RECORD(l, struct ndisusb_task, nt_tasklist);
H A Dsubr_ntoskrnl.c419 e = CONTAINING_RECORD(l, callout_entry, ce_list);
1262 iobj = CONTAINING_RECORD(l, kinterrupt, ki_list);
1527 w = CONTAINING_RECORD(e, wait_block, wb_waitlist);
2761 iw = CONTAINING_RECORD(l,
2898 cur = CONTAINING_RECORD(l, io_workitem, iw_listentry);
2983 cur = CONTAINING_RECORD(l, io_workitem, iw_listentry);
3356 w = CONTAINING_RECORD(dh->dh_waitlisthead.nle_flink,
3744 e = CONTAINING_RECORD(l, callout_entry, ce_list);
3861 d = CONTAINING_RECORD(l, kdpc, k_dpclistentry);
3914 d = CONTAINING_RECORD(
[all...]
H A Dsubr_ndis.c780 pe = CONTAINING_RECORD(e, ndis_parmlist_entry, np_list);
1583 sh = CONTAINING_RECORD(l, struct ndis_shmem, ndis_list);
H A Dkern_ndis.c486 p = CONTAINING_RECORD(l, ndis_packet, np_list);
H A Dntoskrnl_var.h291 #define CONTAINING_RECORD(addr, type, field) \ macro
/freebsd-11.0-release/sys/dev/hyperv/include/
H A Dhyperv.h572 #ifndef CONTAINING_RECORD
573 #define CONTAINING_RECORD(address, type, field) ((type *)( \ macro
576 #endif /* CONTAINING_RECORD */
/freebsd-11.0-release/sys/dev/if_ndis/
H A Dif_ndis.c1286 p = CONTAINING_RECORD(l, ndis_packet, np_list);

Completed in 57 milliseconds