Lines Matching defs:dap
154 struct di_all *dap;
271 dap = DI_ALL(pa);
272 if (dap->version != DI_SNAPSHOT_VERSION) {
275 DI_SNAPSHOT_VERSION, dap->version));
280 if (dap->top_devinfo == 0) { /* phys_path not found */
287 return (DI_NODE(pa + dap->top_devinfo));
2366 struct di_all *dap;
2377 dap = DI_ALL(pa);
2379 if (dap->top_vhci_devinfo == NULL) {
2384 return (DI_NODE(pa + dap->top_vhci_devinfo));
3747 struct di_all *dap;
3764 dap = DI_ALL((caddr_t)root - DI_NODE(root)->self);
3765 if (strcmp(dap->root_path, "/") != 0) {
3766 DPRINTF((DI_ERR, "snapshot root not / : %s\n", dap->root_path));