HomeSort by relevance Sort by last modified time
    Searched defs:mopt (Results 1 - 2 of 2) sorted by null

  /external/dnsmasq/src/
rfc2131.c 668 int mopt; local
671 mopt = OPTION_VENDOR_ID;
673 mopt = OPTION_USER_CLASS;
677 if ((opt = option_find(mess, sz, mopt, 1)))
    [all...]
  /external/grub/netboot/
3c90x.c 685 unsigned int mopt; local
791 mopt = inw(INF_3C90X.IOAddr + regResetMediaOptions_3_w);
796 mopt &= 0x7F;
802 if (mopt & 0x01)
807 if (mopt & 0x04)
812 if (mopt & 0x10)
817 if (mopt & 0x20)
822 if (mopt & 0x40)
827 if ((mopt & 0xA) == 0xA)
832 else if ((mopt & 0xA) == 0x2
    [all...]

Completed in 63 milliseconds