| /freebsd/crypto/heimdal/lib/hdb/ |
| H A D | hdb-sqlite.c | 44 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 D | InstrProfilingPlatformFuchsia.c | 109 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 D | InstrProfilingFile.c | 1121 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 D | backupfile.h | 38 enum backup_type get_version(const char *version);
|
| H A D | backupfile.c | 233 get_version(const char *version) in get_version() function
|
| H A D | patch.c | 214 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 D | vmbus_if.m | 38 METHOD uint32_t get_version {
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 572 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 D | InstrProf.cpp | 1665 return GET_VERSION(Version); in getIndexedProfileVersion()
|
| /freebsd/sys/dev/psci/ |
| H A D | psci.c | 40 * 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 D | zarcsummary | 186 # 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 D | uname.c | 60 get_release, get_sysname, get_kernvers, get_uservers, get_version; variable
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | cache.c | 947 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 D | krb5.h | 492 int (KRB5_CALLCONV * get_version)(krb5_context, krb5_ccache);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 598 uint64_t getVersion() const override { return GET_VERSION(FormatVersion); } in getVersion()
|
| H A D | InstrProfData.inc | 729 #define GET_VERSION(V) ((V) & ~VARIANT_MASKS_ALL)
|
| /freebsd/contrib/lib9p/pytest/ |
| H A D | p9conn.py | 741 version = req.version or self.proto.get_version() 755 if resp.version != self.proto.get_version():
|
| H A D | protocol.py | 823 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 D | InstrProfData.inc | 729 #define GET_VERSION(V) ((V) & ~VARIANT_MASKS_ALL)
|
| /freebsd/crypto/heimdal/ |
| H A D | ChangeLog.1998 | 772 * lib/kadm5/log.c (get_version): globalize
|