Searched refs:caddr_t (Results 251 - 275 of 1323) sorted by relevance

<<11121314151617181920>>

/freebsd-current/sys/dev/firewire/
H A Dfwdma.h64 return ((caddr_t)am->seg[offset / ssize].v_addr + (offset % ssize));
/freebsd-current/sys/netinet/
H A Dsctp_crc32.c134 m_copyback(m, (int)offset, (int)sizeof(uint32_t), (caddr_t)&checksum);
/freebsd-current/sys/nlm/
H A Dnlm.h54 extern void nlm_make_netobj(struct netobj *dst, caddr_t srt,
H A Dsm_inter.h94 extern int sm_prog_1_freeresult(SVCXPRT *, xdrproc_t, caddr_t);
/freebsd-current/sys/sys/
H A Dpipe.h68 caddr_t buffer; /* kva of buffer */
/freebsd-current/tools/tools/ath/ath_prom_read/
H A Dath_prom_read.c121 atd.ad_out_data = (caddr_t) eep;
/freebsd-current/usr.sbin/dumpcis/
H A Dcardinfo.h106 caddr_t start; /* System memory start */
/freebsd-current/lib/libc/i386/gen/
H A Dmakecontext.c159 ucp->uc_mcontext.mc_esp = (int)stack_top + sizeof(caddr_t);
/freebsd-current/sys/rpc/
H A Drpcb_prot.h384 caddr_t args_ptr; /* argument */
395 caddr_t results_ptr; /* results */
518 extern int rpcbprog_3_freeresult(SVCXPRT *, xdrproc_t, caddr_t);
551 extern int rpcbprog_4_freeresult(SVCXPRT *, xdrproc_t, caddr_t);
H A Drpc_msg.h94 caddr_t where;
/freebsd-current/sys/net/
H A Dif_dead.c67 ifdead_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_sync.h109 extern int ipf_sync_ioctl(ipf_main_softc_t *, caddr_t, ioctlcmd_t, int, int, void *);
/freebsd-current/include/rpc/
H A Drpc_msg.h94 caddr_t where;
/freebsd-current/sys/arm/broadcom/bcm2835/
H A Dbcm2835_vcio.c52 vcio_ioctl(struct cdev *dev, u_long cmd, caddr_t arg, int mode,
/freebsd-current/stand/common/
H A Dself_reloc.c122 rel = (ElfW_Rel *)(void *)((caddr_t) rel + relent);
/freebsd-current/sys/dev/mrsas/
H A Dmrsas_linux.c117 error = fo_ioctl(fp, cmd, (caddr_t)args->arg, p->td_ucred, p);
/freebsd-current/sys/dev/mfi/
H A Dmfi_linux.c103 error = fo_ioctl(fp, cmd, (caddr_t)args->arg, p->td_ucred, p);
/freebsd-current/sys/amd64/include/
H A Dpcb.h91 caddr_t pcb_onfault;
/freebsd-current/sys/kern/
H A Dkern_ctf.c49 caddr_t ctftab = NULL;
50 caddr_t raw = NULL;
51 caddr_t shstrtab = NULL;
136 if ((error = vn_rdwr(UIO_READ, nd.ni_vp, (caddr_t)shdr, nbytes,
/freebsd-current/sys/amd64/sgx/
H A Dsgx_linux.c89 error = fo_ioctl(fp, args->cmd, (caddr_t)data, td->td_ucred, td);
/freebsd-current/libexec/rtld-elf/
H A Drtld.h148 caddr_t mapbase; /* Base address of mapped region */
151 caddr_t relocbase; /* Relocation constant = mapbase - vaddrbase */
153 caddr_t entry; /* Entry point */
168 caddr_t relro_page;
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzfs_byteswap.c56 caddr_t end;
57 caddr_t ptr;
64 end = (caddr_t)buf + size;
/freebsd-current/sys/dev/ath/
H A Dif_athioctl.h194 caddr_t ad_in_data;
195 caddr_t ad_out_data;
243 caddr_t buf;
/freebsd-current/tools/tools/ath/athradar/
H A Dathradar.c61 radar->atd.ad_out_data = (caddr_t) &revs;
152 radar->atd.ad_in_data = (caddr_t) &pe;
168 radar->atd.ad_out_data = (caddr_t) &pe;
/freebsd-current/usr.sbin/rpc.umntall/
H A Drpc.umntall.c184 (xdrproc_t)xdr_void, (caddr_t)0,
185 (xdrproc_t)xdr_void, (caddr_t)0, try);
212 (xdrproc_t)xdr_void, (caddr_t)0, try);

Completed in 297 milliseconds

<<11121314151617181920>>