Searched defs:hpt (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/vi/misc/
H A Dmkstr.c232 unsigned hpt; member in struct:hash
257 fseek(mesgread, (long) hp->hpt, 0);
260 fprintf(stderr, "Got (from %d) %s\n", hp->hpt, buf);
269 hp->hpt = really ? ftell(mesgwrite) : fakept;
277 fprintf(stderr, "%s hashed to %ld at %d\n", str, hp->hval, hp->hpt);
279 return (hp->hpt);
H A Dxstr.c304 off_t hpt; member in struct:hash
323 return (hp->hpt + i);
326 hp->hpt = mesgpt;
332 return (hp->hpt);
353 found(hp->hnew, hp->hpt, hp->hstr);
355 fseek(mesgwrit, hp->hpt, 0);
/illumos-gate/usr/src/cmd/refer/
H A Dinv6.c35 long *hpt; local
38 hpt = (long *)calloc(nhash+1, sizeof (*hpt));
39 assert(hpt != NULL);
42 hpt[0] = 0;
53 hpt[++hash] = lp;
56 hpt[hash] = lp += iflong ? sizeof (long) : sizeof (int);
72 hpt[++hash] = lp;
75 fwrite(hpt, sizeof (*hpt), nhas
[all...]
H A Dhunt2.c37 doquery(long *hpt, int nhash, FILE *fb, int nitem, argument
57 hpt[0], hpt[1], hpt[2], hpt[3], hpt[4]);
84 fprintf(stderr, "past that loop nhash %d hpt is %lo\n", nhash, hpt);
97 lp = hpt [hh[0]];
136 lp = hpt[h
[all...]
H A Dglue1.c70 static long *hpt = 0; local
166 if (hpt)
167 free(hpt, maxhash, sizeof (*hpt));
168 hpt = 0;
178 if (hpt == 0)
179 hpt = (long *)zalloc(nhash, sizeof (*hpt));
181 fprintf(stderr, "hpt now %o\n", hpt);
[all...]
H A Dhunt1.c65 long *hpt; local
182 hpt = (long *)calloc(nhash, sizeof (*hpt));
183 kk = fread(hpt, sizeof (*hpt), nhash, fa);
205 nfound = doquery(hpt, nhash, fb, nitem, qitem, master);
/illumos-gate/usr/src/cmd/xstr/
H A Dxstr.c305 off_t hpt; member in struct:hash
322 return (hp->hpt + i);
329 hp->hpt = mesgpt;
335 return (hp->hpt);
359 found(hp->hnew, hp->hpt, hp->hstr);
361 (void) fseek(mesgwrit, hp->hpt, 0);
/illumos-gate/usr/src/ucbcmd/mkstr/
H A Dmkstr.c265 unsigned int hpt; member in struct:hash
288 (void) fseek(mesgread, (long)hp->hpt, 0);
297 hp->hpt = really ? ftell(mesgwrite) : fakept;
305 return (hp->hpt);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_ldc.c3774 * hpt: tail of high priority packets
3778 mblk_t **hp, mblk_t **hpt)
3830 *hpt = hmpt;
3777 vsw_get_pri_packets(vsw_t *vswp, mblk_t **np, mblk_t **npt, mblk_t **hp, mblk_t **hpt) argument

Completed in 56 milliseconds