Home
last modified time | relevance | path

Searched refs:__seq_open_private (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dseq_file.h94 void *__seq_open_private(struct linux_file *, const struct seq_operations *, int);
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_seq_file.c164 __seq_open_private(struct linux_file *f, const struct seq_operations *op, int size) in __seq_open_private() function
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Ddebugfs.c424 priv = __seq_open_private(filp, &iwl_dbgfs_info_seq_ops, in iwl_dbgfs_fw_info_open()
/freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Dtrans.c2823 priv = __seq_open_private(filp, &iwl_dbgfs_tx_queue_seq_ops, in iwl_dbgfs_tx_queue_open()