Searched refs:hashnext (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/lib/libast/common/hash/ |
H A D | hashwalk.c | 46 while (b = hashnext(pos))
|
H A D | hashscan.c | 38 * while (b = hashnext(&pos)) ...; 87 hashnext(register Hash_position_t* pos) function
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | hash.h | 204 extern __MANGLE__ Hash_bucket_t* hashnext __PROTO__((Hash_position_t*));
|
/illumos-gate/usr/src/lib/libast/common/include/ |
H A D | hash.h | 194 extern Hash_bucket_t* hashnext(Hash_position_t*);
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | hash.h | 204 extern __MANGLE__ Hash_bucket_t* hashnext __PROTO__((Hash_position_t*));
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | hash.h | 204 extern __MANGLE__ Hash_bucket_t* hashnext __PROTO__((Hash_position_t*));
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | hash.h | 204 extern __MANGLE__ Hash_bucket_t* hashnext __PROTO__((Hash_position_t*));
|
/illumos-gate/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) },
|
/illumos-gate/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 in struct:node_s 1160 struct nca_conn_s *hashnext; /* Hash chain next */ member in struct:nca_conn_s
|
/illumos-gate/usr/src/lib/libpp/common/ |
H A D | ppop.c | 1506 if (p = hashnext(pos)) 1509 b = hashnext(pos);
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_aggregate.c | 560 goto hashnext; 588 hashnext:
|
Completed in 103 milliseconds