OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NVP_TYPE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/common/nvpair/
nvpair.c
95
* | -
nvp_type
| | -
nvp_type
|
111
* | - DATA_TYPE_NVLIST | | -
nvp_type
|
488
data_type_t type =
NVP_TYPE
(nvp);
499
* verify
nvp_type
, nvp_value_elem, and also possibly
523
if ((err = nvlist_add_common(dnvl, NVP_NAME(nvp),
NVP_TYPE
(nvp),
538
switch (
NVP_TYPE
(nvp)) {
688
if (strcmp(name, NVP_NAME(nvp)) == 0 &&
NVP_TYPE
(nvp) == type) {
920
nvp->
nvp_type
= type;
1228
return (
NVP_TYPE
(nvp))
[
all
...]
/src/external/cddl/osnet/dist/uts/common/sys/
nvpair.h
83
data_type_t
nvp_type
; /* type of value */
member in struct:nvpair
118
#define
NVP_TYPE
(nvp) ((nvp)->
nvp_type
)
Completed in 122 milliseconds
Indexes created Thu Jun 25 00:25:11 UTC 2026