Searched refs:first_from_list (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.h74 extern bucket_t *first_from_list(const bucket_t *);
H A Dbucket.c323 for (b = first_from_list(l); b != NULL; b = next_from_list()) {
453 for (j = 0, b = first_from_list(l);
592 first_from_list(const bucket_t *l) function
H A Dxlator.c868 for (b = first_from_list(l); b != NULL; b = next_from_list()) {

Completed in 60 milliseconds