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.h75 void *__seq_open_private(struct linux_file *, const struct seq_operations *, int);
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_seq_file.c167 __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.c380 priv = __seq_open_private(filp, &iwl_dbgfs_info_seq_ops,
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans.c2746 priv = __seq_open_private(filp, &iwl_dbgfs_tx_queue_seq_ops, in iwl_dbgfs_rx_queue_read()