Searched refs:version (Results 26 - 50 of 312) sorted by relevance

1234567891011>>

/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/include/asm/
H A Dvdc_tio.h11 * as published by the Free Software Foundation, either version 2 of the
12 * License, or (at your option) any later version.
63 u32_t version; member in struct:vdc_tio_vp_regs
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/kernel/
H A Dinit_task.c11 * as published by the Free Software Foundation, either version 2 of the
12 * License, or (at your option) any later version.
37 #include <linux/version.h>
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/mach-common/
H A Dcommon.c11 * as published by the Free Software Foundation, either version 2 of the
12 * License, or (at your option) any later version.
28 #include <linux/version.h>
H A Daudio.c11 * as published by the Free Software Foundation, either version 2 of the
12 * License, or (at your option) any later version.
65 if (audio_node->version != AUDIONODE_VERSION) {
75 if ((adr->version == AUDIO_DEV_REGS_VERSION) &&
/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dfw.h6 * * published by the Free Software Foundation; either version 2 of the
7 * * License, or (at your option) any later version.
32 char version[256]; member in struct:header
H A Dmkplanexfw.c5 * under the terms of the GNU General Public License version 2 as published
34 char version[8]; member in struct:planex_hdr
52 static char *version = "1.00.00"; variable
117 " -v <version> set image version to <version>\n"
157 version = optarg;
215 snprintf(hdr->version, sizeof(hdr->version), "%s", version);
[all...]
H A Dbuffalo-lib.c5 * under the terms of the GNU General Public License version 2 as published
212 unsigned long enc_compute_header_len(char *product, char *version) argument
215 strlen(version) + 1 + 3 * sizeof(uint32_t);
218 unsigned long enc_compute_buf_len(char *product, char *version, argument
223 ret = enc_compute_header_len(product, version);
293 /* put version length */
294 len = strlen((char *) ep->version) + 1;
298 /* copy and crypt version */
299 memcpy(p, ep->version, len);
378 memcpy(ep->version,
[all...]
H A Dmkfwimage.c7 * published by the Free Software Foundation; either version 2 of the
8 * License, or (at your option) any later version.
111 char version[256]; member in struct:image_info
117 static void write_header(void* mem, const char *magic, const char* version) argument
123 strncpy(header->version, version, sizeof(header->version));
185 "\t-v <version string>\t - firmware version information, default: %s\n"
198 INFO("Firmware version
[all...]
/netgear-R7800-V1.0.2.28/package/tftp-hpa/
H A DMakefile30 TITLE:=An enhanced version of the BSD TFTP client
35 TITLE:=An enhanced version of the BSD TFTP server
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/exports/
H A Dnss_capwap.h43 NSS_CAPWAP_MSG_TYPE_VERSION = 7, /**< Choose between CAPWAP version. Default is V1 */
57 NSS_CAPWAP_ERROR_MSG_INVALID_VERSION, /**< Inavlid CAPWAP version */
91 uint32_t tx_dropped_ver_mis; /**< TX Dropped due to version mismatch */
99 * CAPWAP version message.
102 uint32_t version; member in struct:nss_capwap_version_msg
121 struct nss_capwap_version_msg version; /**< CAPWAP version to use */ member in union:nss_capwap_msg::__anon41
/netgear-R7800-V1.0.2.28/package/libevent2/
H A DMakefile48 TITLE+= library (version 2.0)
60 TITLE+= core library (version 2.0)
72 TITLE+= extra library (version 2.0)
84 TITLE+= OpenSSL library (version 2.0)
97 TITLE+= Pthreads library (version 2.0)
/netgear-R7800-V1.0.2.28/scripts/
H A DbrcmImage.pl7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
33 my $version = "0.1";
69 -h : help, version $version
H A Dbundle-libraries.sh10 # the Free Software Foundation; either version 2 of the License, or
11 # (at your option) any later version.
46 "$LDD" --version >/dev/null 2>/dev/null && break
/netgear-R7800-V1.0.2.28/include/
H A Dprereq-build.mk28 Please install GNU make v3.81 or later. (This version has bugs) \
154 git --version | awk '($$$$1 == "git") && ($$$$2 == "version") && ($$$$3 >= "1.6.5") { print "ok" }' | grep ok > /dev/null
162 $(TAR) --version 2>&1 | grep GNU > /dev/null
174 $(FIND) --version 2>/dev/null
186 Please install an extended getopt version that supports --long \
/netgear-R7800-V1.0.2.28/package/mtd/src/
H A Djffs2.h116 jint32_t version; member in struct:jffs2_raw_dirent
140 jint32_t version; /* Version number. */ member in struct:jffs2_raw_inode
165 jint32_t version; member in struct:jffs2_raw_xattr
/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/netlink/
H A Dnss_nl.c20 #include <linux/version.h>
232 * validate the common message header version & magic
235 if (nss_nlcmn_chk_ver(cm, family->version) == false) {
236 nss_nl_error("%d, %s: version mismatch (%d)\n", pid, family->name, cm->version);
/netgear-R7800-V1.0.2.28/target/imagebuilder/
H A DMakefile11 include $(INCLUDE_DIR)/version.mk
46 $(SED) 's,^# REVISION:=.*,REVISION:=$(REVISION),g' $(PKG_BUILD_DIR)/include/version.mk
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/nss_hal/include/
H A Dnss_hal.h26 #include <linux/version.h>
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/
H A Decm_classifier_pcc_public.h39 uint16_t version; /* Customer Parental Controls (CPC) supplies 1 for this field. */ member in struct:ecm_classifier_pcc_registrant
/netgear-R7800-V1.0.2.28/package/radardetect/
H A DMakefile16 include $(INCLUDE_DIR)/package-version-override.mk
/netgear-R7800-V1.0.2.28/package/sbmacouid/
H A DMakefile19 include $(INCLUDE_DIR)/package-version-override.mk
/netgear-R7800-V1.0.2.28/package/sbnoded/
H A DMakefile19 include $(INCLUDE_DIR)/package-version-override.mk
/netgear-R7800-V1.0.2.28/package/settings-loader/
H A DMakefile9 include $(INCLUDE_DIR)/package-version-override.mk
/netgear-R7800-V1.0.2.28/package/tresbar/
H A DMakefile19 include $(INCLUDE_DIR)/package-version-override.mk
/netgear-R7800-V1.0.2.28/package/celes/
H A DMakefile23 include $(INCLUDE_DIR)/package-version-override.mk

Completed in 188 milliseconds

1234567891011>>