Home | History | Annotate | Download | only in common

Lines Matching defs:rsz

2220 	size_t bytes_left, pos, rsz;
2232 rsz = snprintf(physpath + pos, bytes_left, format, tmppath);
2233 *bytes_written += rsz;
2235 if (rsz >= bytes_left) {
2247 size_t *rsz, boolean_t is_spare)
2271 phypath_size, rsz)) != 0)
2287 phypath_size, rsz, is_spare);
2303 size_t rsz;
2309 rsz = 0;
2326 (void) vdev_get_physpaths(child[0], physpath, phypath_size, &rsz,
2330 if (rsz == 0)