Searched refs:hsh (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/sys/netgraph/netflow/
H A Dnetflow.c334 hash_insert(priv_p priv, struct flow_hash_entry *hsh, struct flow_rec *r, argument
341 mtx_assert(&hsh->mtx, MA_OWNED);
410 TAILQ_INSERT_TAIL(&hsh->head, fle, fle_hash);
523 struct flow_hash_entry *hsh; local
543 for (i = 0, hsh = priv->hash; i < NBUCKETS; i++, hsh++) {
544 mtx_init(&hsh->mtx, "hash mutex", NULL, MTX_DEF);
545 TAILQ_INIT(&hsh->head);
554 for (i = 0, hsh = priv->hash6; i < NBUCKETS; i++, hsh
607 struct flow_hash_entry *hsh; local
679 struct flow_hash_entry *hsh; local
809 struct flow_hash_entry *hsh; local
933 struct flow_hash_entry *hsh; local
1119 struct flow_hash_entry *hsh; local
[all...]
/freebsd-10.0-release/usr.sbin/IPXrouted/
H A Dsap_tables.c60 int hsh, i; local
67 hsh = 0;
71 hsh = hsh * SMVAL + (ServType & 0xff);
72 hsh = hsh * SMVAL + (ServType >> 8);
75 hsh = hsh * SMVAL + *ServName++;
81 return hsh;
98 int hsh; local
[all...]
/freebsd-10.0-release/gnu/usr.bin/rcs/rlog/
H A Drlog.c542 putabranch(branchroot->hsh);
543 putree(branchroot->hsh);
613 getbranchno(newbranch->hsh->num, &branchnum);
740 exttree(newbranch->hsh);
898 recentdate(newbranch->hsh, pd);
953 revno += extdate(newbranch->hsh);
/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Drcsrev.c553 while (0 < (result=cmpnumfld(revno,bhead->hsh->num,field))) {
570 next = bhead->hsh;
585 next = bhead->hsh;
H A Drcsgen.c543 aprintf(fout, "\n\t%s", nextbranch->hsh->num);
569 puttree(nextbranch->hsh, fout);
H A Drcssyn.c422 NewBranch->hsh = num;
H A Drcsbase.h379 struct hshentry * hsh; member in struct:branchhead
/freebsd-10.0-release/gnu/usr.bin/rcs/ci/
H A Dci.c1015 getbranchno(bhead->hsh->num, &branchnum);
1025 while (0 < (result=cmpnumfld(num->string,(*btrail)->hsh->num,field))) {
1066 newbranch.hsh = &newdelta;
/freebsd-10.0-release/gnu/usr.bin/rcs/rcs/
H A Drcs.c1578 while( pt && pt->hsh != delstrt ) {
1583 pt->hsh = cuttail;

Completed in 187 milliseconds