Home
last modified time | relevance | path

Searched refs:_version (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/sys/
H A Dmodule.h126 static struct mod_version _##module##_version = { \
129 MODULE_METADATA(_##module##_version, MDT_VERSION, \
130 &_##module##_version, #module)
/dragonfly/contrib/elftoolchain/libelf/
H A Dlibelf.h225 unsigned int elf_version(unsigned int _version);
229 unsigned int _version);
242 unsigned int _version);
H A D_libelf.h211 size_t _libelf_fsize(Elf_Type _t, int _elfclass, unsigned int _version,
222 size_t _libelf_msize(Elf_Type _t, int _elfclass, unsigned int _version);
H A Delf_update.c573 unsigned int _version = (unsigned int) (V); \ in _libelf_resync_elf()
579 (E)->e_ident[EI_VERSION] = (_version & 0xFFU); \ in _libelf_resync_elf()
581 (EC), _version, (size_t) 1); \ in _libelf_resync_elf()
583 _libelf_fsize(ELF_T_PHDR, (EC), _version, \ in _libelf_resync_elf()
586 (EC), _version, (size_t) 1); \ in _libelf_resync_elf()
H A Dgelf.h75 unsigned int _version);
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_tdma.c100 #define TDMA_VERSION_VALID(_version) \ argument
101 (TDMA_VERSION_V2 <= (_version) && (_version) <= TDMA_VERSION)
/dragonfly/contrib/lvm2/dist/tools/
H A Ddmsetup.c998 static int _version(int argc __attribute((unused)), char **argv __attribute((unused)), void *data _… in _version() function
2558 {"version", "", 0, 0, _version},
/dragonfly/lib/libexecinfo/
H A Dprivate_libelf.h742 unsigned int elf_version(unsigned int _version);
/dragonfly/crypto/libressl/
H A DChangeLog750 * Guard against future internal use of TLS1_get_{client,}_version()