Home
last modified time | relevance | path

Searched refs:os_version (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/include/
H A Dmake_os_version.sh24 if [ -f os_version.h ]; then
25 if /usr/bin/cmp -s new_os_version.h os_version.h; then
28 /usr/bin/rm -f os_version.h
29 /usr/bin/mv new_os_version.h os_version.h
32 /usr/bin/mv new_os_version.h os_version.h
H A DMakefile29 HDRS= os_version.h port_ipv6.h
53 os_version.h: make_os_version FRC
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h131 uint64_t os_version; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c2686 os->os_version = newvers; in zfs_set_version()
2708 cached_copy = &os->os_version; in zfs_get_zplprop()
H A Ddmu_objset.c598 os->os_version = OBJSET_PROP_UNINITIALIZED; in dmu_objset_open_impl()