Searched refs:sizel (Results 1 – 1 of 1) sorted by relevance
488 int sizeh, sizel; in nsc_ncio_attach() local517 rc = ncall_read_reply(ncall, 3, &err, &sizeh, &sizel); in nsc_ncio_attach()523 ncp->partsize = (uint64_t)(((uint64_t)sizeh << 32) | (uint64_t)sizel); in nsc_ncio_attach()556 int sizeh, sizel; in nsc_rncio_partsize() local584 sizeh = sizel = 0; in nsc_rncio_partsize()586 sizel = (int)(partsize & 0xffffffff); in nsc_rncio_partsize()595 ncall_reply(ncall, rc, sizeh, sizel); in nsc_rncio_partsize()