Searched refs:version (Results 126 - 150 of 2061) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/libsodium/dist-build/
H A Dmsys2-win64.sh6 if (x86_64-w64-mingw32-gcc --version > /dev/null 2>&1) then
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_clone/
H A Dzfs_clone_007_pos.ksh36 # 'zfs clone -o version=' could upgrade version, but downgrade is denied.
39 # 1. Create clone with "-o version=" specified
40 # 2. Verify it succeed while upgrade, but fails while the version downgraded.
54 log_assert "'zfs clone -o version=' could upgrade version," \
67 log_must zfs clone -o version=$ver $SNAPFS $TESTPOOL/$TESTCLONE
74 log_mustnot zfs clone -o version=$ver \
81 log_pass "'zfs clone -o version=' could upgrade version," \
[all...]
/freebsd-current/sys/dev/enic/
H A Dvnic_resource.h41 RES_TYPE_DEPRECATED1, /* Old version of devcmd 2 */
48 u32 version; member in struct:vnic_resource_header
53 u32 version; /* header format version */ member in struct:mgmt_barmap_hdr
/freebsd-current/contrib/openpam/modules/pam_permit/
H A DMakefile.am11 pam_permit_la_LDFLAGS = -no-undefined -module -version-info $(LIB_MAJ) \
/freebsd-current/contrib/openpam/modules/pam_deny/
H A DMakefile.am11 pam_deny_la_LDFLAGS = -no-undefined -module -version-info $(LIB_MAJ) \
/freebsd-current/contrib/openpam/modules/pam_return/
H A DMakefile.am11 pam_return_la_LDFLAGS = -no-undefined -module -version-info $(LIB_MAJ) \
/freebsd-current/contrib/openpam/modules/pam_unix/
H A DMakefile.am11 pam_unix_la_LDFLAGS = -no-undefined -module -version-info $(LIB_MAJ) \
/freebsd-current/contrib/tcpdump/
H A Dprint-vqp.c46 nd_uint8_t version; member in struct:vqp_common_header_t
106 uint8_t version; local
119 version = GET_U_1(vqp_common_header->version);
124 if (version != VQP_VERSION) {
125 ND_PRINT("VQP version %u packet not supported",
126 version);
133 version,
144 version,
/freebsd-current/share/mk/
H A Dbsd.symver.mk7 # Generate the version map given the version definitions
10 # Find the awk script that generates the version map.
45 # them to the symbol version generator.
/freebsd-current/usr.bin/patch/
H A Dutil.h46 void version(void);
/freebsd-current/usr.sbin/rpc.yppasswdd/
H A Dyppasswd_private.x65 version MASTER_YPPASSWDVERS {
/freebsd-current/usr.sbin/ypserv/common/
H A Dyplib_host.h47 CLIENT *yp_bind_local(u_long program, u_long version);
48 CLIENT *yp_bind_host(char *server, u_long program, u_long version,
/freebsd-current/lib/libutil/
H A Dkld.c47 fstat.version = sizeof(fstat);
60 mstat.version = sizeof(mstat);
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zfs_clone/
H A Dzfs_clone_007_pos.ksh35 # 'zfs clone -o version=' could upgrade version, but downgrade is denied.
38 # 1. Create clone with "-o version=" specified
39 # 2. Verify it succeed while upgrade, but fails while the version downgraded.
73 log_assert "'zfs clone -o version=' could upgrade version," \
86 log_must $ZFS clone -o version=$ver $SNAPFS $TESTPOOL/$TESTCLONE
93 log_mustnot $ZFS clone -o version=$ver \
100 log_pass "'zfs clone -o version=' could upgrade version," \
[all...]
/freebsd-current/include/rpcsvc/
H A Dcrypt.x78 version CRYPT_VERS {
H A Dyppasswd.x38 version YPPASSWDVERS {
/freebsd-current/contrib/libfido2/.actions/
H A Dbuild-linux-gcc8 ${CC} --version
/freebsd-current/contrib/ntp/sntp/
H A DMakefile.am30 $(srcdir)/include/autogen-version.def \
34 $(srcdir)/include/version.def \
76 version.c \
114 $(srcdir)/m4/version.m4 \
122 $(srcdir)/include/version.def \
123 $(srcdir)/m4/version.m4 \
124 $(srcdir)/include/version.texi \
129 .version \
130 version.c \
163 version
[all...]
/freebsd-current/sys/kern/
H A Dkern_module.c360 int version; /* set to sizeof(struct module_stat) */ member in struct:module_stat_v1
367 int version; /* set to sizeof(struct module_stat) */ member in struct:module_stat_v2
380 int id, namelen, refs, version; local
400 * Check the version of the user's structure.
402 if ((error = copyin(&stat->version, &version, sizeof(version))) != 0)
404 is_v1v2 = (version == sizeof(struct module_stat_v1) ||
405 version == sizeof(struct module_stat_v2));
406 if (!is_v1v2 && version !
483 int version; member in struct:module_stat32_v2
491 int version; member in struct:module_stat32
504 int id, namelen, refs, version; local
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.get_index_props.ksh4 # Common Development and Distribution License ("CDDL"), version 1.0.
5 # You may only use this file in accordance with the terms of version
35 log_must zfs create -o version=5 $fs
/freebsd-current/contrib/wpa/src/eap_server/
H A Deap_server_methods.c62 * @version: Version of the EAP server method interface (set to
72 struct eap_method * eap_server_method_alloc(int version, int vendor, argument
80 eap->version = version;
113 method->version != EAP_SERVER_METHOD_INTERFACE_VERSION) {
/freebsd-current/tools/test/stress2/misc/
H A Dvm_fault.sh12 builddir=`sysctl kern.version | grep @ | sed 's/.*://'`
/freebsd-current/lib/libcom_err/
H A DMakefile12 VERSION_MAP= ${COM_ERRDIR}/version-script.map
/freebsd-current/lib/libpmc/pmu-events/
H A Dpmu-events.h44 const char *version; member in struct:pmu_events_map
/freebsd-current/sys/dev/liquidio/base/
H A Dlio_image.h60 char version[LIO_MAX_FIRMWARE_VERSION_LEN]; member in struct:lio_firmware_file_header

Completed in 486 milliseconds

1234567891011>>