Searched refs:zpool_default_import_path (Results 1 – 3 of 3) sorted by relevance
59 const char * const *zpool_default_import_path; in zfs_resolve_shortname() local62 zpool_default_import_path = zpool_default_search_paths(&count); in zfs_resolve_shortname()66 zpool_default_import_path[i], name); in zfs_resolve_shortname()87 const char * const *zpool_default_import_path; in zfs_strcmp_shortname() local90 zpool_default_import_path = zpool_default_search_paths(&count); in zfs_strcmp_shortname()99 dir = (char *)zpool_default_import_path[i]; in zfs_strcmp_shortname()121 dir = (char *)zpool_default_import_path[i]; in zfs_strcmp_shortname()
169 zpool_default_import_path[] = { variable176 *count = nitems(zpool_default_import_path); in zpool_default_search_paths()177 return (zpool_default_import_path); in zpool_default_search_paths()
260 zpool_default_import_path[DEFAULT_IMPORT_PATH_SIZE] = { variable276 return ((const char * const *)zpool_default_import_path); in zpool_default_search_paths()306 if (strncmp(name, zpool_default_import_path[i], in zfs_path_order()307 strlen(zpool_default_import_path[i])) == 0) { in zfs_path_order()