Searched refs:pbytes (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/ |
H A D | rfileio.d | 42 uint64_t pbytes; 74 pbytes += args[0]->b_bcount; 87 lbytes ? 100 * pbytes / lbytes : 0); 90 lbytes = pbytes = 0;
|
H A D | rfsio.d | 42 uint64_t pbytes; 81 pbytes += args[0]->b_bcount; 94 lbytes ? 100 * pbytes / lbytes : 0); 97 lbytes = pbytes = 0;
|
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/FS/ |
H A D | rfileio.d | 42 uint64_t pbytes; 74 pbytes += args[0]->b_bcount; 87 lbytes ? 100 * pbytes / lbytes : 0); 90 lbytes = pbytes = 0;
|
H A D | rfsio.d | 42 uint64_t pbytes; 81 pbytes += args[0]->b_bcount; 94 lbytes ? 100 * pbytes / lbytes : 0); 97 lbytes = pbytes = 0;
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | ecc.c | 861 int pbytes = (mpi_get_nbits (p)+7)/8; 866 buf = gcry_xmalloc ( 1 + 2*pbytes ); 869 err = gcry_mpi_print (GCRYMPI_FMT_USG, ptr, pbytes, &n, x); 872 if (n < pbytes) 874 memmove (ptr+(pbytes-n), ptr, n); 875 memset (ptr, 0, (pbytes-n)); 877 ptr += pbytes; 878 err = gcry_mpi_print (GCRYMPI_FMT_USG, ptr, pbytes, &n, y); 881 if (n < pbytes) 883 memmove (ptr+(pbytes 857 int pbytes = (mpi_get_nbits (p)+7)/8; local [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/ |
H A D | ecc.c | 861 int pbytes = (mpi_get_nbits (p)+7)/8; 866 buf = gcry_xmalloc ( 1 + 2*pbytes ); 869 err = gcry_mpi_print (GCRYMPI_FMT_USG, ptr, pbytes, &n, x); 872 if (n < pbytes) 874 memmove (ptr+(pbytes-n), ptr, n); 875 memset (ptr, 0, (pbytes-n)); 877 ptr += pbytes; 878 err = gcry_mpi_print (GCRYMPI_FMT_USG, ptr, pbytes, &n, y); 881 if (n < pbytes) 883 memmove (ptr+(pbytes 857 int pbytes = (mpi_get_nbits (p)+7)/8; local [all...] |
/osnet-11/usr/src/lib/libzonestat/common/ |
H A D | libzonestat.c | 158 uint64_t bytes, pbytes; local 161 pbytes = new->zsz_tot_pbytes - old->zsz_tot_pbytes; 162 pused = zs_uint64_used_pct(new->zsz_speed, pbytes, B_FALSE); 236 old->zsz_tot_pbytes += pbytes;
|
Completed in 31 milliseconds