Home
last modified time | relevance | path

Searched refs:dci (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/devfsadm/
H A Ddevfsadm.c1093 struct dca_impl dci; in process_devinfo_tree() local
1099 dca_impl_init("/", NULL, &dci); in process_devinfo_tree()
1121 dci.dci_flags |= DCA_LOAD_DRV; in process_devinfo_tree()
1123 dci.dci_driver = name; in process_devinfo_tree()
1158 dci.dci_flags |= DCA_FLUSH_PATHINST; in process_devinfo_tree()
1164 devi_tree_walk(&dci, flags, NULL); in process_devinfo_tree()
1166 if (dci.dci_error) { in process_devinfo_tree()
1351 struct dca_impl dci; in sync_handler() local
1379 dci.dci_root = &dcp->dca_name[dcp->dca_root]; in sync_handler()
1380 dci.dci_minor = dcp->dca_minor ? &dcp->dca_name[dcp->dca_minor] : NULL; in sync_handler()
[all …]