Searched refs:version (Results 426 - 450 of 1548) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dsdb.c151 dns_dbversion_t *version,
614 dump(dns_db_t *db, dns_dbversion_t *version, const char *filename, argument
617 UNUSED(version);
819 findext(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version, argument
837 REQUIRE(version == NULL || version == (void *) &dummy);
894 result = findrdataset(db, node, version,
908 result = findrdataset(db, node, version,
950 result = findrdataset(db, node, version, type,
959 result = findrdataset(db, node, version,
1123 findrdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, dns_rdatatype_t type, dns_rdatatype_t covers, isc_stdtime_t now, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
1157 allrdatasets(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, isc_stdtime_t now, dns_rdatasetiter_t **iteratorp) argument
1185 addrdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, isc_stdtime_t now, dns_rdataset_t *rdataset, unsigned int options, dns_rdataset_t *addedrdataset) argument
1201 subtractrdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, dns_rdataset_t *rdataset, unsigned int options, dns_rdataset_t *newrdataset) argument
1216 deleterdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, dns_rdatatype_t type, dns_rdatatype_t covers) argument
[all...]
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dcrti.asm6 # Free Software Foundation; either version 2, or (at your option) any
7 # later version.
11 # compiled version of this file with other programs, and to distribute
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Dsol-ci.asm8 # Free Software Foundation; either version 2, or (at your option) any
9 # later version.
13 # compiled version of this file with other programs, and to distribute
H A Dsol-cn.asm8 # Free Software Foundation; either version 2, or (at your option) any
9 # later version.
13 # compiled version of this file with other programs, and to distribute
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsol2-ci.asm8 ! Free Software Foundation; either version 2, or (at your option) any
9 ! later version.
13 ! compiled version of this file with other programs, and to distribute
/freebsd-9.3-release/contrib/gcc/
H A Dunwind.inc8 the Free Software Foundation; either version 2, or (at your option)
9 any later version.
13 compiled version of this file into combinations with other programs,
H A Dunwind-c.c10 Software Foundation; either version 2, or (at your option) any later
11 version.
15 compiled version of this file into combinations with other programs,
120 PERSONALITY_FUNCTION (int version,
143 if (version != 1)
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-slow.c44 u_int8_t version; member in struct:slow_common_header_t
271 if (slow_com_header->version != LACP_VERSION) {
272 printf("LACP version %u packet not supported",slow_com_header->version);
279 if (slow_com_header->version != MARKER_VERSION) {
280 printf("MARKER version %u packet not supported",slow_com_header->version);
299 slow_com_header->version,
302 /* some slow protos don't have a version number in the header */
/freebsd-9.3-release/sys/dev/ath/ath_hal/
H A Dah_eeprom_9287.c31 #define IS_VERS(op, v) ((pBase->version & AR5416_EEP_VER_MINOR_MASK) op (v))
167 word = __bswap16(ee->ee_base.baseEepHeader.version);
168 ee->ee_base.baseEepHeader.version = word;
286 (((_ee)->ee_base.baseEepHeader.version >> 12) & 0xF)
288 (((_ee)->ee_base.baseEepHeader.version) & 0xFFF)
381 /* swap words 0+2 so version is at the front */
393 "Bad EEPROM version 0x%x\n", owl_get_eep_ver(ee));
400 AH_PRIVATE(ah)->ah_eeversion = ee->ee_base.baseEepHeader.version;
H A Dah_eeprom_v14.c30 #define IS_VERS(op, v) ((pBase->version & AR5416_EEP_VER_MINOR_MASK) op (v))
205 word = __bswap16(ee->baseEepHeader.version);
206 ee->baseEepHeader.version = word;
323 (((_ee)->ee_base.baseEepHeader.version >> 12) & 0xF)
325 (((_ee)->ee_base.baseEepHeader.version) & 0xFFF)
420 /* swap words 0+2 so version is at the front */
432 "Bad EEPROM version 0x%x\n", owl_get_eep_ver(ee));
439 AH_PRIVATE(ah)->ah_eeversion = ee->ee_base.baseEepHeader.version;
H A Dah_eeprom_v4k.c32 #define IS_VERS(op, v) ((pBase->version & AR5416_EEP_VER_MINOR_MASK) op (v))
161 word = __bswap16(ee->baseEepHeader.version);
162 ee->baseEepHeader.version = word;
275 (((_ee)->ee_base.baseEepHeader.version >> 12) & 0xF)
277 (((_ee)->ee_base.baseEepHeader.version) & 0xFFF)
370 /* swap words 0+2 so version is at the front */
382 "Bad EEPROM version 0x%x\n", owl_get_eep_ver(ee));
389 AH_PRIVATE(ah)->ah_eeversion = ee->ee_base.baseEepHeader.version;
/freebsd-9.3-release/sys/geom/label/
H A Dg_label.c63 .version = G_VERSION,
472 uint32_t *version; local
476 version = gctl_get_paraml(req, "version", sizeof(*version));
477 if (version == NULL) {
478 gctl_error(req, "No '%s' argument.", "version");
481 if (*version != G_LABEL_VERSION) {
/freebsd-9.3-release/contrib/ntp/ntpsnmpd/
H A DMakefile.am11 # HMS: we probably want a version.o file here, too.
64 $(top_srcdir)/sntp/include/autogen-version.def \
68 $(top_srcdir)/sntp/include/version.def \
110 $(srcdir)/ntpsnmpd.html: $(srcdir)/ntpsnmpd.texi $(top_srcdir)/sntp/include/version.texi
/freebsd-9.3-release/contrib/ntp/scripts/ntpsweep/
H A DMakefile.am7 $(top_srcdir)/sntp/include/autogen-version.def \
11 $(top_srcdir)/sntp/include/version.def \
101 $(srcdir)/ntpsweep.html: invoke-ntpsweep.menu invoke-ntpsweep.texi ntpsweep.texi $(top_srcdir)/sntp/include/version.texi
/freebsd-9.3-release/contrib/ntp/scripts/ntptrace/
H A DMakefile.am15 $(top_srcdir)/sntp/include/autogen-version.def \
19 $(top_srcdir)/sntp/include/version.def \
94 $(srcdir)/ntptrace.html: $(srcdir)/invoke-ntptrace.menu $(srcdir)/invoke-ntptrace.texi $(srcdir)/ntptrace.texi $(top_srcdir)/sntp/include/version.texi
/freebsd-9.3-release/contrib/ntp/scripts/ntp-wait/
H A DMakefile.am16 $(top_srcdir)/sntp/include/autogen-version.def \
20 $(top_srcdir)/sntp/include/version.def \
95 $(srcdir)/ntp-wait.html: $(srcdir)/invoke-ntp-wait.menu $(srcdir)/invoke-ntp-wait.texi $(srcdir)/ntp-wait.texi $(top_srcdir)/sntp/include/version.texi
/freebsd-9.3-release/contrib/ntp/scripts/update-leap/
H A DMakefile.am7 $(top_srcdir)/sntp/include/autogen-version.def \
11 $(top_srcdir)/sntp/include/version.def \
97 $(srcdir)/update-leap.html: $(srcdir)/update-leap.texi $(top_srcdir)/sntp/include/version.texi
/freebsd-9.3-release/contrib/ntp/sntp/
H A DMakefile.in19 # subdir to warn folks if there is another version there.
131 $(top_srcdir)/m4/version.m4 $(top_srcdir)/configure.ac
163 sntp_DEPENDENCIES = version.o libsntp.a $(am__DEPENDENCIES_1) \
218 *) (install-info --version) >/dev/null 2>&1;; \
584 LDADD = version.o libsntp.a $(LIBOPTS_LDADD) $(LDADD_LIBEVENT) \
592 $(srcdir)/include/autogen-version.def \
596 $(srcdir)/include/version.def \
632 .version \
633 version.c \
656 $(srcdir)/m4/version
[all...]
/freebsd-9.3-release/sys/dev/oce/
H A Doce_mbox.c204 uint8_t version)
213 hdr->u0.req.version = version;
252 * @brief Function to get the firmware version
548 fwcmd->params.req.version = 0;
789 int version; local
794 version = OCE_MBX_VER_V1;
798 version = OCE_MBX_VER_V0;
805 version);
934 int rc = 0, version; local
200 mbx_common_req_hdr_init(struct mbx_hdr *hdr, uint8_t dom, uint8_t port, uint8_t subsys, uint8_t opcode, uint32_t timeout, uint32_t pyld_len, uint8_t version) argument
1732 int rc = 0, version, num_pages; local
1841 uint8_t version; local
2033 int version = 0; local
2132 int version = 0; local
[all...]
/freebsd-9.3-release/sys/netgraph/netflow/
H A Dnetflow.c225 dgram->header.version = htons(NETFLOW_V5);
262 uint16_t version = fle->f.version; local
264 if ((priv->export != NULL) && (version == IPVERSION)) {
285 if (version == IPVERSION)
288 else if (version == IP6VERSION)
292 panic("ng_netflow: Unknown IP proto: %d", version);
302 if (version == IPVERSION)
305 else if (version == IP6VERSION)
325 * as this was done in previous version
[all...]
/freebsd-9.3-release/lib/libc/rpc/
H A Drpcb_clnt.c107 * Also, this routine can be used to set the use of portmapper version 2
532 * Set a mapping between program, version and address.
536 rpcb_set(program, version, nconf, address)
538 rpcvers_t version;
571 parms.r_vers = version;
591 * Remove the mapping between program, version and netbuf address.
597 rpcb_unset(program, version, nconf)
599 rpcvers_t version;
613 parms.r_vers = version;
711 * version
[all...]
/freebsd-9.3-release/sys/dev/sfxge/common/
H A Dsiena_nvram.c548 * Construct a new "null" dcfg, with an empty version vector,
555 EFX_POPULATE_BYTE_1(dcfg->version, EFX_BYTE_0,
632 __out_ecount(4) uint16_t version[4])
656 * Find the highest version reported by all dcfg structures on ports
659 version[0] = version[1] = version[2] = version[3] = 0;
697 if (memcmp(version, temp, sizeof (temp)) < 0)
698 memcpy(version, tem
628 siena_nvram_get_version( __in efx_nic_t *enp, __in efx_nvram_type_t type, __out uint32_t *subtypep, __out_ecount(4) uint16_t version[4]) argument
852 siena_nvram_set_version( __in efx_nic_t *enp, __in efx_nvram_type_t type, __out uint16_t version[4]) argument
[all...]
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dd1_clnt.c110 * The licence and distribution terms for any publically available version or
182 if ((s->version & 0xff00) != (DTLS1_VERSION & 0xff00) &&
183 (s->version & 0xff00) != (DTLS1_BAD_VER & 0xff00)) {
189 /* s->version=SSL3_VERSION; */
614 if ((s->session == NULL) || (s->session->ssl_version != s->version) ||
641 *(p++) = s->version >> 8;
642 *(p++) = s->version & 0xff;
643 s->client_version = s->version;
746 if ((data[0] != (s->version >> 8)) || (data[1] != (s->version
[all...]
/freebsd-9.3-release/contrib/compiler-rt/lib/
H A Dgcc_personality_v0.c185 _Unwind_Reason_Code __gcc_personality_sj0(int version, _Unwind_Action actions, argument
189 _Unwind_Reason_Code __gcc_personality_v0(int version, _Unwind_Action actions,
/freebsd-9.3-release/contrib/cvs/src/
H A Drcs.h32 /* Used by the version of death support which resulted from old
126 char *version; member in struct:deltatext
149 char *version; member in struct:rcsversnode

Completed in 303 milliseconds

<<11121314151617181920>>