Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/os/
H A Dddi_impl.c1270 struct ctgas *ctgp; in putctgas() local
1271 if ((ctgp = kmem_zalloc(sizeof (*ctgp), KM_NOSLEEP)) != NULL) { in putctgas()
1272 ctgp->ctg_addr = addr; in putctgas()
1273 ctgp->ctg_size = size; in putctgas()
1275 avl_add(&ctgtree, ctgp); in putctgas()
1278 return (ctgp); in putctgas()
1287 struct ctgas *ctgp; in getctgsz() local
1293 if ((ctgp = avl_find(&ctgtree, &find, NULL)) != NULL) { in getctgsz()
1294 avl_remove(&ctgtree, ctgp); in getctgsz()
1298 if (ctgp != NULL) { in getctgsz()
[all …]