OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_s
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/fdisk/
fdisk.c
2013
daddr_t
n_s
, n_e;
local in function:change_part
2086
n_s
= ext_offset(p);
2087
if (
n_s
> start + ptn_0_offset)
2108
n_s
= le32toh(mboot.mbr_parts[p].mbrp_start);
2109
if (start >=
n_s
&&
2110
start <
n_s
+ le32toh(mboot.mbr_parts[p].mbrp_size))
2119
n_s
= le32toh(mboot.mbr_parts[p].mbrp_start);
2120
n_e =
n_s
+ le32toh(mboot.mbr_parts[p].mbrp_size);
2121
if (start >=
n_s
&& start < n_e) {
2164
n_s
= ext_offset(p)
[
all
...]
fdisk.c
2013
daddr_t
n_s
, n_e;
local in function:change_part
2086
n_s
= ext_offset(p);
2087
if (
n_s
> start + ptn_0_offset)
2108
n_s
= le32toh(mboot.mbr_parts[p].mbrp_start);
2109
if (start >=
n_s
&&
2110
start <
n_s
+ le32toh(mboot.mbr_parts[p].mbrp_size))
2119
n_s
= le32toh(mboot.mbr_parts[p].mbrp_start);
2120
n_e =
n_s
+ le32toh(mboot.mbr_parts[p].mbrp_size);
2121
if (start >=
n_s
&& start < n_e) {
2164
n_s
= ext_offset(p)
[
all
...]
Completed in 90 milliseconds
Indexes created Fri Nov 07 05:10:14 GMT 2025