HomeSort by: relevance | last modified time | path
    Searched defs:read (Results 1 - 25 of 309) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /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
priv.h 10 u32 (*read)(struct nvkm_fuse *, u32 addr); member in struct:nvkm_fuse_func
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 in typeref:typename:ssize_t
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 in typeref:typename:ssize_t
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 in typeref:typename:ssize_t
  /src/usr.bin/make/unit-tests/
cmdline-redirect-stdin.mk 3 # Demonstrate that the '!=' assignment operator can read individual lines
11 | ${MAKE} -f ${MAKEFILE} read-lines
13 .if make(read-lines)
14 line1!= read line; echo "$$line"
15 line2!= read line; echo "$$line"
23 # is actually specified by POSIX, which says that "The read utility shall
24 # read a single line from standard input". This is the reason why the shell
27 . error The shell's read command does not read a single line.
33 read-lines: .PHON
    [all...]
cmdline-redirect-stdin.mk 3 # Demonstrate that the '!=' assignment operator can read individual lines
11 | ${MAKE} -f ${MAKEFILE} read-lines
13 .if make(read-lines)
14 line1!= read line; echo "$$line"
15 line2!= read line; echo "$$line"
23 # is actually specified by POSIX, which says that "The read utility shall
24 # read a single line from standard input". This is the reason why the shell
27 . error The shell's read command does not read a single line.
33 read-lines: .PHON
    [all...]
cmdline-redirect-stdin.mk 3 # Demonstrate that the '!=' assignment operator can read individual lines
11 | ${MAKE} -f ${MAKEFILE} read-lines
13 .if make(read-lines)
14 line1!= read line; echo "$$line"
15 line2!= read line; echo "$$line"
23 # is actually specified by POSIX, which says that "The read utility shall
24 # read a single line from standard input". This is the reason why the shell
27 . error The shell's read command does not read a single line.
33 read-lines: .PHON
    [all...]
  /src/sys/arch/atari/stand/tostools/libtos/
cread.h 42 #define read cread macro
cread.h 42 #define read cread macro
cread.h 42 #define read cread macro
  /src/lib/libc/rpc/
svc_fdset.h 11 # undef read
12 # define read(a, b, c) rump_sys_read(a, b, c) macro
svc_fdset.h 11 # undef read
12 # define read(a, b, c) rump_sys_read(a, b, c) macro
svc_fdset.h 11 # undef read
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 in function:search_mbr_label
74 buf, &read) == 0 && read == DEV_BSIZE)
98 size_t read; local in function:find_mbr_part
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) {
mbr.c 58 size_t read; local in function:search_mbr_label
74 buf, &read) == 0 && read == DEV_BSIZE)
98 size_t read; local in function:find_mbr_part
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) {
mbr.c 58 size_t read; local in function:search_mbr_label
74 buf, &read) == 0 && read == DEV_BSIZE)
98 size_t read; local in function:find_mbr_part
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) {
  /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
priv.h 15 u64 (*read)(struct nvkm_timer *); member in struct:nvkm_timer_func
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:__anonff0253f90108
vchiq_util.h 45 int read; member in struct:__anonff0253f90108
  /src/sys/dev/fdt/
fdt_gpio.h 45 int (*read)(device_t, void *, bool); member in struct:fdtbus_gpio_controller_func
fdt_gpio.h 45 int (*read)(device_t, void *, bool); member in struct:fdtbus_gpio_controller_func

Completed in 88 milliseconds

1 2 3 4 5 6 7 8 91011>>