MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rman_get_rid

Function rman_get_rid

freebsd/kern/subr_rman.c:942–947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

940}
941
942int
943rman_get_rid(struct resource *r)
944{
945
946 return (r->__r_i->r_rid);
947}
948
949void
950rman_set_device(struct resource *r, device_t dev)

Callers 15

ccp_release_interruptsFunction · 0.85
ti_wdt_detachFunction · 0.85
ti_mbox_detachFunction · 0.85
ti_pruss_detachFunction · 0.85
armada_thermal_attachFunction · 0.85
armada_thermal_detachFunction · 0.85
tegra_xhci_detachFunction · 0.85
tegra_sdhci_detachFunction · 0.85
versatile_sic_detachFunction · 0.85
zy7_slcr_detachFunction · 0.85
zy7_gpio_detachFunction · 0.85
zy7_devcfg_detachFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected