| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fuse/ |
| priv.h | 10 u32 (*read)(struct nvkm_fuse *, u32 addr); member in struct:nvkm_fuse_func
|
| /src/sys/lib/libsa/ |
| read.c | 1 /* $NetBSD: read.c,v 1.15 2007/12/02 04:59:26 tsutsui Exp $ */ 34 * @(#)read.c 8.1 (Berkeley) 6/11/93 68 read(int fd, void *dest, size_t bcount) function
|
| /src/sys/arch/atari/stand/tostools/libtos/ |
| cread.h | 42 #define read cread macro
|
| /src/lib/libc/rpc/ |
| svc_fdset.h | 11 # undef read macro 12 # define read(a, b, c) rump_sys_read(a, b, c) macro
|
| /src/sys/arch/ofppc/stand/ofwboot/ |
| mbr.c | 58 size_t read; local 74 buf, &read) == 0 && read == DEV_BSIZE) 98 size_t read; local 103 if (strategy(devp, F_READ, off, DEV_BSIZE, buf, &read) 104 || read != DEV_BSIZE) 126 if (strategy(devp, F_READ, off, DEV_BSIZE, buf, &read) 127 || read != DEV_BSIZE) {
|
| rdb.c | 127 size_t read; local 135 if (strategy(devp, F_READ, blk, DEV_BSIZE, buf, &read) 136 || read != DEV_BSIZE) 194 lp->d_secsize, buf, &read) 195 || read != lp->d_secsize)
|
| /src/sys/dev/fdt/ |
| fdt_gpio.h | 45 int (*read)(device_t, void *, bool); member in struct:fdtbus_gpio_controller_func
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/timer/ |
| priv.h | 15 u64 (*read)(struct nvkm_timer *); member in struct:nvkm_timer_func
|
| /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
| vchiq_util.h | 45 int read; member in struct:__anon6396
|
| /src/include/ |
| rmt.h | 59 #define read rmtread macro
|
| /src/sys/arch/hpc/stand/hpcboot/ |
| file_fat.cpp | 86 FatFile::read(void *buf, size_t bytes, off_t ofs) function in class:FatFile
|
| file_ufs.cpp | 111 UfsFile::read(void *buf, size_t bytes, off_t ofs) function in class:UfsFile
|
| /src/sys/arch/i386/stand/lib/test/ |
| sanamespace.h | 10 #undef read macro
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| intel_workarounds_types.h | 20 u32 read; member in struct:i915_wa
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
| priv.h | 13 u32 (*read)(void *, u32 offset, u32 length, struct nvkm_bios *); member in struct:nvbios_source
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/ |
| priv.h | 12 int (*read)(struct nvkm_clk *, enum nv_clk_src); member in struct:nvkm_clk_func
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/iccsense/ |
| priv.h | 21 int (*read)(struct nvkm_iccsense *, struct nvkm_iccsense_rail *); member in struct:nvkm_iccsense_rail
|
| /src/tests/compat/linux/ |
| h_linux.h | 56 #define read(fd, buf, count) (ssize_t)syscall(LINUX_SYS_read, fd, \ macro
|
| /src/lib/librefuse/refuse/ |
| v11.h | 66 int (*read) (const char *, char *, size_t, off_t); member in struct:fuse_operations_v11
|
| v21.h | 62 int (*read) (const char *, char *, size_t, off_t); member in struct:fuse_operations_v21
|
| v22.h | 66 int (*read) (const char *, char *, size_t, off_t, struct fuse_file_info *); member in struct:fuse_operations_v22
|
| /src/sys/dev/i2c/ |
| gttwsi_core.c | 225 int error, read; local 231 read = (flags & I2C_F_READ) != 0; 232 if (read) { 241 * First byte contains whether this xfer is a read or write. 243 data = read; 258 if (read) { 281 "read-last-byte"); 284 "read-byte");
|
| /src/sys/dev/ic/ |
| mcp23xxxgpiovar.h | 69 int (*read)(struct mcpgpio_softc *, member in struct:mcpgpio_accessops
|
| /src/sys/dev/scsipi/ |
| ssvar.h | 51 int (*read)(struct ss_softc *, struct buf *); member in struct:ss_special 65 #define SSF_TRIGGERED 0x01 /* read operation has been primed */
|
| /src/sys/external/bsd/acpica/dist/include/platform/ |
| acwin64.h | 79 #define read _read macro
|