Searched refs:gen (Results 26 - 50 of 109) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_record.c159 u_int32_t gen, rep_version; local
224 tmprp.gen = orp->gen;
234 tmprp.gen = rp46->gen;
329 gen = rep->gen;
358 if (rp->gen < gen && rp->rectype != REP_ALIVE_REQ &&
370 if (rp->gen > ge
968 u_int32_t gen; local
[all...]
H A Drep_util.c383 cntrl.gen = rep->gen;
474 ocntrl.gen = cntrl.gen;
483 cntrl46.gen = cntrl.gen;
598 change = rep->gen != cntrl->gen || rep->master_id != eid;
681 "Updating gen from %lu to %lu from master %d",
682 (u_long)rep->gen, (u_lon
[all...]
H A Drep_elect.c272 __rep_cmp_vote(env, rep, rep->eid, &lsn, priority, rep->gen,
556 * If we get a vote from a later election gen, we
642 "Incoming vote: (eid)%d (pri)%lu %s (gen)%lu (egen)%lu [%lu,%lu]",
645 (u_long)rp->gen, (u_long)vi->egen,
649 "Existing vote: (eid)%d (pri)%lu (gen)%lu (sites)%d [%lu,%lu]",
656 rp->gen, vi->tiebreaker, rp->flags);
777 "Not in election gen %lu, at %lu, got vote",
901 __rep_cmp_vote(env, rep, eid, lsnp, priority, gen, tiebreaker, flags)
907 u_int32_t flags, gen, tiebreaker;
943 rep->w_gen = gen;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/OS2/
H A DMakefile.os223 FLEXOBJS = ccl$O dfa$O ecs$O gen$O main$O misc$O nfa$O parse$O \
50 gen$O : gen.c flexdef.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Drep_auto.h24 u_int32_t gen; member in struct:___rep_control_args
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Diface-linux.c49 struct rtgenmsg *gen; local
61 gen = NLMSG_DATA(n);
62 memset(gen, 0, sizeof(struct rtgenmsg));
63 gen->rtgen_family = AF_UNSPEC;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ocsp/
H A Docsp_vfy.c361 GENERAL_NAME *gen; local
369 gen = req->tbsRequest->requestorName;
370 if (!gen || gen->type != GEN_DIRNAME)
375 nm = gen->d.directoryName;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dnamei.c473 u32 gen = ((u32 *)fh)[1]; local
475 ntfs_debug("Entering for inode 0x%lx, generation 0x%x.", ino, gen);
481 if (unlikely(is_bad_inode(vi) || vi->i_generation != gen)) {
486 gen);
496 ntfs_debug("Done for inode 0x%lx, generation 0x%x.", ino, gen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dgdth.c5092 gdth_ioctl_general gen; local
5099 if (copy_from_user(&gen, arg, sizeof(gdth_ioctl_general)) ||
5100 gen.ionode >= gdth_ctr_count)
5102 hanum = gen.ionode;
5104 if (gen.data_len + gen.sense_len != 0) {
5105 if (!(buf = gdth_ioctl_alloc(hanum, gen.data_len + gen.sense_len,
5109 gen.data_len + gen
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dobio.h226 static inline void cc_set_igen(unsigned gen) argument
229 "r" (gen),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/ocsp/
H A Docsp_vfy.c361 GENERAL_NAME *gen; local
369 gen = req->tbsRequest->requestorName;
370 if (gen->type != GEN_DIRNAME)
375 nm = gen->d.directoryName;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/Borland/
H A DMakefile86 BASESRC = ccl.c dfa.c ecs.c gen.c main.c misc.c nfa.c parse.c \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_keys.c74 rkt->gen++;
76 ((((1 << (24 - ib_ipath_lkey_table_size)) - 1) & rkt->gen)
80 rkt->gen++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dadapter.h88 unsigned int gen; /* free list generation */ member in struct:sge_fl
110 unsigned int gen; /* current generation bit */ member in struct:sge_rspq
147 unsigned int gen; /* current value of generation bit */ member in struct:sge_txq
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rand/
H A Drand_win.c198 CRYPTGENRANDOM gen = 0; local
349 gen = (CRYPTGENRANDOM) GetProcAddress(advapi,
355 if (acquire && gen && release)
362 if (gen(hProvider, sizeof(buf), buf) != 0)
375 if (gen(hProvider, sizeof(buf), buf) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_win.c244 CRYPTGENRANDOM gen = NULL; local
344 gen = (CRYPTGENRANDOM) GetProcAddress(advapi,
350 if (acquire && gen && release)
357 if (gen(hProvider, sizeof(buf), buf) != 0)
371 if (gen(hProvider, sizeof(buf), buf) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dt_pkey.c300 BIGNUM *p=NULL, *a=NULL, *b=NULL, *gen=NULL, local
381 if ((gen = EC_POINT_point2bn(x, point,
393 if (buf_len < (i = (size_t)BN_num_bytes(gen)))
448 if ((gen != NULL) && !print(bp, gen_compressed, gen,
454 if ((gen != NULL) && !print(bp, gen_uncompressed, gen,
460 if ((gen != NULL) && !print(bp, gen_hybrid, gen,
481 if (gen)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dpo-gram-gen.c105 #line 19 "po-gram-gen.y"
233 #line 143 "po-gram-gen.y"
244 #line 245 "po-gram-gen.c"
257 #line 258 "po-gram-gen.c"
1489 #line 179 "po-gram-gen.y"
1496 #line 187 "po-gram-gen.y"
1503 #line 195 "po-gram-gen.y"
1527 #line 216 "po-gram-gen.y"
1551 #line 237 "po-gram-gen.y"
1563 #line 246 "po-gram-gen
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/procps/
H A Dnmeter.c44 smallint gen; member in struct:globals
63 #define gen (G.gen ) macro
144 if (pf->last_gen != gen) {
145 pf->last_gen = gen;
746 gen ^= 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509v3/
H A Dv3_utl.c488 GENERAL_NAME *gen; local
501 gen = sk_GENERAL_NAME_value(gens, i);
502 if(gen->type != GEN_EMAIL) continue;
503 if(!append_ia5(&ret, gen->d.ia5)) return NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/
H A DMakefile104 $(call filechk,gen-syscalltab)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/
H A DMakefile228 $(call filechk,gen-asm-offsets)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsmb.conf447 [pdf-gen]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock.c256 lock.gen = lp->gen;
656 lock->gen = lp->gen;
1008 lock->gen = newl->gen;
1113 if (lock->gen != lockp->gen) {
1172 if (lock->gen != lockp->gen) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/
H A Dskfddi.c968 bp->MacStat.gen.tx_errors++; /* bump error counter */
1419 smc->os.MacStat.gen.tx_packets++; // Count transmitted packets.
1420 smc->os.MacStat.gen.tx_bytes+=skb->len; // Count bytes
1502 smc->os.MacStat.gen.rx_errors++;
1555 smc->os.MacStat.gen.rx_packets++; // Count indicated receive
1557 smc->os.MacStat.gen.rx_bytes+=len; // Count bytes.
1562 smc->os.MacStat.gen.multicast++;
1579 smc->os.MacStat.gen.rx_errors++; // Count receive packets
1955 smc->os.MacStat.gen.rx_errors++;

Completed in 302 milliseconds

12345