Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ nvpair_value_double
Function
nvpair_value_double
freebsd/contrib/openzfs/module/nvpair/nvpair.c:2161–2165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2159
2160
#if !defined(_KERNEL)
2161
int
2162
nvpair_value_double(nvpair_t *nvp, double *val)
2163
{
2164
return (nvpair_value_common(nvp, DATA_TYPE_DOUBLE, NULL, val));
2165
}
2166
#endif
2167
2168
int
Callers
3
nvlist_print_json
Function · 0.85
nvlist_print_with_indent
Function · 0.85
_zed_event_add_nvpair
Function · 0.85
Calls
1
nvpair_value_common
Function · 0.85
Tested by
no test coverage detected