Searched refs:nsc_partsize (Results 1 – 18 of 18) sorted by relevance
/titanic_44/usr/src/head/ |
H A D | nsctl.h | 75 extern int nsc_partsize(nsc_fd_t *, nsc_size_t *);
|
/titanic_44/usr/src/lib/libnsctl/common/ |
H A D | mapfile-vers | 59 nsc_partsize;
|
H A D | llib-lnsctl | 40 int nsc_partsize(nsc_fd_t *fd, nsc_size_t *size);
|
H A D | cache.c | 268 nsc_partsize(nsc_fd_t *fd, nsc_size_t *rvp) in nsc_partsize() function
|
/titanic_44/usr/src/uts/common/avs/ns/ |
H A D | nsctl_inter.h | 93 int nsc_partsize(nsc_fd_t *, nsc_size_t *) { } in nsc_partsize() function
|
H A D | nsctl.h | 223 extern int nsc_partsize(nsc_fd_t *, nsc_size_t *);
|
/titanic_44/usr/src/lib/libunistat/common/dsw/ |
H A D | dsw.err | 38 PARTSIZE = nsc_partsize failed
|
/titanic_44/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_disk.c | 145 nsc_partsize(nsc_fd_t *fd, nsc_size_t *valp) in nsc_partsize() function 207 if ((rc = nsc_partsize(fd, &limit)) != 0) in _nsc_rw_uio()
|
H A D | nsctl.c | 737 rc = nsc_partsize(fd, &size); in _nscpartsize()
|
H A D | nsc_ncallio.c | 585 rc = nsc_partsize(fd, &partsize); in nsc_rncio_partsize()
|
/titanic_44/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_bitmap.c | 1072 sts = nsc_partsize(newfd, &vol_size); in rdc_move_bitmap() 1406 sts = nsc_partsize(krdc->bitmapfd, &vol_size); in rdc_open_bitmap() 1908 sts = nsc_partsize(krdc->bitmapfd, &vol_size); in rdc_std_zero_bitref()
|
H A D | rdc_diskq.c | 225 sts = nsc_partsize(grp->diskqfd, &size); in rdc_open_diskq() 529 (void) nsc_partsize(grp->diskqfd, &header->h.disk_size); in rdc_init_diskq_header() 2899 (void) nsc_partsize(krdc->bitmapfd, &vol_size); in rdc_add_diskq()
|
H A D | rdc_dev.c | 302 rc = nsc_partsize(RDC_U_FD(krdc), &vol_size); in rdc_get_details() 1758 if ((rc = nsc_partsize(dip->bi_fd, &partsize)) != 0) { in _rdc_attach_fd()
|
H A D | rdc_io.c | 6324 rs = nsc_partsize(RDC_U_FD(krdc), &size); in mirror_getsize()
|
/titanic_44/usr/src/cmd/avs/sdbc/ |
H A D | sd_diag.c | 204 rc = nsc_partsize(sdfd, &filesize); /* partsize in FBAs (512 bytes) */ in set_part_size()
|
/titanic_44/usr/src/uts/common/avs/ns/sv/ |
H A D | sv.c | 1118 if ((rc = nsc_partsize(svp->sv_fd, &svp->sv_nblocks)) != 0) { in svattach_fd()
|
/titanic_44/usr/src/uts/common/avs/ns/dsw/ |
H A D | dsw_dev.c | 1716 rc = nsc_partsize(MSTFD(ip), &mst_size); in _ii_config() 1718 rc = nsc_partsize(SHDFD(ip), &shd_size); in _ii_config() 1722 rc = nsc_partsize(ip->bi_bmpfd, &bmp_size); in _ii_config() 3992 rc = nsc_partsize(fd, &vol_size); in _ii_ocreate()
|
/titanic_44/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_bcache.c | 1847 rc = nsc_partsize(cdi->cd_rawfd, &cdi->cd_info->sh_filesize); in sdbc_fd_attach_cd()
|