Home
last modified time | relevance | path

Searched refs:fcount (Results 1 – 11 of 11) sorted by relevance

/freebsd/bin/rm/
H A Drm.c453 int fcount = 0; in check2() local
464 ++fcount; in check2()
476 if (fcount == 1) in check2()
478 else if (fcount > 1) in check2()
479 fprintf(stderr, " and %d files", fcount); in check2()
480 } else if (dcount + fcount > 3) { in check2()
481 fprintf(stderr, "remove %d files", dcount + fcount); in check2()
/freebsd/stand/libsa/
H A Dzalloc.c310 int fcount = 0; in zallocstats() local
324 ++fcount; in zallocstats()
333 abytes, fcount, hbytes); in zallocstats()
/freebsd/crypto/openssl/crypto/
H A Dmem.c85 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount) in CRYPTO_get_alloc_counts() argument
91 if (fcount != NULL) in CRYPTO_get_alloc_counts()
92 *fcount = LOAD(free_count); in CRYPTO_get_alloc_counts()
/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.c215 fq_codel_classify_flow(struct mbuf *m, uint16_t fcount, struct fq_codel_si *si) in fq_codel_classify_flow() argument
252 hash = jenkins_hash(tuple, 41, HASHINIT) % fcount; in fq_codel_classify_flow()
278 hash = jenkins_hash(tuple, 17, HASHINIT) % fcount; in fq_codel_classify_flow()
H A Ddn_sched_fq_pie.c790 fq_pie_classify_flow(struct mbuf *m, uint16_t fcount, struct fq_pie_si *si) in fq_pie_classify_flow() argument
827 hash = jenkins_hash(tuple, 41, HASHINIT) % fcount; in fq_pie_classify_flow()
853 hash = jenkins_hash(tuple, 17, HASHINIT) % fcount; in fq_pie_classify_flow()
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_malloc.pod64 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
140 called, into the values pointed to by B<mcount>, B<rcount>, and B<fcount>,
/freebsd/usr.sbin/newsyslog/
H A Dnewsyslog.c2158 int c, errsav, fcount, zstatus; in do_zipwork() local
2225 fcount = 1; in do_zipwork()
2234 if (errsav != EAGAIN || fcount > 5) in do_zipwork()
2236 sleep(fcount * 12); in do_zipwork()
2237 fcount++; in do_zipwork()
/freebsd/crypto/openssl/include/openssl/
H A Dcrypto.h379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
H A Dcrypto.h.in356 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
/freebsd/libexec/rtld-elf/
H A Drtld.c2054 unsigned int SLPndx, hintndx, fndx, fcount; in gethints() local
2202 fcount = 0; in gethints()
2224 if (fcount > 0) { in gethints()
2228 fcount++; in gethints()
/freebsd/crypto/openssl/test/
H A Dsslapitest.c11192 int i, mcount, rcount, fcount; in setup_tests()
11196 CRYPTO_get_alloc_counts(&mcount, &rcount, &fcount); in setup_tests()
11198 mcount, rcount, fcount); in setup_tests()