Searched refs:debugfs_create_symlink (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/modules/lindebugfs/ |
H A D | Makefile | 18 EXPORT_SYMS+= debugfs_create_symlink
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | debugfs.h | 82 struct dentry *debugfs_create_symlink(const char *name, struct dentry *parent,
|
/freebsd/sys/compat/lindebugfs/ |
H A D | lindebugfs.c | 296 debugfs_create_symlink(const char *name, struct dentry *parent, in debugfs_create_symlink() function 785 (void)debugfs_create_symlink("kcov", NULL, "/dev/kcov"); in lindebugfs_init()
|
/freebsd/sys/gnu/gcov/ |
H A D | gcov_fs.c | 559 node->links[i] = debugfs_create_symlink(deskew(path_basename), in add_links()
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | debugfs-vif.c | 914 debugfs_create_symlink(name, mvm->debugfs_dir, buf); in iwl_mvm_vif_dbgfs_add_link()
|
H A D | debugfs.c | 2247 debugfs_create_symlink("iwlwifi", mvm->hw->wiphy->debugfsdir, in iwl_mvm_dbgfs_register()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | debugfs.c | 1605 debugfs_create_symlink("ath11k", ar->hw->wiphy->debugfsdir, buf); in ath11k_debugfs_register()
|