OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pdi_buckets
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_printf.h
67
dt_pfconv_t **
pdi_buckets
; /* hash bucket array */
member in struct:dt_pfdict
dt_printf.c
742
(pdi->
pdi_buckets
= malloc(sizeof (dt_pfconv_t *) * n)) == NULL) {
748
bzero(pdi->
pdi_buckets
, sizeof (dt_pfconv_t *) * n);
763
pfc->pfc_next = pdi->
pdi_buckets
[h];
764
pdi->
pdi_buckets
[h] = pfc;
820
for (pfc = pdi->
pdi_buckets
[i]; pfc != NULL; pfc = nfc) {
826
free(pdi->
pdi_buckets
);
838
for (pfc = pdi->
pdi_buckets
[h]; pfc != NULL; pfc = pfc->pfc_next) {
Completed in 17 milliseconds
Indexes created Mon Sep 07 00:24:45 UTC 2026