MCPcopy 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)
2161int
2162nvpair_value_double(nvpair_t *nvp, double *val)
2163{
2164 return (nvpair_value_common(nvp, DATA_TYPE_DOUBLE, NULL, val));
2165}
2166#endif
2167
2168int

Callers 3

nvlist_print_jsonFunction · 0.85
nvlist_print_with_indentFunction · 0.85
_zed_event_add_nvpairFunction · 0.85

Calls 1

nvpair_value_commonFunction · 0.85

Tested by

no test coverage detected