Home
last modified time | relevance | path

Searched refs:sizel (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_ncallio.c488 int sizeh, sizel; in nsc_ncio_attach() local
517 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() local
584 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()