Searched refs:single_open (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dseq_file.h62 int single_open(struct linux_file *, int (*)(struct seq_file *, void *), void *);
/freebsd-12-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_debugfs.c120 return single_open(file, debugfs_log_show, inode->i_private);
205 return single_open(file, debugfs_usecount_show, inode->i_private);
229 return single_open(file, debugfs_trace_show, inode->i_private);
/freebsd-12-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_seq_file.c117 single_open(struct linux_file *f, int (*show)(struct seq_file *, void *), void *d) function
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c337 return single_open(file, sdpstats_seq_show, NULL);

Completed in 67 milliseconds