Searched refs:SEGMENT (Results 1 – 3 of 3) sorted by relevance
68 static void *hash_realloc(SEGMENT **, int, int);861 dirsize = hashp->DSIZE * sizeof(SEGMENT *);866 SEGMENT seg = calloc(hashp->SGSIZE, sizeof(SEGMENT));898 hash_realloc(SEGMENT **p_ptr, int oldsize, int newsize)934 SEGMENT store;939 (SEGMENT *)calloc(hashp->DSIZE, sizeof(SEGMENT *))) == NULL) {947 (SEGMENT)calloc(nsegs << hashp->SSHIFT, sizeof(SEGMENT))) == NULL) {
78 typedef BUFHEAD **SEGMENT; typedef141 SEGMENT *dir; /* Hash Bucket directory */
119 SEGMENT segp = NULL; in __get_buf()172 SEGMENT segp; in newbuf()