Home | History | Annotate | Download | only in isapnp

Lines Matching defs:ipc

847 	struct isapnp_probe_cookie *ipc;
860 for (ipc = LIST_FIRST(&isapnp_probes); ipc != NULL;
861 ipc = LIST_NEXT(ipc, ipc_link))
862 if (ipc->ipc_parent == parent)
865 ipc = kmem_alloc(sizeof(*ipc), KM_SLEEP);
866 ipc->ipc_parent = parent;
867 LIST_INSERT_HEAD(&isapnp_probes, ipc, ipc_link);