Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ nvpair_value_int32
Function
nvpair_value_int32
freebsd/contrib/openzfs/module/nvpair/nvpair.c:2136–2140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2134
}
2135
2136
int
2137
nvpair_value_int32(nvpair_t *nvp, int32_t *val)
2138
{
2139
return (nvpair_value_common(nvp, DATA_TYPE_INT32, NULL, val));
2140
}
2141
2142
int
2143
nvpair_value_uint32(nvpair_t *nvp, uint32_t *val)
Callers
10
fnvpair_value_int32
Function · 0.85
log_sysevent
Function · 0.85
zfs_check_clearable
Function · 0.85
fm_nvprintr
Function · 0.85
nvlist_print_with_indent
Function · 0.85
nvpair_value_match_regex
Function · 0.85
zfs_receive_one
Function · 0.85
zpool_do_events_nvprint
Function · 0.85
_zed_event_add_nvpair
Function · 0.85
print_ereport_line
Function · 0.85
Calls
1
nvpair_value_common
Function · 0.85
Tested by
1
print_ereport_line
Function · 0.68