Home
last modified time | relevance | path

Searched refs:oidtbl (Results 1 – 1 of 1) sorted by relevance

/freebsd/tools/bus_space/
H A Dbusdma.c79 static struct obj **oidtbl = NULL; variable
92 if (oidtbl[oid] == 0) in obj_alloc()
96 newtbl = realloc(oidtbl, sizeof(struct obj *) * (noids + 1)); in obj_alloc()
101 oidtbl = newtbl; in obj_alloc()
104 oidtbl[oid] = obj; in obj_alloc()
113 oidtbl[obj->oid] = NULL; in obj_free()
127 obj = oidtbl[oid]; in obj_lookup()