Searched defs:p_size (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/solaris_x86/
H A Dsolaris_x86.c75 long p_size; /* # of blocks in partition */ member in struct:partition
113 PedSector block_count = pvtoc->v_part[2].p_size;
/osnet-11/usr/src/lib/udapl/libdat/common/
H A Ddat_dictionary.c197 OUT DAT_COUNT *p_size)
200 dat_os_assert(NULL != p_size);
202 *p_size = p_dictionary->size;
195 dat_dictionary_size( IN DAT_DICTIONARY *p_dictionary, OUT DAT_COUNT *p_size) argument
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_hash.c423 OUT DAT_COUNT *p_size)
425 dapl_os_assert(p_table && p_size);
427 *p_size = p_table->num_entries;
421 dapls_hash_size( IN DAPL_HASH_TABLE *p_table, OUT DAT_COUNT *p_size) argument
/osnet-11/usr/src/lib/libparted/common/libparted/arch/
H A Dsolaris.c512 diskaddr_t p_size; local
539 p_size = extvtoc.v_part[part].p_size;
540 if (start >= p_start + p_size || end < p_start) {
789 diskaddr_t p_size; local
835 p_size = extvtoc.v_part[part].p_size;
836 if (start >= p_start + p_size || end < p_start) {
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dbsd.c73 uint32_t p_size; /* number of sectors in partition */ member in struct:_BSDRawPartition
298 if (!label->d_partitions[i - 1].p_size
303 + PED_LE32_TO_CPU(label->d_partitions[i - 1].p_size) - 1;
375 label->d_partitions[i - 1].p_size
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dbsd.c539 grub_size_t p_size = 0; local
563 p_size += grub_strlen (&var->name[sizeof("kFreeBSD.") - 1]);
564 p_size++;
565 p_size += grub_strlen (var->value) + 1;
577 p_size = 0;
580 if (p_size)
581 p_size = ALIGN_PAGE (kern_end + p_size + 1) - kern_end;
600 p_size = ALIGN_PAGE (kern_end + p_size
[all...]

Completed in 438 milliseconds