Lines Matching defs:rsz
2170 size_t bytes_left, pos, rsz;
2182 rsz = snprintf(physpath + pos, bytes_left, format, tmppath);
2183 *bytes_written += rsz;
2185 if (rsz >= bytes_left) {
2197 size_t *rsz, boolean_t is_spare)
2221 phypath_size, rsz)) != 0)
2238 phypath_size, rsz, is_spare);
2254 size_t rsz;
2260 rsz = 0;
2277 (void) vdev_get_physpaths(child[0], physpath, phypath_size, &rsz,
2281 if (rsz == 0)