/src/sys/arch/ia64/stand/common/ |
bcache.c | 166 int p_size, result; local in function:read_strategy 187 p_size = 0; 194 p_size = 1; 196 p_size++; 200 result = dd->dv_strategy(dd->dv_devdata, rw, p_blk, p_size * bcache_blksize, p_buf, NULL); 203 for (j = 0; j < p_size; j++) 210 result = dd->dv_strategy(dd->dv_devdata, rw, p_blk, p_size * bcache_blksize, p_buf, NULL); 213 for (j = 0; j < p_size; j++)
|
/src/lib/libukfs/ |
ukfs_int_disklabel.h | 134 uint32_t p_size; /* number of sectors in partition */ member in struct:ukfs__disklabel::ukfs__partition
|
/src/sys/arch/atari/stand/tostools/aptck/ |
disklbl.h | 122 u_int32_t p_size; /* number of sectors in partition */ member in struct:disklabel::partition
|
/src/sys/arch/atari/stand/tostools/chg_pid/ |
chg_pid.c | 65 u_long p_size; /* partition size */ member in struct:gem_part
|
/src/sys/arch/atari/stand/tostools/libtos/ |
disklbl.h | 122 u_int32_t p_size; /* number of sectors in partition */ member in struct:disklabel::partition
|
/src/sys/kern/ |
subr_disk.c | 355 uint64_t p_size, p_offset, labelsector; local in function:bounds_check_with_label 370 p_size = (uint64_t)p->p_size << dk->dk_blkshift; 386 if (bp->b_blkno + sz > p_size) { 387 sz = p_size - bp->b_blkno; 442 rp.p_size = secperunit; 463 if (lp->d_npartitions > RAW_PART && p->p_offset == 0 && p->p_size != 0) 466 altp->p_offset == 0 && altp->p_size != 0) { 511 (char)(i + 'a'), p->p_offset, p->p_size, p->p_fstype); 602 pi->pi_size = dp->p_size; [all...] |
/src/sys/netinet/ |
sctp_asconf.c | 2318 uint16_t p_size, addr_size; local in function:sctp_compose_asconf 2325 p_size = sizeof(struct sctp_ipv6addr_param); 2329 p_size = sizeof(struct sctp_ipv4addr_param); 2332 lookup->ph.param_length = htons(SCTP_SIZE32(p_size)); 2334 m_asconf_chk->m_len += SCTP_SIZE32(p_size); 2364 uint16_t p_size, addr_size; local in function:sctp_compose_asconf 2379 p_size = sizeof(struct sctp_ipv6addr_param); 2387 p_size = sizeof(struct sctp_ipv4addr_param); 2392 lookup->ph.param_length = htons(SCTP_SIZE32(p_size)); 2394 m_asconf_chk->m_len += SCTP_SIZE32(p_size); [all...] |
/src/usr.bin/rump_allserver/ |
rump_allserver.c | 602 uint32_t p_size; /* number of sectors in partition */ member in struct:rumpserver_disklabel::rumpserver_partition 781 flen = dl.d_partitions[partition].p_size << RUMPSERVER_DEVSHIFT;
|
/src/usr.sbin/sysinst/ |
bsddisklabel.c | 1768 daddr_t p_start, p_size; local in function:make_bsd_partitions 1843 p_size = pm->ptsize; 1847 parts->parent, &p_start, &p_size); 1859 p_start = p_size = 0; 1862 p_size = space.size; 1866 replace_by_default(parts, p_start, p_size, 1869 if (!edit_with_defaults(parts, p_start, p_size,
|
gpt.c | 283 daddr_t p_start = 0, p_size = 0, avail_start = 0, avail_size = 0, local in function:gpt_read_from_disk 304 i = 0; p_start = 0; p_size = 0; p_index = 0; 319 p_size = strtouq(tt, NULL, 10); 330 if (p_start == 0 || p_size == 0) 333 avail_start = p_start + p_size; 335 parts->epilogue = p_size + 1; 336 parts->max_num_parts = p_size * GPT_PARTS_PER_SEC; 340 disk_size = p_start + p_size; 361 np->gp_size = p_size;
|
/src/sys/sys/ |
disklabel.h | 102 uint32_t p_size; /* number of sectors in partition */ member in struct:partition 281 uint32_t p_size; member in struct:olddisklabel::opartition
|
/src/sys/dev/dkwedge/ |
dk.c | 1523 uint64_t p_size, p_offset; local in function:dkstrategy 1536 p_size = dkwedge_size(sc) << sc->sc_parent->dk_blkshift; 1539 if (bounds_check_with_mediasize(bp, DEV_BSIZE, p_size) <= 0) 1880 uint64_t p_size; local in function:dksize 1890 p_size = dkwedge_size(sc) << sc->sc_parent->dk_blkshift; 1893 if (p_size > INT_MAX) 1896 rv = (int)p_size; 1916 uint64_t p_size, p_offset; local in function:dkdump 1933 p_size = dkwedge_size(sc) << sc->sc_parent->dk_blkshift; 1935 if (blkno < 0 || blkno + size/DEV_BSIZE > p_size) { [all...] |
/src/sys/external/bsd/drm/dist/shared-core/ |
drm.h | 964 uint64_t p_size; member in struct:drm_mm_init_arg 969 uint64_t p_size; member in struct:drm_mm_info_arg
|