Lines Matching refs:rsz
2154 size_t bytes_left, pos, rsz; in vdev_get_one_physpath() local
2166 rsz = snprintf(physpath + pos, bytes_left, format, tmppath); in vdev_get_one_physpath()
2167 *bytes_written += rsz; in vdev_get_one_physpath()
2169 if (rsz >= bytes_left) { in vdev_get_one_physpath()
2181 size_t *rsz, boolean_t is_spare) in vdev_get_physpaths() argument
2205 phypath_size, rsz)) != 0) in vdev_get_physpaths()
2221 phypath_size, rsz, is_spare); in vdev_get_physpaths()
2237 size_t rsz; in zpool_get_config_physpath() local
2243 rsz = 0; in zpool_get_config_physpath()
2260 (void) vdev_get_physpaths(child[0], physpath, phypath_size, &rsz, in zpool_get_config_physpath()
2264 if (rsz == 0) in zpool_get_config_physpath()