Home
last modified time | relevance | path

Searched refs:PARTITION (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.h88 #define PARTITION "p" macro
/illumos-gate/usr/src/cmd/format/
H A Dglobal.h159 #define PARTITION(dev) (minor(dev) & 0x07) macro
H A Dcheckdev.c181 return (PARTITION(stbuf.st_rdev)); in getpartition()
/illumos-gate/usr/src/uts/common/sys/
H A Dfdc.h58 #define PARTITION(x) (getminor(x) & 7) macro
/illumos-gate/usr/src/uts/common/io/
H A Dfd.c669 part = PARTITION(dev); in fd_open()
979 part = PARTITION(dev); in fd_close()
1049 pp = &fdp->d_part[PARTITION(bp->b_edev)]; in fd_strategy()
1162 pp = &fdp->d_part[PARTITION(bp->b_edev)]; in fdstart()
1310 cpy.dki.dki_partition = PARTITION(dev); in fd_ioctl()
2190 nblocks64 = (ulong_t)fdp->d_part[PARTITION(dev)].p_size; in fd_prop_op()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-2847 Hide the partition PARTITION by setting the "hidden" bit in its
1157 Unhide the partition PARTITION by clearing the "hidden" bit in its
1367 `<PARTITION-OFFSET-SECTOR, BYTE-OFFSET, BYTE-LENGTH>' for
H A Dgrub.info2151 Hide the partition PARTITION by setting the "hidden" bit in its
2461 Unhide the partition PARTITION by clearing the "hidden" bit in its
2671 `<PARTITION-OFFSET-SECTOR, BYTE-OFFSET, BYTE-LENGTH>' for
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog5999 CURRENT_PARTITION to PARTITION.
6955 PARTITION to the first 3 bytes of DEV. If DRIVE is 0xFF, set
6958 PARTITION, respectively.