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

  /external/syslinux/utils/
isohybrid.c 79 uint16_t efi_count = 0, mac_count = 0; variable
724 tmp = lendian_int(mac_count);
876 part->lastLBA = lendian_64(part->firstLBA + mac_count - 1);
925 part->block_count = bendian_int(mac_count / 4);
929 part->data_count = bendian_int(mac_count / 4);
1032 if (!read_efi_catalogue(buf, &mac_count, &mac_lba) && mac_lba) {
  /external/libpcap/
pcap-dos.c 91 static u_long mac_count = 0; variable
265 mac_count++;
436 return (mac_count);
    [all...]

Completed in 75 milliseconds