HomeSort by: relevance | last modified time | path
    Searched refs:SEGMENT (Results 1 - 4 of 4) sorted by relevancy

  /src/regress/sys/fs/lfs/ckckp/
check-all 64 # Now look for inodes and segment summaries. Build a hash table of these
75 # Skip the rest of this segment
78 last if m/SEGMENT/;
89 # Skip the rest of this partial segment
92 last if m/Segment Summary/ ||
93 m/SEGMENT/;
98 if (m/Segment Summary Info at 0x([0-9a-f]*)/) {
115 if (m/SEGMENT *([0-9]*)/) {
159 # the working file. Return the next partial-segment serial number
361 last if m/SEGMENT/;
    [all...]
  /src/lib/libc/db/hash/
hash.h 64 typedef BUFHEAD **SEGMENT;
74 int32_t ssize; /* Segment Size */
75 int32_t sshift; /* Segment shift */
119 SEGMENT *dir; /* Hash Bucket directory */
hash_buf.c 114 SEGMENT segp = NULL; /* pacify gcc */
128 /* valid segment ensured by __call_hash() */
163 SEGMENT segp;
hash.c 67 static void *hash_realloc(SEGMENT **, size_t, size_t);
219 "SEGMENT SIZE ", hashp->SGSIZE,
220 "SEGMENT SHIFT ", hashp->SSHIFT,
840 /* Check if we need a new segment */
845 dirsize = hashp->DSIZE * sizeof(SEGMENT *);
853 calloc((size_t)hashp->SGSIZE, sizeof(SEGMENT))) == NULL)
883 hash_realloc(SEGMENT **p_ptr, size_t oldsize, size_t newsize)
909 * Allocate segment table. On error, destroy the table and set errno.
917 SEGMENT store;
921 hashp->dir = calloc((size_t)hashp->DSIZE, sizeof(SEGMENT *));
    [all...]

Completed in 57 milliseconds