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

Function nvpair_value_byte

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

Source from the content-addressed store, hash-verified

2104}
2105
2106int
2107nvpair_value_byte(nvpair_t *nvp, uchar_t *val)
2108{
2109 return (nvpair_value_common(nvp, DATA_TYPE_BYTE, NULL, val));
2110}
2111
2112int
2113nvpair_value_int8(nvpair_t *nvp, int8_t *val)

Callers 6

fnvpair_value_byteFunction · 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