Home
last modified time | relevance | path

Searched refs:kops (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_event.c98 netbsd32_timespecp_t timeout, struct kevent_ops *kops) in netbsd32_kevent1() argument
103 kops->keo_private = in netbsd32_kevent1()
107 NETBSD32PTR64(eventlist), nevents, NETBSD32PTR64(timeout), kops); in netbsd32_kevent1()
109 kmem_free(kops->keo_private, maxalloc * sizeof(struct netbsd32_kevent)); in netbsd32_kevent1()
125 struct kevent_ops kops = { in netbsd32___kevent100() local
134 SCARG(uap, timeout), &kops); in netbsd32___kevent100()
H A Dnetbsd32_compat_50.c608 struct kevent_ops kops = { in compat_50_netbsd32_kevent() local
617 (netbsd32_timespecp_t)SCARG(uap, timeout), &kops); in compat_50_netbsd32_kevent()
/netbsd-src/sbin/fsck_lfs/
H A Dkernelops.c58 const struct kernelops kops = { variable
71 const struct kernelops kops = { variable
H A Dvnode.c77 return kops.ko_pread(bp->b_vp->v_fd, bp->b_data, bp->b_bcount, in raw_vop_strategy()
80 return kops.ko_pwrite(bp->b_vp->v_fd, bp->b_data, bp->b_bcount, in raw_vop_strategy()
H A Dkernelops.h20 extern const struct kernelops kops;
H A Dlfs.c116 count = kops.ko_pread(bp->b_vp->v_fd, bp->b_data, bp->b_bcount, in lfs_vop_strategy()
121 count = kops.ko_pwrite(bp->b_vp->v_fd, bp->b_data, bp->b_bcount, in lfs_vop_strategy()
/netbsd-src/libexec/lfs_cleanerd/
H A Dlfs_cleanerd.c148 kops.ko_close(fs->clfs_ifilefd); in reinit_fs()
149 kops.ko_close(fs->clfs_devfd); in reinit_fs()
171 if ((fs->clfs_devfd = kops.ko_open(fs->clfs_dev, O_RDWR)) < 0) { in init_unmounted_fs()
231 if (kops.ko_statvfs(fsname, &sf, ST_WAIT) < 0) in init_fs()
245 if ((fs->clfs_devfd = kops.ko_open(fs->clfs_dev, O_RDONLY, 0)) < 0) { in init_fs()
252 if ((rootfd = kops.ko_open(fsname, O_RDONLY, 0)) < 0) in init_fs()
254 if (kops.ko_fcntl(rootfd, LFCNIFILEFH, &fs->clfs_ifilefh) < 0) in init_fs()
256 if ((fs->clfs_ifilefd = kops.ko_fhopen(&fs->clfs_ifilefh, in init_fs()
259 kops.ko_close(rootfd); in init_fs()
268 if (kops.ko_pread(fs->clfs_devfd, sbuf, LFS_SBPAD, LFS_LABELPAD) < 0) { in init_fs()
[all …]
H A Dcoalesce.c252 if (kops.ko_fcntl(fs->clfs_ifilefd, LFCNBMAPV, &lim) < 0) { in clean_inode()
334 if (kops.ko_pread(fs->clfs_devfd, bip[i].bi_bp, bip[i].bi_size, in clean_inode()
360 kops.ko_fcntl(fs->clfs_ifilefd, in clean_inode()
371 if (kops.ko_fcntl(fs->clfs_ifilefd, LFCNMARKV, &lim) < 0) { in clean_inode()
H A Dfdfs.c205 if ((r = kops.ko_pread(fs->fd_fd, fs->fd_bufp[fs->fd_bufi].buf, in fd_preload()
253 count = kops.ko_pread(bp->b_vp->v_fd, bp->b_data, bp->b_bcount, in fd_vop_strategy()
258 count = kops.ko_pwrite(bp->b_vp->v_fd, bp->b_data, bp->b_bcount, in fd_vop_strategy()
/netbsd-src/lib/libc/softfloat/
H A Dtimesoftfloat.txt76 the function in kops/s, or ``thousands of operations per second''. This
79 (1000 kops/s is exactly 1 MFLOPS.) Speeds are reported in thousands instead