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

  /onnv/onnv-gate/usr/src/cmd/truss/
htbl.c 45 htbl_t *htp; local
52 htp = (htbl_t *)my_malloc(sizeof (htbl_t), NULL);
53 htp->size = size;
54 htp->tbl = (hashb_t *)
59 temp = &htp->tbl[i];
63 return (htp);
67 destroy_hash(htbl_t *htp)
74 for (i = 0; i < htp->size; i++) {
75 cur = &htp->tbl[i];
93 free((char *)htp->tbl)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/portfs/
port.c 1803 portget_t *htp; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/threads/
thr.c 1526 thr_hash_table_t *htp; local
    [all...]

Completed in 300 milliseconds