Home
last modified time | relevance | path

Searched refs:hashnext (Results 1 – 17 of 17) sorted by relevance

/titanic_51/usr/src/lib/libast/common/hash/
H A Dhashwalk.c46 while (b = hashnext(pos)) in hashwalk()
H A Dhashscan.c87 hashnext(register Hash_position_t* pos) in hashnext() function
/titanic_51/usr/src/contrib/ast/src/lib/libast/hash/
H A Dhashwalk.c46 while (b = hashnext(pos)) in hashwalk()
H A Dhashscan.c38 * while (b = hashnext(&pos)) ...;
87 hashnext(register Hash_position_t* pos) in hashnext() function
/titanic_51/usr/src/lib/libast/common/include/
H A Dhash.h194 extern Hash_bucket_t* hashnext(Hash_position_t*);
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dhash.h194 extern Hash_bucket_t* hashnext(Hash_position_t*);
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dhash.h204 extern __MANGLE__ Hash_bucket_t* hashnext __PROTO__((Hash_position_t*));
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dhash.h204 extern __MANGLE__ Hash_bucket_t* hashnext __PROTO__((Hash_position_t*));
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dhash.h204 extern __MANGLE__ Hash_bucket_t* hashnext __PROTO__((Hash_position_t*));
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dhash.h204 extern __MANGLE__ Hash_bucket_t* hashnext __PROTO__((Hash_position_t*));
/titanic_51/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c1190 nca_conn_walk_step, 0, (void *)OFFSETOF(nca_conn_t, hashnext) },
1201 nca_node_walk_step, 0, (void *)OFFSETOF(node_t, hashnext) },
/titanic_51/usr/src/lib/libast/
H A Dmapfile-vers474 hashnext;
/titanic_51/usr/src/cmd/ast/libast/
H A Dmapfile-vers484 hashnext;
/titanic_51/usr/src/uts/common/inet/nca/
H A Dnca.h337 * The hash tables and their linkage (hashnext) are protected by the
352 * (hashnext, size, path, pathsz members valid).
378 struct node_s *hashnext; /* hash list next node_t */ member
1160 struct nca_conn_s *hashnext; /* Hash chain next */ member
/titanic_51/usr/src/lib/libpp/common/
H A Dppop.c1506 if (p = hashnext(pos)) in ppop()
1509 b = hashnext(pos); in ppop()
/titanic_51/usr/src/contrib/ast/src/lib/libpp/
H A Dppop.c1556 if (p = hashnext(pos)) in ppop()
1559 b = hashnext(pos); in ppop()
/titanic_51/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c560 goto hashnext; in dt_aggregate_snap_cpu()
588 hashnext: in dt_aggregate_snap_cpu()