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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c1269 struct ctgas *ctgp; local
1270 if ((ctgp = kmem_zalloc(sizeof (*ctgp), KM_NOSLEEP)) != NULL) {
1271 ctgp->ctg_addr = addr;
1272 ctgp->ctg_size = size;
1274 avl_add(&ctgtree, ctgp);
1277 return (ctgp);
1286 struct ctgas *ctgp; local
1292 if ((ctgp = avl_find(&ctgtree, &find, NULL)) != NULL) {
1293 avl_remove(&ctgtree, ctgp);
[all...]

Completed in 46 milliseconds