Home | Sort by: relevance | last modified time | path |
/src/sbin/fsck_lfs/ | |
kernelops.c | 58 const struct kernelops kops = { variable in typeref:typename:const struct kernelops 71 const struct kernelops kops = { variable in typeref:typename:const struct kernelops |
/src/sys/compat/netbsd32/ | |
netbsd32_event.c | 98 netbsd32_timespecp_t timeout, struct kevent_ops *kops) 103 kops->keo_private = 107 NETBSD32PTR64(eventlist), nevents, NETBSD32PTR64(timeout), kops); 109 kmem_free(kops->keo_private, maxalloc * sizeof(struct netbsd32_kevent)); 125 struct kevent_ops kops = { local in function:netbsd32___kevent100 134 SCARG(uap, timeout), &kops); |
netbsd32_compat_50.c | 608 struct kevent_ops kops = { local in function:compat_50_netbsd32_kevent 617 (netbsd32_timespecp_t)SCARG(uap, timeout), &kops); |