Searched refs:zpool_default_import_path (Results 1 – 3 of 3) sorted by relevance
69 const char *const *zpool_default_import_path = in zfs_resolve_shortname() local74 zpool_default_import_path[i], name); in zfs_resolve_shortname()110 const char *const *zpool_default_import_path = NULL; in zfs_strcmp_shortname() local120 zpool_default_import_path = zpool_default_search_paths(&count); in zfs_strcmp_shortname()121 dir = (char *)zpool_default_import_path[i]; in zfs_strcmp_shortname()143 dir = (char *)zpool_default_import_path[i]; in zfs_strcmp_shortname()
224 zpool_default_import_path[] = { variable231 *count = nitems(zpool_default_import_path); in zpool_default_search_paths()232 return (zpool_default_import_path); in zpool_default_search_paths()
265 zpool_default_import_path[] = { variable280 *count = ARRAY_SIZE(zpool_default_import_path); in zpool_default_search_paths()281 return (zpool_default_import_path); in zpool_default_search_paths()309 for (int i = 0; i < ARRAY_SIZE(zpool_default_import_path); in zfs_path_order()311 if (strncmp(name, zpool_default_import_path[i], in zfs_path_order()312 strlen(zpool_default_import_path[i])) == 0) { in zfs_path_order()