Lines Matching defs:scope
176 zfs_mod_list_supported(const char *scope)
179 (void) scope;
190 ZFS_SYSFS_DIR, scope) < sizeof (path))
194 ZFS_SYSFS_ALT_DIR, scope) < sizeof (path))
251 zfs_mod_supported_impl(const char *scope, const char *name, const char *sysfs)
255 scope == NULL ? "" : "/", scope ?: "",
263 zfs_mod_supported(const char *scope, const char *name,
276 supported = (zfs_mod_supported_impl(scope, name, ZFS_SYSFS_DIR) ||
277 zfs_mod_supported_impl(scope, name, ZFS_SYSFS_ALT_DIR));
283 * scope directory does not exist.
287 !zfs_mod_supported_impl(scope, NULL, ZFS_SYSFS_DIR)) ||
289 !zfs_mod_supported_impl(scope, NULL, ZFS_SYSFS_ALT_DIR))) {