HomeSort by: relevance | last modified time | path
    Searched refs:mbr_sig_write (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/efi/
gptsubr.h 38 int mbr_sig_write(const char *, uint32_t, bool, int);
main.c 237 _X(mbr_sig_write_t, mbr_sig_write, MBR_SIG_WRITE_NEVER ) \
243 #define IS_MBR_SIG_FORCE(o) ((o).mbr_sig_write == MBR_SIG_WRITE_FORCE)
463 opt.mbr_sig_write = MBR_SIG_WRITE_FORCE;
468 opt.mbr_sig_write = MBR_SIG_WRITE_MAYBE;
538 if (opt.mbr_sig_write) {
543 return mbr_sig_write(opt.device, opt.mbr_sig,
678 if (opt.mbr_sig_write) {
680 mbr_sig_write(opt.device, opt.mbr_sig,
gptsubr.c 366 mbr_sig_write(const char *fname, uint32_t new_sig, bool force, int verbose) function

Completed in 18 milliseconds