Searched refs:hashnext (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/hash/
H A Dhashwalk.c46 while (b = hashnext(pos))
H A Dhashscan.c38 * while (b = hashnext(&pos)) ...;
87 hashnext(register Hash_position_t* pos) function
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dhash.h204 extern __MANGLE__ Hash_bucket_t* hashnext __PROTO__((Hash_position_t*));
/illumos-gate/usr/src/lib/libast/common/include/
H A Dhash.h194 extern Hash_bucket_t* hashnext(Hash_position_t*);
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dhash.h204 extern __MANGLE__ Hash_bucket_t* hashnext __PROTO__((Hash_position_t*));
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dhash.h204 extern __MANGLE__ Hash_bucket_t* hashnext __PROTO__((Hash_position_t*));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dhash.h204 extern __MANGLE__ Hash_bucket_t* hashnext __PROTO__((Hash_position_t*));
/illumos-gate/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) },
/illumos-gate/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 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 Dppop.c1506 if (p = hashnext(pos))
1509 b = hashnext(pos);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c560 goto hashnext;
588 hashnext:

Completed in 103 milliseconds