Searched refs:SEGMENT (Results 1 – 3 of 3) sorted by relevance
61 static void *hash_realloc(SEGMENT **, int, int);853 dirsize = hashp->DSIZE * sizeof(SEGMENT *);858 SEGMENT seg = calloc(hashp->SGSIZE, sizeof(SEGMENT));890 hash_realloc(SEGMENT **p_ptr, int oldsize, int newsize)926 SEGMENT store;931 (SEGMENT *)calloc(hashp->DSIZE, sizeof(SEGMENT *))) == NULL) {939 (SEGMENT)calloc(nsegs << hashp->SSHIFT, sizeof(SEGMENT))) == NULL) {
78 typedef BUFHEAD **SEGMENT; typedef141 SEGMENT *dir; /* Hash Bucket directory */
118 SEGMENT segp = NULL; in __get_buf()171 SEGMENT segp; in newbuf()