Searched refs:hashnext (Results 1 – 17 of 17) sorted by relevance
/titanic_51/usr/src/lib/libast/common/hash/ |
H A D | hashwalk.c | 46 while (b = hashnext(pos)) in hashwalk()
|
H A D | hashscan.c | 87 hashnext(register Hash_position_t* pos) in hashnext() function
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/hash/ |
H A D | hashwalk.c | 46 while (b = hashnext(pos)) in hashwalk()
|
H A D | hashscan.c | 38 * while (b = hashnext(&pos)) ...; 87 hashnext(register Hash_position_t* pos) in hashnext() function
|
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | hash.h | 194 extern Hash_bucket_t* hashnext(Hash_position_t*);
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | hash.h | 194 extern Hash_bucket_t* hashnext(Hash_position_t*);
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | hash.h | 204 extern __MANGLE__ Hash_bucket_t* hashnext __PROTO__((Hash_position_t*));
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | hash.h | 204 extern __MANGLE__ Hash_bucket_t* hashnext __PROTO__((Hash_position_t*));
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | hash.h | 204 extern __MANGLE__ Hash_bucket_t* hashnext __PROTO__((Hash_position_t*));
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | hash.h | 204 extern __MANGLE__ Hash_bucket_t* hashnext __PROTO__((Hash_position_t*));
|
/titanic_51/usr/src/cmd/mdb/common/modules/nca/ |
H A D | nca.c | 1190 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 D | mapfile-vers | 474 hashnext;
|
/titanic_51/usr/src/cmd/ast/libast/ |
H A D | mapfile-vers | 484 hashnext;
|
/titanic_51/usr/src/uts/common/inet/nca/ |
H A D | nca.h | 337 * 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 D | ppop.c | 1506 if (p = hashnext(pos)) in ppop() 1509 b = hashnext(pos); in ppop()
|
/titanic_51/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppop.c | 1556 if (p = hashnext(pos)) in ppop() 1559 b = hashnext(pos); in ppop()
|
/titanic_51/usr/src/lib/libdtrace/common/ |
H A D | dt_aggregate.c | 560 goto hashnext; in dt_aggregate_snap_cpu() 588 hashnext: in dt_aggregate_snap_cpu()
|