offsetof         2918 arch/i386/i386/machdep.c 	if (offsetof(struct user, u_pcb.pcb_savefpu) & 0xf)
offsetof          289 arch/i386/i386/trap.c 			    offsetof(struct trapframe, tf_eip));
offsetof          294 arch/i386/i386/trap.c 			    offsetof(struct trapframe, tf_ds));
offsetof          299 arch/i386/i386/trap.c 			    offsetof(struct trapframe, tf_es));
offsetof          306 arch/i386/i386/trap.c 				    offsetof(struct trapframe, tf_fs));
offsetof          311 arch/i386/i386/trap.c 				    offsetof(struct trapframe, tf_gs));
offsetof         1580 dev/ic/aac.c   					 offsetof(struct aac_common, ac_fibs);
offsetof         1586 dev/ic/aac.c   				  offsetof(struct aac_common, ac_printf);
offsetof         1618 dev/ic/aac.c   	qoffset = offsetof(struct aac_common, ac_qbuf) + AAC_QUEUE_ALIGN;
offsetof         1692 dev/ic/aac.c   			     offsetof(struct aac_common, ac_init), 0, 0, 0,
offsetof         1839 dev/ic/aac.c   					 offsetof(struct aac_common,
offsetof          104 dev/ic/acxvar.h 	    (mb)->tb_fwdesc_ofs + offsetof(struct acx_fw_txdesc, field), (val))
offsetof          107 dev/ic/acxvar.h 	    (mb)->tb_fwdesc_ofs + offsetof(struct acx_fw_txdesc, field), (val))
offsetof          110 dev/ic/acxvar.h 	    (mb)->tb_fwdesc_ofs + offsetof(struct acx_fw_txdesc, field), (val))
offsetof          114 dev/ic/acxvar.h 	    (mb)->tb_fwdesc_ofs + offsetof(struct acx_fw_txdesc, field))
offsetof          730 dev/ic/adv.c   		ADV_CCB_OFF(ccb) + offsetof(struct adv_ccb, scsi_sense);
offsetof           85 dev/ic/adv.h   #define	ADV_CCB_OFF(c)	(offsetof(struct adv_control, ccbs[0]) +	\
offsetof          816 dev/ic/adw.c   			ADW_CCB_OFF(ccb) + offsetof(struct adw_ccb, scsi_sense);
offsetof          900 dev/ic/adw.c   	    offsetof(struct adw_ccb, sg_block[0]);
offsetof          107 dev/ic/adw.h   #define	ADW_CCB_OFF(c)	(offsetof(struct adw_control, ccbs[0]) +	\
offsetof         1756 dev/ic/adwlib.c 		ADW_CCB_OFF(ccb) + offsetof(struct adw_ccb, scsiq);
offsetof          749 dev/ic/aic6915.h #define	SF_CDOFF(x)		offsetof(struct sf_control_data, x)
offsetof         6505 dev/ic/aic79xx.c 		ahd_outb(ahd, LUNPTR, offsetof(struct hardware_scb,
offsetof         6508 dev/ic/aic79xx.c 		ahd_outb(ahd, LUNPTR, offsetof(struct hardware_scb, lun));
offsetof         6510 dev/ic/aic79xx.c 	ahd_outb(ahd, CMDLENPTR, offsetof(struct hardware_scb, cdb_len));
offsetof         6511 dev/ic/aic79xx.c 	ahd_outb(ahd, ATTRPTR, offsetof(struct hardware_scb, task_attribute));
offsetof         6512 dev/ic/aic79xx.c 	ahd_outb(ahd, FLAGPTR, offsetof(struct hardware_scb, task_management));
offsetof         6513 dev/ic/aic79xx.c 	ahd_outb(ahd, CMDPTR, offsetof(struct hardware_scb,
offsetof         6516 dev/ic/aic79xx.c 		 offsetof(struct hardware_scb, next_hscb_busaddr));
offsetof         6518 dev/ic/aic79xx.c 	ahd_outb(ahd, ABRTBYTEPTR, offsetof(struct hardware_scb, control));
offsetof         6528 dev/ic/aic79xx.c 		 AUSCBPTR_EN | offsetof(struct hardware_scb, tag));
offsetof         9317 dev/ic/aic79xx.c 	maxaddr = offsetof(struct vpd_config, vpd_checksum);
offsetof         9319 dev/ic/aic79xx.c 	for (i = offsetof(struct vpd_config, resource_type); i < maxaddr; i++)
offsetof         9326 dev/ic/aic79xx.c 	maxaddr = offsetof(struct vpd_config, checksum);
offsetof         9327 dev/ic/aic79xx.c 	for (i = offsetof(struct vpd_config, default_target_flags);
offsetof          109 dev/ic/aic79xx_openbsd.h #ifndef offsetof
offsetof          416 dev/ic/aic7xxx_inline.h 			      + offsetof(struct hardware_scb, cdb32));
offsetof          100 dev/ic/aic7xxx_openbsd.h #ifndef offsetof
offsetof         3734 dev/ic/atw.c   		M_PREPEND(m0, offsetof(struct atw_frame, atw_ihdr), M_DONTWAIT);
offsetof           95 dev/ic/atwvar.h #define	ATW_CDOFF(x)		offsetof(struct atw_control_data, x)
offsetof         1257 dev/ic/bha.c   	    offsetof(struct bha_control, bc_mbx), mailbox.cmd.addr);
offsetof         1485 dev/ic/bha.c   		    BHA_CCB_OFF(ccb) + offsetof(struct bha_ccb, scat_gath),
offsetof         1502 dev/ic/bha.c   	    BHA_CCB_OFF(ccb) + offsetof(struct bha_ccb, scsi_sense),
offsetof          104 dev/ic/bhavar.h #define	BHA_MBI_OFF(m)	(offsetof(struct bha_control, bc_mbx.mbi[0]) +	\
offsetof          110 dev/ic/bhavar.h #define	BHA_MBO_OFF(m)	(offsetof(struct bha_control, bc_mbx.mbo[0]) +	\
offsetof          116 dev/ic/bhavar.h #define	BHA_CCB_OFF(c)	(offsetof(struct bha_control, bc_ccbs[0]) +	\
offsetof          209 dev/ic/ciss.c  		    offsetof(struct ciss_config, amethod)) & CISS_METH_READY)
offsetof          212 dev/ic/ciss.c  		    offsetof(struct ciss_config, amethod), 4,
offsetof          217 dev/ic/ciss.c  	    offsetof(struct ciss_config, amethod)) & CISS_METH_READY)) {
offsetof          271 dev/ic/ciss.c  		ccb->ccb_cmdpa = pa + offsetof(struct ciss_ccb, ccb_cmd);
offsetof          279 dev/ic/ciss.c  		pa += offsetof(struct ciss_ccb, ccb_err);
offsetof          982 dev/ic/ciss.c  	    sc->cfgoff + offsetof(struct ciss_config, heartbeat));
offsetof          944 dev/ic/dc.c    	    offsetof(struct dc_list_data, dc_sbuf));
offsetof          988 dev/ic/dc.c    	    offsetof(struct dc_list_data, dc_sbuf[0]),
offsetof          990 dev/ic/dc.c    	    offsetof(struct dc_list_data, dc_sbuf[0]),
offsetof          996 dev/ic/dc.c    	    offsetof(struct dc_list_data, dc_tx_list[i]),
offsetof         1170 dev/ic/dc.c    	    offsetof(struct dc_list_data, dc_sbuf));
offsetof         1880 dev/ic/dc.c    			    offsetof(struct dc_list_data, dc_tx_list[0]);
offsetof         1883 dev/ic/dc.c    			    offsetof(struct dc_list_data, dc_tx_list[i + 1]);
offsetof         1919 dev/ic/dc.c    			    offsetof(struct dc_list_data, dc_rx_list[0]);
offsetof         1922 dev/ic/dc.c    			    offsetof(struct dc_list_data, dc_rx_list[i + 1]);
offsetof         1998 dev/ic/dc.c    	    offsetof(struct dc_list_data, dc_rx_list[i]),
offsetof         2137 dev/ic/dc.c    		offset = offsetof(struct dc_list_data, dc_rx_list[pos]);
offsetof         2178 dev/ic/dc.c    		offset = offsetof(struct dc_list_data, dc_rx_list[i]);
offsetof         2286 dev/ic/dc.c    		offset = offsetof(struct dc_list_data, dc_tx_list[idx]);
offsetof         2670 dev/ic/dc.c    	    offsetof(struct dc_list_data, dc_tx_list[*txidx]),
offsetof         2912 dev/ic/dc.c    	    offsetof(struct dc_list_data, dc_rx_list[0]));
offsetof         2914 dev/ic/dc.c    	    offsetof(struct dc_list_data, dc_tx_list[0]));
offsetof          126 dev/ic/dpt.c   #ifndef offsetof
offsetof         1127 dev/ic/dpt.c   	    CCB_OFF(sc, ccb) + offsetof(struct dpt_ccb, ccb_sense));
offsetof         1194 dev/ic/dpt.c   			    offsetof(struct dpt_ccb, ccb_sg));
offsetof          387 dev/ic/fxp.c   		sc->txs[i].tx_off = offsetof(struct fxp_ctrl, tx_cb[i]);
offsetof          891 dev/ic/fxp.c   			    offsetof(struct fxp_rfa, rfa_status)) &
offsetof          894 dev/ic/fxp.c   				    offsetof(struct fxp_rfa, rfa_status)) &
offsetof          913 dev/ic/fxp.c   					    offsetof(struct fxp_rfa,
offsetof          922 dev/ic/fxp.c   					    offsetof(struct fxp_rfa,
offsetof         1205 dev/ic/fxp.c   	    offsetof(struct fxp_ctrl, stats));
offsetof         1303 dev/ic/fxp.c   	    offsetof(struct fxp_ctrl, u.cfg));
offsetof         1327 dev/ic/fxp.c   	    offsetof(struct fxp_ctrl, u.ias));
offsetof         1346 dev/ic/fxp.c   		    offsetof(struct fxp_ctrl, tx_cb[(i + 1) & FXP_TXCB_MASK]));
offsetof         1348 dev/ic/fxp.c   		    offsetof(struct fxp_ctrl, tx_cb[i].tbd[0]));
offsetof         1364 dev/ic/fxp.c   	    offsetof(struct fxp_ctrl, tx_cb[0]));
offsetof         1516 dev/ic/fxp.c   	*(u_int16_t *)(rfap + offsetof(struct fxp_rfa, size)) =
offsetof         1524 dev/ic/fxp.c   	*(u_int16_t *)(rfap + offsetof(struct fxp_rfa, rfa_status)) = 0;
offsetof         1525 dev/ic/fxp.c   	*(u_int16_t *)(rfap + offsetof(struct fxp_rfa, rfa_control)) =
offsetof         1527 dev/ic/fxp.c   	*(u_int16_t *)(rfap + offsetof(struct fxp_rfa, actual_size)) = 0;
offsetof         1531 dev/ic/fxp.c   	    (u_int32_t *)(rfap + offsetof(struct fxp_rfa, link_addr)));
offsetof         1533 dev/ic/fxp.c   	    (u_int32_t *)(rfap + offsetof(struct fxp_rfa, rbd_addr)));
offsetof         1547 dev/ic/fxp.c   		    (u_int32_t *)(rfap + offsetof(struct fxp_rfa, link_addr)));
offsetof         1548 dev/ic/fxp.c   		*(u_int16_t *)(rfap + offsetof(struct fxp_rfa, rfa_control)) &=
offsetof         1749 dev/ic/fxp.c   	    offsetof(struct fxp_ctrl, u.mcs));
offsetof         1855 dev/ic/fxp.c   	      + offsetof(struct fxp_ctrl, u.code));
offsetof          174 dev/ic/fxpvar.h 	offsetof(struct fxp_ctrl, u.mcs), sizeof(struct fxp_cb_mcs), (p))
offsetof          178 dev/ic/fxpvar.h 	offsetof(struct fxp_ctrl, u.ias), sizeof(struct fxp_cb_ias), (p))
offsetof          182 dev/ic/fxpvar.h 	offsetof(struct fxp_ctrl, u.cfg), sizeof(struct fxp_cb_config), (p))
offsetof          186 dev/ic/fxpvar.h 	offsetof(struct fxp_ctrl, u.code), sizeof(struct fxp_cb_ucode), (p))
offsetof          190 dev/ic/fxpvar.h 	offsetof(struct fxp_ctrl, stats), sizeof(struct fxp_stats), (p)) 
offsetof           85 dev/ic/gemvar.h #define	GEM_CDOFF(x)		offsetof(struct gem_control_data, x)
offsetof         2718 dev/ic/iha.c   	const int chksum_addr = offsetof(struct iha_nvram, NVM_CheckSum) / 2;
offsetof          383 dev/ic/mfi.c   	    offsetof(struct mfi_prod_cons, mpc_reply_q));
offsetof          385 dev/ic/mfi.c   	    offsetof(struct mfi_prod_cons, mpc_producer));
offsetof          387 dev/ic/mfi.c   	    offsetof(struct mfi_prod_cons, mpc_consumer));
offsetof         1422 dev/ic/mfi.c   	    ((uint8_t *)cfg) + offsetof(struct mfi_conf, mfc_array) +
offsetof         1714 dev/ic/mfi.c   	    ((uint8_t *)cfg) + offsetof(struct mfi_conf, mfc_array) +
offsetof          423 dev/ic/mtd8xx.c 	    offsetof(struct mtd_list_data, mtd_tx_list[0]),
offsetof          452 dev/ic/mtd8xx.c 		    offsetof(struct mtd_list_data,
offsetof          478 dev/ic/mtd8xx.c 		    offsetof(struct mtd_list_data,
offsetof          541 dev/ic/mtd8xx.c 	    offsetof(struct mtd_list_data, mtd_rx_list[i]),
offsetof          693 dev/ic/mtd8xx.c 	    offsetof(struct mtd_list_data, mtd_rx_list[0]));
offsetof          695 dev/ic/mtd8xx.c 	    offsetof(struct mtd_list_data, mtd_tx_list[0]));
offsetof          917 dev/ic/mtd8xx.c 		    offsetof(struct mtd_list_data, mtd_rx_list[i]),
offsetof          999 dev/ic/mtd8xx.c 		    offsetof(struct mtd_list_data, mtd_rx_list[pos]),
offsetof         1043 dev/ic/mtd8xx.c 		    offsetof(struct mtd_list_data, mtd_tx_list[idx]),
offsetof          194 dev/ic/oosiop.c 	    offsetof(struct oosiop_xfer, msgin[0]);
offsetof          538 dev/ic/oosiop.c 	    offsetof(struct oosiop_xfer, datain_scr[0]));
offsetof          540 dev/ic/oosiop.c 	    offsetof(struct oosiop_xfer, dataout_scr[0]));
offsetof          542 dev/ic/oosiop.c 	    offsetof(struct oosiop_xfer, msgin[0]));
offsetof          544 dev/ic/oosiop.c 	    offsetof(struct oosiop_xfer, msgin[1]));
offsetof          546 dev/ic/oosiop.c 	    offsetof(struct oosiop_xfer, msgout[0]));
offsetof          548 dev/ic/oosiop.c 	    offsetof(struct oosiop_xfer, status));
offsetof          597 dev/ic/oosiop.c 	if (n >= offsetof(struct oosiop_xfer, datain_scr[0]) &&
offsetof          598 dev/ic/oosiop.c 	    n < offsetof(struct oosiop_xfer, datain_scr[OOSIOP_NSG * 2])) {
offsetof          599 dev/ic/oosiop.c 		n -= offsetof(struct oosiop_xfer, datain_scr[0]);
offsetof          609 dev/ic/oosiop.c 	} else if (n >= offsetof(struct oosiop_xfer, dataout_scr[0]) &&
offsetof          610 dev/ic/oosiop.c 	    n < offsetof(struct oosiop_xfer, dataout_scr[OOSIOP_NSG * 2])) {
offsetof          611 dev/ic/oosiop.c 		n -= offsetof(struct oosiop_xfer, dataout_scr[0]);
offsetof         1288 dev/ic/oosiop.c 		    offsetof(struct oosiop_xfer, msgin[2]));
offsetof         1454 dev/ic/oosiop.c 		    offsetof(struct oosiop_xfer, msgout[0]));
offsetof           48 dev/ic/oosiopvar.h #define	OOSIOP_XFEROFF(x)	offsetof(struct oosiop_xfer, x)
offsetof          125 dev/ic/osiopvar.h #define OSIOP_DSOFF(x)		offsetof(struct osiop_ds, x)
offsetof           76 dev/ic/pcdisplayvar.h 	_pcdisplay_6845_read(ph, offsetof(struct reg_mc6845, reg))
offsetof           78 dev/ic/pcdisplayvar.h 	_pcdisplay_6845_write(ph, offsetof(struct reg_mc6845, reg), val)
offsetof          129 dev/ic/pdq_ifsubr.c     pdq_softc_t *sc = (pdq_softc_t *) ((caddr_t) ifp - offsetof(pdq_softc_t, sc_arpcom.ac_if));
offsetof          240 dev/ic/pdq_ifsubr.c     pdq_softc_t *sc = (pdq_softc_t *) ((caddr_t) ifp - offsetof(pdq_softc_t, sc_arpcom.ac_if));
offsetof          933 dev/ic/rtw.c   		    offsetof(struct rtw_descs, hd_rx[desc0]),
offsetof          945 dev/ic/rtw.c   	    offsetof(struct rtw_descs, hd_rx[desc0]),
offsetof          252 dev/ic/rtwvar.h #define RTW_DESC_OFFSET(ring, i)	offsetof(struct rtw_descs, ring[i])
offsetof         1874 dev/ic/siop.c  		    dsa + offsetof(struct siop_common_xfer, msg_in));
offsetof         1877 dev/ic/siop.c  		    dsa + offsetof(struct siop_common_xfer, msg_in) + 1);
offsetof         1879 dev/ic/siop.c  		    dsa + offsetof(struct siop_common_xfer, msg_in) + 3);
offsetof         1882 dev/ic/siop.c  		    dsa + offsetof(struct siop_common_xfer, status) + off);
offsetof         1885 dev/ic/siop.c  		    dsa + offsetof(struct siop_common_xfer, xscmd));
offsetof           87 dev/ic/smc83c170var.h #define	EPIC_CDOFF(x)	offsetof(struct epic_control_data, x)
offsetof         2331 dev/ic/trm.c   			+ offsetof(struct trm_scsi_req_q, SegmentX);
offsetof         2335 dev/ic/trm.c   			+ offsetof(struct trm_scsi_req_q, scsisense);
offsetof          146 dev/ic/vgavar.h 	_vga_attr_read(vh, offsetof(struct reg_vgaattr, reg))
offsetof          148 dev/ic/vgavar.h 	_vga_attr_write(vh, offsetof(struct reg_vgaattr, reg), val)
offsetof          150 dev/ic/vgavar.h 	_vga_ts_read(vh, offsetof(struct reg_vgats, reg))
offsetof          152 dev/ic/vgavar.h 	_vga_ts_write(vh, offsetof(struct reg_vgats, reg), val)
offsetof          154 dev/ic/vgavar.h 	_vga_gdc_read(vh, offsetof(struct reg_vgagdc, reg))
offsetof          156 dev/ic/vgavar.h 	_vga_gdc_write(vh, offsetof(struct reg_vgagdc, reg), val)
offsetof         1042 dev/ic/xl.c    		    offsetof(struct xl_list_data, xl_tx_list[i]);
offsetof         1084 dev/ic/xl.c    		       offsetof(struct xl_list_data, xl_rx_list[n]);
offsetof         1304 dev/ic/xl.c    		    offsetof(struct xl_list_data, xl_rx_list[0]));
offsetof         1705 dev/ic/xl.c    	    offsetof(struct xl_list_data, xl_tx_list[0]),
offsetof         2062 dev/ic/xl.c    	    offsetof(struct xl_list_data, xl_rx_list[0]));
offsetof         2074 dev/ic/xl.c    		    offsetof(struct xl_list_data, xl_tx_list[0]));
offsetof          726 dev/pci/hifn7751.c 	    offsetof(struct hifn_dma, cmdr[0]));
offsetof          728 dev/pci/hifn7751.c 	    offsetof(struct hifn_dma, srcr[0]));
offsetof          730 dev/pci/hifn7751.c 	    offsetof(struct hifn_dma, dstr[0]));
offsetof          732 dev/pci/hifn7751.c 	    offsetof(struct hifn_dma, resr[0]));
offsetof          984 dev/pci/hifn7751.c 	    + offsetof(struct hifn_dma, test_src));
offsetof          986 dev/pci/hifn7751.c 	    + offsetof(struct hifn_dma, test_dst));
offsetof         1047 dev/pci/hifn7751.c 	    offsetof(struct hifn_dma, test_src));
offsetof         1050 dev/pci/hifn7751.c 	    offsetof(struct hifn_dma, test_dst));
offsetof         1103 dev/pci/hifn7751.c 		    offsetof(struct hifn_dma, command_bufs[i][0]));
offsetof         1106 dev/pci/hifn7751.c 		    offsetof(struct hifn_dma, result_bufs[i][0]));
offsetof         1110 dev/pci/hifn7751.c 		offsetof(struct hifn_dma, cmdr[0]));
offsetof         1113 dev/pci/hifn7751.c 		offsetof(struct hifn_dma, srcr[0]));
offsetof         1116 dev/pci/hifn7751.c 		offsetof(struct hifn_dma, dstr[0]));
offsetof         1119 dev/pci/hifn7751.c 		offsetof(struct hifn_dma, resr[0]));
offsetof         1304 dev/pci/hifn7751.c 		    offsetof(struct hifn_dma, slop[cmd->slopidx]);
offsetof         2303 dev/pci/hifn7751.c 		    offsetof(struct hifn_dma, dstr[i]), sizeof(struct hifn_desc),
offsetof         2307 dev/pci/hifn7751.c 			    offsetof(struct hifn_dma, dstr[i]),
offsetof         2637 dev/pci/hifn7751.c 		    offsetof(struct hifn_dma, dstr[i]), sizeof(struct hifn_desc),
offsetof         2641 dev/pci/hifn7751.c 			    offsetof(struct hifn_dma, dstr[i]),
offsetof          112 dev/pci/hifn7751var.h 	    offsetof(struct hifn_dma, r[i]), sizeof(struct hifn_desc), (f))
offsetof          121 dev/pci/hifn7751var.h 	    offsetof(struct hifn_dma, command_bufs[(i)][0]),		\
offsetof          126 dev/pci/hifn7751var.h 	    offsetof(struct hifn_dma, result_bufs[(i)][0]),		\
offsetof          823 dev/pci/if_bge.c 	    offsetof(struct bge_ring_data, bge_rx_std_ring) +
offsetof          881 dev/pci/if_bge.c 	    offsetof(struct bge_ring_data, bge_rx_jumbo_ring) +
offsetof         1366 dev/pci/if_bge.c 		    offsetof(struct bge_ring_data, bge_info),
offsetof         2277 dev/pci/if_bge.c 	    offsetof(struct bge_ring_data, bge_status_block),
offsetof         2281 dev/pci/if_bge.c 	offset = offsetof(struct bge_ring_data, bge_rx_return_ring);
offsetof         2426 dev/pci/if_bge.c 	    offsetof(struct bge_ring_data, bge_status_block),
offsetof         2430 dev/pci/if_bge.c 	offset = offsetof(struct bge_ring_data, bge_tx_ring);
offsetof         2598 dev/pci/if_bge.c 	  CSR_READ_4(sc, stats + offsetof(struct bge_stats, stat))
offsetof         1857 dev/pci/if_bgereg.h 			  rcb + offsetof(struct bge_rcb, offset), val)
offsetof         1861 dev/pci/if_bgereg.h 			  rcb + offsetof(struct bge_rcb, offset), val)
offsetof         2291 dev/pci/if_bgereg.h 	offsetof(struct bge_ring_data, offset))
offsetof          103 dev/pci/if_casvar.h #define	CAS_CDOFF(x)		offsetof(struct cas_control_data, x)
offsetof         2078 dev/pci/if_em.c 	    ETHER_HDR_LEN + offsetof(struct ip, ip_sum);
offsetof         2089 dev/pci/if_em.c 		    offsetof(struct tcphdr, th_sum);
offsetof         2093 dev/pci/if_em.c 		    offsetof(struct udphdr, uh_sum);
offsetof         1363 dev/pci/if_ixgb.c 			offsetof(struct tcphdr, th_sum);
offsetof         1367 dev/pci/if_ixgb.c 			offsetof(struct udphdr, uh_sum);
offsetof          140 dev/pci/if_mskvar.h      offsetof(struct msk_ring_data, sk_tx_ring[(i)]))
offsetof          144 dev/pci/if_mskvar.h      offsetof(struct msk_ring_data, sk_rx_ring[(i)]))
offsetof          146 dev/pci/if_mskvar.h #define MSK_CDOFF(x)	offsetof(struct msk_ring_data, x)
offsetof          201 dev/pci/if_pcn.c #define	PCN_CDOFF(x)	offsetof(struct pcn_control_data, x)
offsetof          284 dev/pci/if_san_common.h #if !defined(offsetof)
offsetof          886 dev/pci/if_sandrv.c 		sdla_peek(hw, offset+offsetof(wan_mbox_t, wan_data),
offsetof         1201 dev/pci/if_sis.c 			offsetof(struct sis_list_data, sis_tx_list[nexti]);
offsetof         1224 dev/pci/if_sis.c 			offsetof(struct sis_list_data, sis_rx_list[nexti]);
offsetof         1583 dev/pci/if_sis.c 	    offsetof(struct sis_list_data, sis_tx_list[0]),
offsetof         1761 dev/pci/if_sis.c 	    offsetof(struct sis_list_data, sis_rx_list[0]));
offsetof         1763 dev/pci/if_sis.c 	    offsetof(struct sis_list_data, sis_tx_list[0]));
offsetof          141 dev/pci/if_skvar.h      offsetof(struct sk_ring_data, sk_tx_ring[(i)]))
offsetof          145 dev/pci/if_skvar.h      offsetof(struct sk_ring_data, sk_rx_ring[(i)]))
offsetof          147 dev/pci/if_skvar.h #define SK_CDOFF(x)	offsetof(struct sk_ring_data, x)
offsetof          518 dev/pci/if_stgereg.h #define STGE_CDOFF(x)	offsetof(struct stge_control_data, x)
offsetof         1037 dev/pci/if_tireg.h 	offsetof(struct ti_ring_data, offset))
offsetof         1041 dev/pci/if_tireg.h 			offsetof(struct ti_ring_data, offset), \
offsetof          827 dev/pci/if_vr.c 		    offsetof(struct vr_list_data, vr_tx_list[i]);
offsetof          868 dev/pci/if_vr.c 		    offsetof(struct vr_list_data, vr_rx_list[i]);
offsetof          897 dev/pci/if_vr.c 			    offsetof(struct vr_list_data, vr_rx_list[0]));
offsetof          903 dev/pci/if_vr.c 			    offsetof(struct vr_list_data, vr_rx_list[i + 1]));
offsetof         1479 dev/pci/if_vr.c 	    offsetof(struct vr_list_data, vr_tx_list[0]));
offsetof         2807 dev/pci/if_wpi.c 	    offsetof(struct wpi_shared, next));
offsetof          253 dev/pci/musycc.c 	    offsetof(struct musycc_intdesc, md_intrq[0]);
offsetof         1320 dev/pci/musycc.c 		    offsetof(struct musycc_intdesc, md_intrq[0]),
offsetof         1073 dev/pci/noct.c 	    offsetof(struct noct_ea_cmd, buf[6]);
offsetof          225 dev/pci/safe.c 			offsetof(struct safe_ringentry, re_sa);
offsetof          227 dev/pci/safe.c 			offsetof(struct safe_ringentry, re_sastate);
offsetof          507 dev/pci/ubsec.c 	    offsetof(struct ubsec_dmachunk, d_mcr));
offsetof          533 dev/pci/ubsec.c 		    offsetof(struct ubsec_dmachunk, d_mcr));
offsetof          990 dev/pci/ubsec.c 			    offsetof(struct ubsec_dmachunk, d_sbuf[j]));
offsetof          999 dev/pci/ubsec.c 		    offsetof(struct ubsec_dmachunk, d_macbuf[0]));
offsetof         1142 dev/pci/ubsec.c 					    offsetof(struct ubsec_dmachunk, d_macbuf[0]));
offsetof         1147 dev/pci/ubsec.c 				    offsetof(struct ubsec_dmachunk, d_dbuf[j]));
offsetof         1153 dev/pci/ubsec.c 	    offsetof(struct ubsec_dmachunk, d_ctx));
offsetof         1159 dev/pci/ubsec.c 		    offsetof(struct ubsec_dmachunk, d_ctx));
offsetof         1176 dev/pci/ubsec.c 		    offsetof(struct ubsec_dmachunk, d_ctx),
offsetof          111 dev/pcmcia/if_ray.c #ifndef offsetof
offsetof          418 dev/pcmcia/if_ray.c 	SRAM_READ_1(sc, (off) + offsetof(struct s, f))
offsetof          421 dev/pcmcia/if_ray.c 	((((u_int16_t)SRAM_READ_1(sc, (off) + offsetof(struct s, f)) << 8) \
offsetof          422 dev/pcmcia/if_ray.c 	|(SRAM_READ_1(sc, (off) + 1 + offsetof(struct s, f)))))
offsetof          425 dev/pcmcia/if_ray.c 	ray_read_region(sc, (off) + offsetof(struct s, f), (p), (n))
offsetof          431 dev/pcmcia/if_ray.c 	SRAM_WRITE_1(sc, (off) + offsetof(struct s, f), (v))
offsetof          434 dev/pcmcia/if_ray.c 	SRAM_WRITE_1(sc, (off) + offsetof(struct s, f), (((v) >> 8 ) & 0xff)); \
offsetof          435 dev/pcmcia/if_ray.c 	SRAM_WRITE_1(sc, (off) + 1 + offsetof(struct s, f), ((v) & 0xff)); \
offsetof          439 dev/pcmcia/if_ray.c 	ray_write_region(sc, (off) + offsetof(struct s, f), (p), (n))
offsetof          188 dev/usb/uaudio.c #define TERMINAL_LIST_SIZE(N)	(offsetof(struct terminal_list, terminals) \
offsetof          431 kern/kern_sysctl.c 		    msgbufp->msg_bufs + offsetof(struct msgbuf, msg_bufc)));
offsetof          335 kern/kern_tc.c 	bcopy(tho, th, offsetof(struct timehands, th_generation));
offsetof           87 kern/subr_log.c 	new_bufs = bufsize - offsetof(struct msgbuf, msg_bufc);
offsetof          407 kern/uipc_usrreq.c 	namelen = soun->sun_len - offsetof(struct sockaddr_un, sun_path);
offsetof          530 kern/vfs_syscalls.c 	size_t co_sz1 = offsetof(struct statfs, f_fsid);
offsetof         2241 net/if_bridge.c 			off = offsetof(struct ip, ip_p);
offsetof         2250 net/if_bridge.c 			m_copydata(m, offsetof(struct ip, ip_dst),
offsetof         2276 net/if_bridge.c 			off = offsetof(struct ip6_hdr, ip6_nxt);
offsetof         2285 net/if_bridge.c 			m_copydata(m, offsetof(struct ip6_hdr, ip6_nxt),
offsetof           59 net/if_pflog.h #define PFLOG_REAL_HDRLEN	offsetof(struct pfloghdr, pad)
offsetof         1907 net/pf_table.c 	    offsetof(struct sockaddr_in, sin_addr) * 8) ||
offsetof         1909 net/pf_table.c 	    offsetof(struct sockaddr_in6, sin6_addr) * 8)) {
offsetof          560 netinet/ip_ah.c 	m_copydata(m, skip + offsetof(struct ah, ah_hl), sizeof(u_int8_t),
offsetof          565 netinet/ip_ah.c 		m_copydata(m, skip + offsetof(struct ah, ah_rpl),
offsetof          849 netinet/ip_ah.c 		m_copydata(m, skip + offsetof(struct ah, ah_rpl),
offsetof         1206 netinet/ip_ah.c 			    offsetof(struct ip, ip_len),
offsetof         1209 netinet/ip_ah.c 			m_copyback(m, offsetof(struct ip, ip_len),
offsetof         1217 netinet/ip_ah.c 			    offsetof(struct ip6_hdr, ip6_plen),
offsetof         1220 netinet/ip_ah.c 			m_copyback(m, offsetof(struct ip6_hdr, ip6_plen),
offsetof          174 netinet/ip_ether.c 		m_copydata(m, offsetof(struct ip, ip_src),
offsetof          177 netinet/ip_ether.c 		m_copydata(m, offsetof(struct ip, ip_dst),
offsetof          186 netinet/ip_ether.c 		m_copydata(m, offsetof(struct ip6_hdr, ip6_src),
offsetof          189 netinet/ip_ether.c 		m_copydata(m, offsetof(struct ip6_hdr, ip6_dst),
offsetof         1722 netinet/ip_input.c 			sdl.sdl_len = offsetof(struct sockaddr_dl, sdl_data[0]);
offsetof          441 netinet/ip_ipip.c 			    offsetof(struct ip, ip_tos),
offsetof          451 netinet/ip_ipip.c 			    offsetof(struct ip, ip_off),
offsetof          463 netinet/ip_ipip.c 			    offsetof(struct ip6_hdr, ip6_flow),
offsetof          528 netinet/ip_ipip.c 			    offsetof(struct ip, ip_tos), sizeof(u_int8_t),
offsetof          541 netinet/ip_ipip.c 				    offsetof(struct ip6_hdr, ip6_flow),
offsetof         1137 netinet/ip_ipsp.c 			m_copydata(m, off + offsetof(struct ip6_hdr, ip6_dst),
offsetof         1177 netinet/ip_ipsp.c 						    offsetof(struct ip6_hdr,
offsetof         2036 netinet/ip_output.c 		offset += offsetof(struct tcphdr, th_sum);
offsetof         2040 netinet/ip_output.c 		offset += offsetof(struct udphdr, uh_sum);
offsetof          126 netinet/ip_spd.c 		m_copydata(m, offsetof(struct ip, ip_src),
offsetof          128 netinet/ip_spd.c 		m_copydata(m, offsetof(struct ip, ip_dst),
offsetof          130 netinet/ip_spd.c 		m_copydata(m, offsetof(struct ip, ip_p), sizeof(u_int8_t),
offsetof          180 netinet/ip_spd.c 		m_copydata(m, offsetof(struct ip6_hdr, ip6_src),
offsetof          183 netinet/ip_spd.c 		m_copydata(m, offsetof(struct ip6_hdr, ip6_dst),
offsetof          186 netinet/ip_spd.c 		m_copydata(m, offsetof(struct ip6_hdr, ip6_nxt),
offsetof          175 netinet/ipsec_input.c 		m_copydata(m, offsetof(struct ip, ip_dst),
offsetof          184 netinet/ipsec_input.c 		m_copydata(m, offsetof(struct ip6_hdr, ip6_dst),
offsetof          685 netinet/ipsec_input.c 	ipsec_common_input(m, skip, offsetof(struct ip, ip_p), AF_INET,
offsetof          741 netinet/ipsec_input.c 	ipsec_common_input(m, skip, offsetof(struct ip, ip_p), AF_INET,
offsetof          783 netinet/ipsec_input.c 	ipsec_common_input(m, skip, offsetof(struct ip, ip_p), AF_INET,
offsetof          832 netinet/ipsec_input.c 		    offsetof(struct icmp, icmp_ip));
offsetof          893 netinet/ipsec_input.c 	icp = (struct icmp *)((caddr_t) ip - offsetof(struct icmp, icmp_ip));
offsetof          963 netinet/ipsec_input.c 		protoff = offsetof(struct ip6_hdr, ip6_nxt);
offsetof          994 netinet/ipsec_input.c 		protoff += offsetof(struct ip6_ext, ip6e_nxt);
offsetof         1052 netinet/ipsec_input.c 		protoff = offsetof(struct ip6_hdr, ip6_nxt);
offsetof         1083 netinet/ipsec_input.c 		protoff += offsetof(struct ip6_ext, ip6e_nxt);
offsetof         1109 netinet/ipsec_input.c 		protoff = offsetof(struct ip6_hdr, ip6_nxt);
offsetof         1140 netinet/ipsec_input.c 		protoff += offsetof(struct ip6_ext, ip6e_nxt);
offsetof          302 netinet/ipsec_output.c 		off = offsetof(struct ip, ip_p);
offsetof          310 netinet/ipsec_output.c 		off = offsetof(struct ip6_hdr, ip6_nxt);
offsetof          355 netinet/ipsec_output.c 				off = i + offsetof(struct ip6_ext, ip6e_nxt);
offsetof          854 netinet/tcp_subr.c 					      offsetof(struct icmp, icmp_ip));
offsetof          341 netinet/udp_usrreq.c 			ipsec_common_input(m, skip, offsetof(struct ip, ip_p),
offsetof          127 netinet6/frag6.c #ifndef offsetof		/* XXX */
offsetof          241 netinet6/frag6.c 		    offsetof(struct ip6_hdr, ip6_plen));
offsetof          333 netinet6/frag6.c 			    offsetof(struct ip6_frag, ip6f_offlg));
offsetof          340 netinet6/frag6.c 				offsetof(struct ip6_frag, ip6f_offlg));
offsetof          376 netinet6/frag6.c 				    offsetof(struct ip6_frag, ip6f_offlg));
offsetof         1178 netinet6/icmp6.c #ifndef offsetof		/* XXX */
offsetof         1354 netinet6/icmp6.c 		replylen += offsetof(struct ni_reply_fqdn, ni_fqdn_namelen);
offsetof         1374 netinet6/icmp6.c 		replylen += offsetof(struct ni_reply_fqdn, ni_fqdn_namelen);
offsetof           67 netinet6/in6_gif.c #ifndef offsetof
offsetof          249 netinet6/in6_proto.c       offsetof(struct sockaddr_in6, sin6_addr) << 3,
offsetof         1946 netinet6/ip6_output.c 	const int icmp6off = offsetof(struct icmp6_hdr, icmp6_cksum);
offsetof          473 netinet6/raw_ip6.c 			off = offsetof(struct icmp6_hdr, icmp6_cksum);
offsetof         1826 nfs/nfs_vnops.c #define NFS_DIRENT_OVERHEAD  offsetof(struct nfs_dirent, dirent)
offsetof          196 sys/param.h    #if !defined(offsetof) && defined(_KERNEL)