Searched defs:hfreq (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Dinv6.c36 int *hfreq = NULL; local
40 hfreq = (int *)calloc(nhash, sizeof (*hfreq));
41 assert(hfreq != NULL);
51 hfreq[hash] = ct;
54 hfreq[hash] = 0;
76 fwrite(hfreq, sizeof (*hfreq), nhash, fa);
H A Dglue1.c25 int *hfreq, hfrflg; variable
169 if (hfreq)
170 free(hfreq, maxhash, sizeof (*hfreq));
171 hfreq = 0;
193 if (hfreq == 0)
194 hfreq = (int *)zalloc(nhash, sizeof (*hfreq));
195 if (hfreq == NULL)
203 frtbl = fread(hfreq, sizeo
[all...]
H A Dhunt1.c26 int *hfreq, hfrflg; variable
189 hfreq = (int *)calloc(nhash, sizeof (*hfreq));
190 assert(hfreq != NULL);
191 frtbl = fread(hfreq, sizeof (*hfreq), nhash, fa);
/illumos-gate/usr/src/uts/common/sys/
H A Dfbio.h366 uint_t hfreq; /* horizontal freq in Hz */ member in struct:mon_info

Completed in 46 milliseconds