| /netbsd-src/sys/arch/sgimips/stand/sgivol/ |
| H A D | sgivol.c | 70 int partno, partfirst, partblocks, parttype; variable 159 partno = atoi(argv[0]); in main() 191 partno = atoi(argv[0]); in main() 576 partno, partfirst, partblocks); in modify_partition() 577 if (partno < 0 || partno >= SGI_BOOT_BLOCK_MAXPARTITIONS) in modify_partition() 578 errx(EXIT_FAILURE, "Invalid partition number: %d", partno); in modify_partition() 580 volhdr->partitions[partno].blocks = htobe32(partblocks); in modify_partition() 581 volhdr->partitions[partno].first = htobe32(partfirst); in modify_partition() 582 volhdr->partitions[partno].type = htobe32(parttype); in modify_partition()
|
| /netbsd-src/sys/arch/atari/stand/tostools/chg_pid/ |
| H A D | chg_pid.c | 110 int partno = 0; in main() local 157 partno = atoi(argv[1]); in main() 160 partno, driveno, newname); in main() 168 if(chg_tosparts(partno, driveno, newname)) { in main()
|
| /netbsd-src/distrib/utils/embedded/files/ |
| H A D | resize_disklabel | 19 local partno 21 partno=$(/sbin/sysctl -n kern.rawpartition)
|
| /netbsd-src/sys/arch/hp300/stand/inst/ |
| H A D | inst.c | 296 get_fstype(struct disklabel *lp, int partno) in get_fstype() argument 299 struct partition *pp = &lp->d_partitions[partno]; in get_fstype() 316 if (partno == 1) in get_fstype() 318 else if (partno == RAW_PART) in get_fstype()
|
| /netbsd-src/sys/dev/isa/ |
| H A D | if_ef.c | 458 uint8_t partno[EF_TYPE_LEN]; in ef_attach() local 585 partno[i] = bus_space_read_1(esc->sc_regt, esc->sc_regh, in ef_attach() 589 esc->card_type = EF_IS_TP(partno) ? EF_CARD_TP : EF_CARD_BNC; in ef_attach()
|
| /netbsd-src/sys/arch/sun3/dev/ |
| H A D | xd.c | 1372 int rqno, partno; in xdc_startbuf() local 1392 partno = DISKPART(bp->b_dev); in xdc_startbuf() 1395 'a' + partno, (bp->b_flags & B_READ) ? "read" : "write", bp->b_blkno); in xdc_startbuf() 1422 block = bp->b_blkno + ((partno == RAW_PART) ? 0 : in xdc_startbuf() 1423 xdsc->sc_dk.dk_label->d_partitions[partno].p_offset); in xdc_startbuf()
|
| H A D | xy.c | 1269 int partno = DISKPART(bp->b_dev); in xyc_startbuf() local 1271 'a' + partno, (bp->b_flags & B_READ) ? "read" : "write", in xyc_startbuf()
|
| /netbsd-src/sys/dev/vme/ |
| H A D | xd.c | 1551 int rqno, partno; in xdc_startbuf() local 1572 partno = DISKPART(bp->b_dev); in xdc_startbuf() 1575 'a' + partno, (bp->b_flags & B_READ) ? "read" : "write", bp->b_blkno); in xdc_startbuf() 1588 block = bp->b_blkno + ((partno == RAW_PART) ? 0 : in xdc_startbuf() 1589 xdsc->sc_dk.dk_label->d_partitions[partno].p_offset); in xdc_startbuf()
|
| H A D | xy.c | 1403 int partno; in xyc_startbuf() local 1419 partno = DISKPART(bp->b_dev); in xyc_startbuf() 1421 'a' + partno, (bp->b_flags & B_READ) ? "read" : "write", bp->b_blkno); in xyc_startbuf()
|
| /netbsd-src/usr.sbin/sysinst/ |
| H A D | disks.c | 1266 int error = 0, partno = -1; in make_filesystems() local 1322 devdev, sizeof devdev, &partno, parent_device_only, false, in make_filesystems() 1323 false) && is_active_rootpart(devdev, partno)) in make_filesystems() 1327 devdev, sizeof devdev, &partno, plain_name, true, true); in make_filesystems() 1330 rdev, sizeof rdev, &partno, raw_dev_name, true, true); in make_filesystems()
|
| /netbsd-src/sys/arch/rs6000/include/ |
| H A D | iplcb.h | 402 u_char partno; member
|
| /netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
| H A D | libzfs_import.c | 969 check_one_slice(avl_tree_t *r, char *diskname, uint_t partno, in check_one_slice() argument 978 diskname, partno); in check_one_slice()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2017 | 37649 cores and change the partno/implementer to be correct.
|