Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
341
const struct firmware *
342
firmware_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_firmware
Function · 0.85
load_fw
Function · 0.85
Calls
1
firmware_get_flags
Function · 0.85
Tested by
no test coverage detected