linux_event.c (2b3818633090aed7941b9d484cb7d05f810ca8f5) | linux_event.c (2b68eb8e1dbbdaf6a0df1c83b26f5403ca52d4c3) |
---|---|
1/*- 2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD 3 * 4 * Copyright (c) 2007 Roman Divacky 5 * Copyright (c) 2014 Dmitry Chagin <dchagin@FreeBSD.org> 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 787 unchanged lines hidden (view full) --- 796 case FIOASYNC: 797 return (0); 798 } 799 800 return (ENOTTY); 801} 802 803static int | 1/*- 2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD 3 * 4 * Copyright (c) 2007 Roman Divacky 5 * Copyright (c) 2014 Dmitry Chagin <dchagin@FreeBSD.org> 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 787 unchanged lines hidden (view full) --- 796 case FIOASYNC: 797 return (0); 798 } 799 800 return (ENOTTY); 801} 802 803static int |
804timerfd_stat(struct file *fp, struct stat *st, struct ucred *active_cred, 805 struct thread *td) | 804timerfd_stat(struct file *fp, struct stat *st, struct ucred *active_cred) |
806{ 807 808 return (ENXIO); 809} 810 811static int 812timerfd_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) 813{ --- 167 unchanged lines hidden --- | 805{ 806 807 return (ENXIO); 808} 809 810static int 811timerfd_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) 812{ --- 167 unchanged lines hidden --- |