Home
last modified time | relevance | path

Searched refs:zpool_read_label (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/fs.d/zfs/fstyp/
H A Dfstyp.c92 if (zpool_read_label(h->fd, &h->config) != 0 || in fstyp_mod_ident()
/titanic_50/usr/src/lib/libzfs/common/
H A Dmapfile-vers233 zpool_read_label;
H A Dlibzfs_import.c867 zpool_read_label(int fd, nvlist_t **config) in zpool_read_label() function
1076 if ((zpool_read_label(fd, &config)) != 0) { in zpool_open_func()
1543 if (zpool_read_label(fd, &config) != 0) { in zpool_in_use()
H A Dlibzfs.h749 extern int zpool_read_label(int, nvlist_t **);
/titanic_50/usr/src/cmd/zpool/
H A Dzpool_vdev.c1004 zpool_read_label(fd, &label) != 0) { in is_spare()