Searched refs:single_open (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | seq_file.h | 43 return single_open(file, __name ## _show, inode->i_private); \ 82 int single_open(struct linux_file *, int (*)(struct seq_file *, void *), void *);
|
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
H A D | vchiq_debugfs.c | 120 return single_open(file, debugfs_log_show, inode->i_private); in debugfs_log_open() 205 return single_open(file, debugfs_usecount_show, inode->i_private); in debugfs_usecount_open() 229 return single_open(file, debugfs_trace_show, inode->i_private); in debugfs_trace_open()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_seq_file.c | 211 single_open(struct linux_file *f, int (*show)(struct seq_file *, void *), void *d) in single_open() function
|
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
H A D | sdp_proc.c | 337 return single_open(file, sdpstats_seq_show, NULL); in sdpstats_seq_open()
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | debug.c | 79 return single_open(filp, rtw_debugfs_single_show, inode->i_private); in rtw_debugfs_single_open_rw()
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | debug.c | 108 return single_open(filp, rtw89_debugfs_single_show, inode->i_private); in rtw89_debugfs_single_open()
|