Searched refs:proto_add_resource (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/proto/
H A Dproto.h64 int proto_add_resource(struct proto_softc *, int, int, struct resource *);
H A Dproto_bus_pci.c92 proto_add_resource(sc, PROTO_RES_PCICFG, 0, NULL);
93 proto_add_resource(sc, PROTO_RES_BUSDMA, 0, NULL);
102 proto_add_resource(sc, type, rid, res);
114 proto_add_resource(sc, type, rid, res);
H A Dproto_bus_isa.c104 proto_add_resource(sc, type, rid, res);
108 proto_add_resource(sc, PROTO_RES_BUSDMA, 0, NULL);
H A Dproto_core.c94 proto_add_resource(struct proto_softc *sc, int type, int rid, function

Completed in 117 milliseconds