OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:epno
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/sunlabel/
sunlabel.c
732
int
epno
= LETTERPART(numbers[4]);
local in function:chpart
733
if ((
epno
>= 0) && (
epno
< NPART)) {
734
cyl0 = label.partitions[
epno
].endcyl;
755
int
epno
= LETTERPART(numbers[4]);
local in function:chpart
756
if ((
epno
>= 0) && (
epno
< NPART)) {
757
if (label.partitions[
epno
].endcyl <= cyl0) {
759
PARTLETTER(
epno
), cyl0);
762
size = label.partitions[
epno
].nblk
[
all
...]
sunlabel.c
732
int
epno
= LETTERPART(numbers[4]);
local in function:chpart
733
if ((
epno
>= 0) && (
epno
< NPART)) {
734
cyl0 = label.partitions[
epno
].endcyl;
755
int
epno
= LETTERPART(numbers[4]);
local in function:chpart
756
if ((
epno
>= 0) && (
epno
< NPART)) {
757
if (label.partitions[
epno
].endcyl <= cyl0) {
759
PARTLETTER(
epno
), cyl0);
762
size = label.partitions[
epno
].nblk
[
all
...]
Completed in 31 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025