/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];
|
/src/bin/ksh/ |
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
|