Searched refs:zpool_default_import_path (Results 1 – 3 of 3) sorted by relevance
77 const char *const *zpool_default_import_path = in zfs_resolve_shortname() local82 zpool_default_import_path[i], name); in zfs_resolve_shortname()104 const char *const *zpool_default_import_path = NULL; in zfs_strcmp_shortname() local114 zpool_default_import_path = zpool_default_search_paths(&count); in zfs_strcmp_shortname()115 dir = (char *)zpool_default_import_path[i]; in zfs_strcmp_shortname()137 dir = (char *)zpool_default_import_path[i]; in zfs_strcmp_shortname()
172 zpool_default_import_path[] = { variable179 *count = nitems(zpool_default_import_path); in zpool_default_search_paths()180 return (zpool_default_import_path); in zpool_default_search_paths()
234 zpool_default_import_path[] = { variable249 *count = ARRAY_SIZE(zpool_default_import_path); in zpool_default_search_paths()250 return (zpool_default_import_path); in zpool_default_search_paths()278 for (int i = 0; i < ARRAY_SIZE(zpool_default_import_path); in zfs_path_order()280 if (strncmp(name, zpool_default_import_path[i], in zfs_path_order()281 strlen(zpool_default_import_path[i])) == 0) { in zfs_path_order()