HomeSort by: relevance | last modified time | path
    Searched defs:ngpt (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/gpt/
biosboot.c 269 gpt_t ngpt = gpt; local in function:cmd_biosboot
314 ngpt = gpt_open(dkw.dkw_parent, gpt->flags, gpt->verbose,
316 if (ngpt == NULL)
320 if (biosboot(ngpt, start, size, entry, label, bootpath, active) == -1)
322 if (ngpt != gpt)
323 gpt_close(ngpt);
328 if (ngpt != gpt)
329 gpt_close(ngpt);
biosboot.c 269 gpt_t ngpt = gpt; local in function:cmd_biosboot
314 ngpt = gpt_open(dkw.dkw_parent, gpt->flags, gpt->verbose,
316 if (ngpt == NULL)
320 if (biosboot(ngpt, start, size, entry, label, bootpath, active) == -1)
322 if (ngpt != gpt)
323 gpt_close(ngpt);
328 if (ngpt != gpt)
329 gpt_close(ngpt);

Completed in 21 milliseconds