OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ngpt
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/gpt/
biosboot.c
271
gpt_t
ngpt
= gpt;
local
316
ngpt
= gpt_open(dkw.dkw_parent, gpt->flags, gpt->verbose,
318
if (
ngpt
== NULL)
322
if (biosboot(
ngpt
, start, size, entry, label, bootpath, active) == -1)
324
if (
ngpt
!= gpt)
325
gpt_close(
ngpt
);
330
if (
ngpt
!= gpt)
331
gpt_close(
ngpt
);
biosboot.c
271
gpt_t
ngpt
= gpt;
local
316
ngpt
= gpt_open(dkw.dkw_parent, gpt->flags, gpt->verbose,
318
if (
ngpt
== NULL)
322
if (biosboot(
ngpt
, start, size, entry, label, bootpath, active) == -1)
324
if (
ngpt
!= gpt)
325
gpt_close(
ngpt
);
330
if (
ngpt
!= gpt)
331
gpt_close(
ngpt
);
Completed in 30 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026