Home
last modified time | relevance | path

Searched refs:version_no (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/dada/impl/
H A Dudcd.h51 uint_t version_no; /* Version number for this struct */ member
66 uint_t version_no; /* Version number for this struct */ member
80 ucmd->version_no = u32->version_no;
93 u32->version_no = ucmd->version_no;
/illumos-gate/usr/src/uts/sun/sys/dada/
H A Ddada_pkt.h73 uint_t version_no; /* Version Number of this */ member
/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil_impl.h119 float version_no; member
H A Dpicld_pluginutil.c230 cmds->version_no = (float)strtod(vertok, &endptr); in parse_version()
234 if (cmds->version_no > (float)SUPPORTED_VERSION_NUM) in parse_version()
1208 if (cmds->version_no < (float)SUPPORTED_VERSION_NUM) in parse_and_tokenize_line()
1411 if (cmds->version_no > (float)SUPPORTED_VERSION_NUM) { in check_conffile_syntax()