Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/acl/
H A Dacl_common.c512 int resultsize = 0; in ln_aent_to_ace() local
523 resultsize = n * 2; in ln_aent_to_ace()
530 resultsize += numuser + numgroup; in ln_aent_to_ace()
532 resultsize -= 2; in ln_aent_to_ace()
539 if (cacl_malloc((void **)&result, resultsize * sizeof (ace_t)) != 0) in ln_aent_to_ace()
660 *rescount = resultsize; in ln_aent_to_ace()
664 if ((result != NULL) && (resultsize > 0)) { in ln_aent_to_ace()
665 cacl_free(result, resultsize * sizeof (ace_t)); in ln_aent_to_ace()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_acl.c571 int resultsize = 0; in ln_aent_to_ace4() local
582 resultsize = n * 2; in ln_aent_to_ace4()
589 resultsize += numuser + numgroup; in ln_aent_to_ace4()
591 resultsize -= 2; in ln_aent_to_ace4()
598 result = acep = kmem_zalloc(resultsize * sizeof (nfsace4), KM_SLEEP); in ln_aent_to_ace4()
775 *rescount = resultsize; in ln_aent_to_ace4()
780 if ((result != NULL) && (resultsize > 0)) { in ln_aent_to_ace4()
782 for (i = 0; i < resultsize; i++) { in ln_aent_to_ace4()
792 kmem_free(result, resultsize * sizeof (nfsace4)); in ln_aent_to_ace4()
/titanic_41/usr/src/uts/common/io/ath/
H A Dath_hal.h961 void **result, uint32_t *resultsize);