Home
last modified time | relevance | path

Searched refs:single_open (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dseq_file.h43 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 Dvchiq_debugfs.c120 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 Dlinux_seq_file.c211 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 Dsdp_proc.c337 return single_open(file, sdpstats_seq_show, NULL); in sdpstats_seq_open()
/freebsd/sys/contrib/dev/rtw88/
H A Ddebug.c79 return single_open(filp, rtw_debugfs_single_show, inode->i_private); in rtw_debugfs_single_open_rw()
/freebsd/sys/contrib/dev/rtw89/
H A Ddebug.c108 return single_open(filp, rtw89_debugfs_single_show, inode->i_private); in rtw89_debugfs_single_open()