Searched refs:copyin (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/sbus/char/ |
H A D | openprom.c | 60 static int copyin(struct openpromio __user *info, struct openpromio **opp_p) in copyin() function 302 bufsize = copyin(argp, &opp); in openprom_sunos_ioctl()
|
/linux/arch/m68k/fpsp040/ |
H A D | skeleton.S | 431 | If you don't have copyin, use the local copy of the function below. 461 jsr copyin
|
/linux/drivers/net/ethernet/8390/ |
H A D | pcnet_cs.c | 1327 static void copyin(void *dest, void __iomem *src, int c) in copyin() function 1373 copyin(hdr, xfer_start, sizeof(struct e8390_pkt_hdr)); in shmem_get_8390_hdr() 1391 copyin(buf, base + offset, semi_count); in shmem_block_input() 1396 copyin(buf, base + offset, count); in shmem_block_input()
|
/linux/Documentation/networking/ |
H A D | kcm.rst | 237 operations on the TCP socket (for instance copyin and copyout of data is
|