Lines Matching defs:cpp
62 struct ntb_child **cpp = device_get_softc(dev);
116 *cpp = nc;
117 cpp = &nc->next;
152 struct ntb_child **cpp = device_get_softc(dev);
156 while ((nc = *cpp) != NULL) {
157 *cpp = (*cpp)->next;
215 struct ntb_child **cpp = device_get_softc(dev);
227 for (nc = *cpp; nc != NULL; nc = nc->next) {
238 struct ntb_child **cpp = device_get_softc(dev);
242 for (nc = *cpp; nc != NULL; nc = nc->next) {
285 struct ntb_child **cpp = device_get_softc(device_get_parent(nc->dev));
288 for (nc1 = *cpp; nc1 != NULL; nc1 = nc1->next) {
302 struct ntb_child **cpp = device_get_softc(device_get_parent(nc->dev));
308 for (nc1 = *cpp; nc1 != NULL; nc1 = nc1->next) {