Searched defs:mp_size (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libntfs/common/libntfs/ |
H A D | mft.c | 564 int ret, mp_size; local 672 mp_size = ntfs_get_size_for_mapping_pairs(vol, rl2, ll); 673 if (mp_size <= 0) { 680 if (ntfs_attr_record_resize(m, a, mp_size + 698 le16_to_cpu(a->u.nonres.mapping_pairs_offset), mp_size, rl2, ll, 898 int err, mp_size; local 991 mp_size = ntfs_get_size_for_mapping_pairs(vol, rl2, ll); 992 if (mp_size <= 0) { 1000 mp_size + le16_to_cpu(a->u.nonres.mapping_pairs_offset))) { 1022 (u8*)a + le16_to_cpu(a->u.nonres.mapping_pairs_offset), mp_size, [all...] |
H A D | attrib.c | 3621 int mp_size, mp_ofs, name_ofs, arec_size; local 3696 mp_size = ntfs_get_size_for_mapping_pairs(vol, rl, 0); 3697 if (mp_size < 0) { 3710 arec_size = (mp_ofs + mp_size + 7) & ~7; 4231 int err, mp_size, cur_max_mp_size, exp_max_mp_size; local 4507 mp_size = ntfs_get_size_for_mapping_pairs(na->ni->vol, na->rl, 4509 if (mp_size <= 0) { 4528 if (mp_size > exp_max_mp_size) { 4536 if (ntfs_inode_free_space(na->ni, mp_size - 4568 mp_size [all...] |
/osnet-11/usr/src/common/mpi/ |
H A D | mpi.h | 130 typedef unsigned int mp_size; typedef 243 mp_size alloc; /* how many digits allocated */ 244 mp_size used; /* how many digits used */ 249 mp_size mp_get_prec(void); 250 void mp_set_prec(mp_size prec); 254 mp_err mp_init_size(mp_int *mp, mp_size prec, int kmflag); 351 mp_err mp_read_unsigned_octets(mp_int *mp, const unsigned char *str, mp_size len); 353 mp_err mp_to_unsigned_octets(const mp_int *mp, unsigned char *str, mp_size maxlen); 354 mp_err mp_to_signed_octets(const mp_int *mp, unsigned char *str, mp_size maxlen); 355 mp_err mp_to_fixlen_octets(const mp_int *mp, unsigned char *str, mp_size le [all...] |
/osnet-11/usr/src/cmd/ntfsprogs/ |
H A D | ntfsresize.c | 1147 int mp_size, l; local 1153 if ((mp_size = ntfs_get_size_for_mapping_pairs(vol, rl, 0)) == -1) 1168 if (mp_size > l) { 1174 mp_size = (mp_size + 7) & ~7; 1177 ntfs_log_verbose("New mp size : %d\n", mp_size); 1182 l = mp_size - l; 1211 mp = ntfs_calloc(mp_size); 1215 if (ntfs_mapping_pairs_build(vol, mp, mp_size, rl, 0, NULL)) 1218 memmove((u8*)a + le16_to_cpu(a->u.nonres.mapping_pairs_offset), mp, mp_size); [all...] |
/osnet-11/usr/src/cmd/sendmail/db/ |
H A D | db.h | 248 size_t mp_size; /* Bytes in the mpool cache. */ member in struct:__db_env
|
Completed in 46 milliseconds