| /src/bin/ksh/ |
| table.c | 39 tp->tbls = NULL; 52 struct tbl **ntblp, **otblp = tp->tbls; 60 tp->tbls = ntblp; 93 for (pp = &tp->tbls[h & (tp->size-1)]; (p = *pp) != NULL; pp--) { 97 if (pp == tp->tbls) /* wrap */ 117 for (pp = &tp->tbls[h & (tp->size-1)]; (p = *pp) != NULL; pp--) { 120 if (pp == tp->tbls) /* wrap */ 140 /* enter in tp->tbls */ 159 ts->next = tp->tbls; 189 sp = tp->tbls; /* source * [all...] |
| table.c | 39 tp->tbls = NULL; 52 struct tbl **ntblp, **otblp = tp->tbls; 60 tp->tbls = ntblp; 93 for (pp = &tp->tbls[h & (tp->size-1)]; (p = *pp) != NULL; pp--) { 97 if (pp == tp->tbls) /* wrap */ 117 for (pp = &tp->tbls[h & (tp->size-1)]; (p = *pp) != NULL; pp--) { 120 if (pp == tp->tbls) /* wrap */ 140 /* enter in tp->tbls */ 159 ts->next = tp->tbls; 189 sp = tp->tbls; /* source * [all...] |
| table.h | 10 struct tbl **tbls; /* hashed table items */ member in struct:table
|
| table.h | 10 struct tbl **tbls; /* hashed table items */ member in struct:table
|
| var.c | 72 struct tbl *vp, **vpp = l->vars.tbls, *vq; 880 for (vpp = l->vars.tbls, i = l->vars.size; --i >= 0; )
|
| var.c | 72 struct tbl *vp, **vpp = l->vars.tbls, *vq; 880 for (vpp = l->vars.tbls, i = l->vars.size; --i >= 0; )
|
| /src/sys/dev/ic/ |
| esiop.c | 2010 uint32_t *tbls; local in function:esiop_moretagtbl 2037 (void *)&tbls, BUS_DMA_NOWAIT|BUS_DMA_COHERENT); 2040 "unable to map tbls DMA memory, error = %d\n", error); 2051 tbls, PAGE_SIZE, NULL, BUS_DMA_NOWAIT); 2064 newtbls[i].tbl = &tbls[i * ESIOP_NTAG];
|
| esiop.c | 2010 uint32_t *tbls; local in function:esiop_moretagtbl 2037 (void *)&tbls, BUS_DMA_NOWAIT|BUS_DMA_COHERENT); 2040 "unable to map tbls DMA memory, error = %d\n", error); 2051 tbls, PAGE_SIZE, NULL, BUS_DMA_NOWAIT); 2064 newtbls[i].tbl = &tbls[i * ESIOP_NTAG];
|