HomeSort by: relevance | last modified time | path
    Searched defs:zpool_name (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/fstyp/
zfs.c 56 char *zpool_name = NULL; local in function:fstyp_zfs
74 (nvlist_lookup_string(config, "name", &zpool_name) == 0)) {
75 strlcpy(label, zpool_name, labelsize);
zfs.c 56 char *zpool_name = NULL; local in function:fstyp_zfs
74 (nvlist_lookup_string(config, "name", &zpool_name) == 0)) {
75 strlcpy(label, zpool_name, labelsize);

Completed in 23 milliseconds