Lines Matching defs:dap
211 struct di_all *dap;
328 dap = DI_ALL(pa);
329 if (dap->version != DI_SNAPSHOT_VERSION) {
332 DI_SNAPSHOT_VERSION, dap->version));
337 if (dap->top_devinfo == 0) { /* phys_path not found */
344 return (DI_NODE(pa + dap->top_devinfo));
2550 struct di_all *dap;
2561 dap = DI_ALL(pa);
2563 if (dap->top_vhci_devinfo == NULL) {
2568 return (DI_NODE(pa + dap->top_vhci_devinfo));
3982 struct di_all *dap;
3999 dap = DI_ALL((caddr_t)root - DI_NODE(root)->self);
4000 if (strcmp(dap->root_path, "/") != 0) {
4001 DPRINTF((DI_ERR, "snapshot root not / : %s\n", dap->root_path));