OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tbls
(Results
1 - 4
of
4
) sorted by relevancy
/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.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; )
/src/sys/dev/ic/
esiop.c
2010
uint32_t *
tbls
;
local
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];
Completed in 16 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026