Lines Matching +defs:c +defs:cpp
2 * Copyright (c) 2016-2017 Alexander Motin <mav@FreeBSD.org>
62 struct ntb_child **cpp = device_get_softc(dev);
67 char *n, *np, *c, *p, *name;
84 while ((c = strsep(&n, ",")) != NULL) {
85 np = c;
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) {