Searched refs:intptr_t (Results 201 - 225 of 421) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/net/
H A Dbpf_filter.c225 if (((intptr_t)(p + k) & 3) != 0)
294 if (((intptr_t)(p + k) & 3) != 0)
/freebsd-11-stable/sys/dev/uart/
H A Duart_dev_pl011.c242 static int uart_pl011_bus_ioctl(struct uart_softc *, int, intptr_t);
335 uart_pl011_bus_ioctl(struct uart_softc *sc, int request, intptr_t data)
/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_dcu4.c416 sc->sc_info.fb_vbase = (intptr_t)contigmalloc(sc->sc_info.fb_size,
418 sc->sc_info.fb_pbase = (intptr_t)vtophys(sc->sc_info.fb_vbase);
/freebsd-11-stable/sys/arm/allwinner/clk/
H A Daw_lcdclk.c117 aw_lcdclk_hwreset_assert(device_t dev, intptr_t id, bool value)
135 aw_lcdclk_hwreset_is_asserted(device_t dev, intptr_t id, bool *value)
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_intr.c342 bcm_intc_pic_register(struct bcm_intc_softc *sc, intptr_t xref)
400 intptr_t xref;
H A Dbcm2835_fbd.c115 sc->info.fb_vbase = (intptr_t)pmap_mapdev(fb.base, fb.size);
/freebsd-11-stable/sys/arm/arm/
H A Dtrap-v4.c361 tf->tf_pc = (register_t)(intptr_t) pcb->pcb_onfault;
580 tf->tf_pc = (register_t)(intptr_t) pcb->pcb_onfault;
/freebsd-11-stable/contrib/tcsh/
H A Dsh.misc.c450 return ((char *)(intptr_t)cp);
453 return ((char *)(intptr_t)cp);
/freebsd-11-stable/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp69 void *P = (void*) (intptr_t) GetExecutablePath;
327 void *GetExecutablePathVP = (void *)(intptr_t)GetExecutablePath;
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_main.c172 return _open_osfhandle((intptr_t)h,_O_RDONLY);
/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-fsl.c132 device_set_ivars(child, (void *)(intptr_t)unit);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dsocket.c300 return _open_osfhandle((intptr_t) sock, flags);
/freebsd-11-stable/lib/libc/db/hash/
H A Dhash_buf.c141 (BUFHEAD *)((intptr_t)bp | is_disk_mask);
/freebsd-11-stable/sys/mips/rmi/
H A Diodi.c110 irq = (intptr_t)ires->__r_i;
/freebsd-11-stable/tools/tools/ncpus/
H A Dacpi.c201 if ((intptr_t) map->va == -1)
/freebsd-11-stable/sys/dev/ida/
H A Dida_disk.c179 drv->drive = (intptr_t)device_get_ivars(dev);
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_xenix.c186 (caddr_t)(void *)(intptr_t)uap->addr,
/freebsd-11-stable/sys/arm64/arm64/
H A Dgic_v3_fdt.c121 intptr_t xref;
/freebsd-11-stable/sys/mips/mips/
H A Ddb_interface.c132 reg = (register_t *)((uintptr_t)kdb_frame + (size_t)(intptr_t)vp->valuep);
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dtzic.c205 intptr_t xref;
/freebsd-11-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_coretemp.c62 intptr_t tsens_id;
/freebsd-11-stable/sys/arm/allwinner/
H A Daw_usbphy.c164 intptr_t phy;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_disk.c509 (intptr_t)dkmext, FKIOCTL, kcred, NULL)) == 0) {
514 (intptr_t)dkm, FKIOCTL, kcred, NULL)) == 0) {
547 (void) ldi_ioctl(dvd->vd_lh, DKIOCSETWCE, (intptr_t)&wce,
816 if (ldi_ioctl(dvd->vd_lh, DKIOCSTATE, (intptr_t)&state,
/freebsd-11-stable/contrib/libcxxrt/
H A Ddwarf_eh.h238 READ(DW_EH_PE_absptr, intptr_t)
/freebsd-11-stable/sys/netinet/
H A Dip_var.h170 #define IP_HDR_ALIGNED_P(ip) ((((intptr_t) (ip)) & 3) == 0)

Completed in 304 milliseconds

1234567891011>>