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

Function firmware_get

freebsd/kern/subr_firmware.c:341–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341const struct firmware *
342firmware_get(const char *imagename)
343{
344
345 return (firmware_get_flags(imagename, 0));
346}
347
348/*
349 * Release a reference to a firmware image returned by firmware_get.

Callers 2

load_firmwareFunction · 0.85
load_fwFunction · 0.85

Calls 1

firmware_get_flagsFunction · 0.85

Tested by

no test coverage detected