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

  /src/usr.bin/menuc/
util.c 69 static int mc_size = 0; variable in typeref:typename:int
77 if (mc_loc >= mc_size-1) {
78 if (mc_size == 0)
79 mc_size = 80;
81 mc_size *= 2;
82 t = malloc(mc_size);
  /src/sys/dev/ic/
i82596var.h 89 volatile uint16_t mc_size;/* Num bytes of Mcast Addr.*/ member in struct:iee_cb::__anon6e88cb7a010a::__anon6e88cb7a0208

Completed in 13 milliseconds