Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_debugfs.c170 dir = debugfs_create_dir("log", vchiq_debugfs_top()); in vchiq_debugfs_create_log_entries()
282 top = debugfs_create_dir(pidstr, clients); in vchiq_debugfs_add_instance()
323 debugfs_info.vchiq_cfg_dir = debugfs_create_dir("vchiq", NULL); in vchiq_debugfs_init()
327 debugfs_info.clients = debugfs_create_dir("clients", in vchiq_debugfs_init()
/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Ddebugfs.h44 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent);
/freebsd-12.1/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c296 ipoib_root = debugfs_create_dir("ipoib", NULL); in ipoib_register_debugfs()
/freebsd-12.1/sys/compat/lindebugfs/
H A Dlindebugfs.c210 debugfs_create_dir(const char *name, struct dentry *parent) in debugfs_create_dir() function