Searched refs:cbytes (Results 1 – 3 of 3) sorted by relevance
186 uiocopy(void *p, size_t n, enum uio_rw rw, struct uio *uio, size_t *cbytes) in uiocopy() argument194 *cbytes = 0; in uiocopy()230 *cbytes += cnt; in uiocopy()
5101 size_t cbytes = 0; in pt_xd_cred() local5104 cbytes = (cr.pr_ngroups <= 1) ? sizeof (prcred_t) : in pt_xd_cred()5109 return (cbytes); in pt_xd_cred()5111 if (cbytes == 0) in pt_xd_cred()5114 crp = mdb_alloc(cbytes, UM_SLEEP); in pt_xd_cred()5119 nbytes = MIN(nbytes, cbytes); in pt_xd_cred()5121 mdb_free(crp, cbytes); in pt_xd_cred()
856 size_t cbytes; in zfs_write() local863 UIO_WRITE, uio, &cbytes)) { in zfs_write()867 ASSERT(cbytes == max_blksz); in zfs_write()