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

Function nvpair_value_int8

freebsd/contrib/openzfs/module/nvpair/nvpair.c:2112–2116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2110}
2111
2112int
2113nvpair_value_int8(nvpair_t *nvp, int8_t *val)
2114{
2115 return (nvpair_value_common(nvp, DATA_TYPE_INT8, NULL, val));
2116}
2117
2118int
2119nvpair_value_uint8(nvpair_t *nvp, uint8_t *val)

Callers 6

fnvpair_value_int8Function · 0.85
fm_nvprintrFunction · 0.85
nvlist_print_with_indentFunction · 0.85
nvpair_value_match_regexFunction · 0.85
zpool_do_events_nvprintFunction · 0.85
_zed_event_add_nvpairFunction · 0.85

Calls 1

nvpair_value_commonFunction · 0.85

Tested by

no test coverage detected