Searched refs:file_kcmp_generic (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/kern/ |
H A D | sys_eventfd.c | 79 .fo_cmp = file_kcmp_generic,
|
H A D | sys_timerfd.c | 375 .fo_cmp = file_kcmp_generic,
|
H A D | tty_pts.c | 613 .fo_cmp = file_kcmp_generic,
|
H A D | sys_socket.c | 113 .fo_cmp = file_kcmp_generic,
|
H A D | uipc_sem.c | 156 .fo_cmp = file_kcmp_generic,
|
H A D | sys_pipe.c | 169 .fo_cmp = file_kcmp_generic,
|
H A D | sys_generic.c | 2196 file_kcmp_generic(struct file *fp1, struct file *fp2, struct thread *td) in file_kcmp_generic() function
|
H A D | uipc_shm.c | 172 .fo_cmp = file_kcmp_generic,
|
H A D | kern_event.c | 142 .fo_cmp = file_kcmp_generic,
|
H A D | uipc_mqueue.c | 2697 .fo_cmp = file_kcmp_generic,
|
/freebsd/sys/sys/ |
H A D | file.h | 285 int file_kcmp_generic(struct file *fp1, struct file *fp2, struct thread *td);
|