Home
last modified time | relevance | path

Searched full:get_version (Results 1 – 20 of 20) sorted by relevance

/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c44 sqlite3_stmt *get_version; member
252 sqlite3_finalize(hsdb->get_version); in hdb_sqlite_close_database()
308 &hsdb->get_version, in hdb_sqlite_make_database()
348 ret = hdb_sqlite_step(context, hsdb->db, hsdb->get_version); in hdb_sqlite_make_database()
350 hsdb->version = sqlite3_column_double(hsdb->get_version, 0); in hdb_sqlite_make_database()
352 sqlite3_reset(hsdb->get_version); in hdb_sqlite_make_database()
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformFuchsia.c109 if (GET_VERSION(__llvm_profile_get_version()) != INSTR_PROF_RAW_VERSION) { in __llvm_profile_initialize()
113 (int)GET_VERSION(__llvm_profile_get_version())); in __llvm_profile_initialize()
H A DInstrProfilingFile.c1121 if (GET_VERSION(__llvm_profile_get_version()) != INSTR_PROF_RAW_VERSION) { in __llvm_profile_write_file()
1125 (int)GET_VERSION(__llvm_profile_get_version())); in __llvm_profile_write_file()
1186 if (GET_VERSION(__llvm_profile_get_version()) != INSTR_PROF_RAW_VERSION) { in __llvm_orderfile_write_file()
1190 (int)GET_VERSION(__llvm_profile_get_version())); in __llvm_orderfile_write_file()
/freebsd/usr.bin/patch/
H A Dbackupfile.h38 enum backup_type get_version(const char *version);
H A Dbackupfile.c233 get_version(const char *version) in get_version() function
H A Dpatch.c214 backup_type = get_version(v); /* OK to pass NULL. */ in main()
658 backup_type = get_version(optarg); in get_some_switches()
/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus_if.m38 METHOD uint32_t get_version {
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp572 if (GET_VERSION(Version) != RawInstrProf::Version) in readHeader()
575 Twine(GET_VERSION(Version)) + in readHeader()
923 // Initialize number of counters for GET_VERSION(FormatVersion) == 1. in ReadData()
926 if (GET_VERSION(FormatVersion) != IndexedInstrProf::ProfVersion::Version1) { in ReadData()
941 // Read bitmap bytes for GET_VERSION(FormatVersion) > 10. in ReadData()
942 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version10) { in ReadData()
961 if (GET_VERSION(FormatVersion) > IndexedInstrProf::ProfVersion::Version2 && in ReadData()
H A DInstrProf.cpp1665 return GET_VERSION(Version); in getIndexedProfileVersion()
/freebsd/sys/dev/psci/
H A Dpsci.c40 * supports get_version, system_reset and cpu_on].
606 printf("PSCI get_version() function is not implemented, " in psci_v0_2_init()
/freebsd/sys/contrib/openzfs/cmd/
H A Dzarcsummary186 # get_version() -- but there isn't a way to get the descriptions from
423 def get_version(request): function
449 zfs = get_version('zfs')
453 spl = get_version('spl')
/freebsd/usr.bin/uname/
H A Duname.c60 get_release, get_sysname, get_kernvers, get_uservers, get_version; variable
/freebsd/crypto/heimdal/lib/krb5/
H A Dcache.c947 if(id->ops->get_version) in krb5_cc_get_version()
948 return (*id->ops->get_version)(context, id); in krb5_cc_get_version()
H A Dkrb5.h492 int (KRB5_CALLCONV * get_version)(krb5_context, krb5_ccache);
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h598 uint64_t getVersion() const override { return GET_VERSION(FormatVersion); } in getVersion()
H A DInstrProfData.inc729 #define GET_VERSION(V) ((V) & ~VARIANT_MASKS_ALL)
/freebsd/contrib/lib9p/pytest/
H A Dp9conn.py741 version = req.version or self.proto.get_version()
755 if resp.version != self.proto.get_version():
H A Dprotocol.py823 def get_version(self, as_bytes=True): member in _P9Proto
833 return self.get_version(as_bytes=False)
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc729 #define GET_VERSION(V) ((V) & ~VARIANT_MASKS_ALL)
/freebsd/crypto/heimdal/
H A DChangeLog.1998772 * lib/kadm5/log.c (get_version): globalize