Searched refs:p_size (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-9.3-release/sys/boot/common/
H A Dbcache.c165 int p_size, result; local
186 p_size = 0;
193 p_size = 1;
195 p_size++;
199 result = dd->dv_strategy(dd->dv_devdata, rw, p_blk, p_size * bcache_blksize, p_buf, NULL);
202 for (j = 0; j < p_size; j++)
209 result = dd->dv_strategy(dd->dv_devdata, rw, p_blk, p_size * bcache_blksize, p_buf, NULL);
212 for (j = 0; j < p_size; j++)
H A Dpart.c474 if (part->p_size == 0)
481 le32toh(part->p_size) + 1;
/freebsd-9.3-release/sbin/bsdlabel/
H A Dbsdlabel.c309 if (lp->d_partitions[i].p_size)
315 dp->p_size = lp->d_secperunit - dp->p_offset;
401 if (lab.d_partitions[i].p_size)
533 if (lab.d_partitions[i].p_size)
538 if (lab.d_partitions[i].p_size)
607 if (pp->p_size) {
609 (u_long)pp->p_size, (u_long)pp->p_offset);
1060 pp->p_size = v;
1218 pp->p_size = lp->d_secperunit;
1229 size = pp->p_size;
[all...]
/freebsd-9.3-release/lib/libdisk/
H A Dwrite_disk.c42 dl->d_partitions[j].p_size = c2->size;
68 dl->d_partitions[RAW_PART].p_size = c1->size;
/freebsd-9.3-release/sys/dev/drm2/ttm/
H A Dttm_bo_manager.c106 unsigned long p_size)
112 ret = drm_mm_init(&rman->mm, 0, p_size);
105 ttm_bo_man_init(struct ttm_mem_type_manager *man, unsigned long p_size) argument
H A Dttm_bo_api.h558 * @p_size: size managed area in pages.
570 unsigned long p_size);
H A Dttm_bo_driver.h158 * @p_size: Implementation dependent, but typically the size of the
165 int (*init)(struct ttm_mem_type_manager *man, unsigned long p_size);
H A Dttm_bo.c1438 unsigned long p_size)
1458 ret = (*man->func->init)(man, p_size);
1464 man->size = p_size;
1437 ttm_bo_init_mm(struct ttm_bo_device *bdev, unsigned type, unsigned long p_size) argument
/freebsd-9.3-release/lib/libc/gen/
H A Ddisklabel.c128 pp->p_size = 0;
130 pp->p_size = l;
/freebsd-9.3-release/sys/geom/part/
H A Dg_part_bsd.c170 entry->part.p_size = gpp->gpp_size;
241 entry->part.p_size = basetable->gpt_last + 1;
315 entry->part.p_size = gpp->gpp_size;
419 part.p_size = le32dec(p + 0);
425 if (part.p_size == 0)
433 part.p_offset - table->offset + part.p_size - 1);
492 le32enc(p + 0, entry->part.p_size);
/freebsd-9.3-release/sbin/newfs/
H A Dnewfs.c368 if (pp->p_size == 0)
374 getfssize(&fssize, special, pp->p_size, reserved);
402 pp->p_size *= secperblk;
407 pp->p_size /= realsectorsize / DEV_BSIZE;
/freebsd-9.3-release/sys/geom/
H A Dgeom_bsd_enc.c59 d->p_size = le32dec(ptr + 0);
138 le32enc(ptr + 0, d->p_size);
H A Dgeom_bsd.c135 if (ppp->p_size == 0)
158 (off_t)ppp->p_size * dl.d_secsize,
173 (off_t)ppp->p_size * dl.d_secsize,
/freebsd-9.3-release/sbin/fsck_ffs/
H A Dsetup.c488 pp->p_cpg == 0 || pp->p_size == 0) {
491 pp->p_fsize, pp->p_frag, pp->p_cpg, pp->p_size);
497 fs->fs_size = pp->p_size;
/freebsd-9.3-release/sys/sys/
H A Ddisklabel.h138 u_int32_t p_size; /* number of sectors in partition */ member in struct:disklabel::partition
/freebsd-9.3-release/sys/boot/arm/ixp425/boot2/
H A Dboot2.c382 DPRINTF("p_size = %x\n",
383 !d->d_partitions[bootpart].p_size);
384 if (!d->d_partitions[bootpart].p_size) {
/freebsd-9.3-release/sys/netinet/
H A Dsctp_asconf.c2662 uint16_t p_size, addr_size; local
2669 p_size = sizeof(struct sctp_ipv6addr_param);
2673 p_size = sizeof(struct sctp_ipv4addr_param);
2676 lookup->ph.param_length = htons(SCTP_SIZE32(p_size));
2678 SCTP_BUF_LEN(m_asconf_chk) += SCTP_SIZE32(p_size);
2707 uint16_t p_size, addr_size; local
2725 p_size = sizeof(struct sctp_ipv6addr_param);
2736 p_size = sizeof(struct sctp_ipv4addr_param);
2743 p_size = 0;
2748 lookup->ph.param_length = htons(SCTP_SIZE32(p_size));
[all...]
/freebsd-9.3-release/gnu/lib/libodialog/
H A Dtree.c36 * p_size - pointer to size of array
41 * 0 - ok and names by p_names, size by p_size, array by p_array set
46 unsigned char ***p_names, int *p_size, unsigned char FS,
896 * p_size - pointer to size of array
901 * 0 - ok and names by p_names, size by p_size, array by p_array set
908 unsigned char ***p_names, int *p_size, unsigned char FS,
948 *p_size = 0;
957 *p_size = NR;
907 mk_ftree(char *filename, unsigned char ***p_names, int *p_size, unsigned char FS, struct leaf **p_array) argument
/freebsd-9.3-release/sys/boot/arm/at91/boot2/
H A Dboot2.c316 if (!d->d_partitions[0].p_size) {
/freebsd-9.3-release/sys/dev/drm/
H A Ddrm.h957 uint64_t p_size; member in struct:drm_mm_init_arg
962 uint64_t p_size; member in struct:drm_mm_info_arg
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm.h959 uint64_t p_size; member in struct:drm_mm_init_arg
964 uint64_t p_size; member in struct:drm_mm_info_arg
/freebsd-9.3-release/sbin/routed/
H A Drdisc.c695 int p_size,
762 p, p_size);
764 if (0 > sendto(rdisc_sock, p, p_size, flags,
694 send_rdisc(union ad_u *p, int p_size, struct interface *ifp, naddr dst, int type) argument
/freebsd-9.3-release/sys/boot/pc98/libpc98/
H A Dbiosdisk.c392 display_size(lp->d_partitions[i].p_size),
394 lp->d_partitions[i].p_offset + lp->d_partitions[i].p_size);
/freebsd-9.3-release/sys/boot/i386/boot2/
H A Dboot2.c528 !d->d_partitions[dsk.part].p_size) {
/freebsd-9.3-release/sys/boot/pc98/boot2/
H A Dboot2.c661 !d->d_partitions[dsk.part].p_size) {

Completed in 335 milliseconds

12