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

Function rman_set_rid

freebsd/kern/subr_rman.c:935–940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

933}
934
935void
936rman_set_rid(struct resource *r, int rid)
937{
938
939 r->__r_i->r_rid = rid;
940}
941
942int
943rman_get_rid(struct resource *r)

Callers 15

apb_alloc_resourceFunction · 0.85
apb_alloc_resourceFunction · 0.85
nexus_alloc_resourceFunction · 0.85
octopci_alloc_resourceFunction · 0.85
obio_alloc_resourceFunction · 0.85
mtk_pci_alloc_resourceFunction · 0.85
obio_alloc_resourceFunction · 0.85
gt_pci_alloc_resourceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected