OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:p_e
(Results
1 - 1
of
1
) sorted by relevancy
/src/sbin/fdisk/
fdisk.c
1837
unsigned int p_s,
p_e
;
local in function:check_overlap
1853
p_e
= p_s + le32toh(mboot.mbr_parts[p].mbrp_size);
1854
if (start + size <= p_s || start >=
p_e
)
1919
p_e
= p_s + le32toh(ext.ptn[p].mbr_parts[0].mbrp_start)
1921
if (p_s >= start &&
p_e
<= start + size)
1961
unsigned int p_s,
p_e
;
local in function:check_ext_overlap
1982
p_e
= p_s + le32toh(ext.ptn[p].mbr_parts[0].mbrp_start)
1987
if (start <
p_e
&& start + size > p_s) {
Completed in 14 milliseconds
Indexes created Tue Oct 28 12:10:06 GMT 2025