Searched refs:file_kcmp_generic (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | sys_eventfd.c | 78 .fo_cmp = file_kcmp_generic,
|
| H A D | sys_timerfd.c | 374 .fo_cmp = file_kcmp_generic,
|
| H A D | tty_pts.c | 614 .fo_cmp = file_kcmp_generic,
|
| H A D | sys_socket.c | 115 .fo_cmp = file_kcmp_generic,
|
| H A D | uipc_sem.c | 156 .fo_cmp = file_kcmp_generic,
|
| H A D | vfs_inotify.c | 103 .fo_cmp = file_kcmp_generic,
|
| H A D | sys_pipe.c | 169 .fo_cmp = file_kcmp_generic,
|
| H A D | uipc_shm.c | 173 .fo_cmp = file_kcmp_generic,
|
| H A D | sys_generic.c | 2236 file_kcmp_generic(struct file *fp1, struct file *fp2, struct thread *td) in file_kcmp_generic() function
|
| H A D | uipc_mqueue.c | 2698 .fo_cmp = file_kcmp_generic,
|
| H A D | kern_event.c | 151 .fo_cmp = file_kcmp_generic,
|
| /freebsd/sys/sys/ |
| H A D | file.h | 302 int file_kcmp_generic(struct file *fp1, struct file *fp2, struct thread *td);
|