Searched refs:__mpoolfile (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/db/mp/ |
H A D | mp_pr.c | 81 mfp = SH_TAILQ_FIRST(&dbmp->mp->mpfq, __mpoolfile); 83 ++len, mfp = SH_TAILQ_NEXT(mfp, q, __mpoolfile)) 100 mfp = SH_TAILQ_FIRST(&dbmp->mp->mpfq, __mpoolfile); 102 ++tfsp, mfp = SH_TAILQ_NEXT(mfp, q, __mpoolfile)) { 210 for (mfp = SH_TAILQ_FIRST(&dbmp->mp->mpfq, __mpoolfile); 211 mfp != NULL; mfp = SH_TAILQ_NEXT(mfp, q, __mpoolfile), ++cnt) {
|
H A D | mp_sync.c | 109 for (mfp = SH_TAILQ_FIRST(&dbmp->mp->mpfq, __mpoolfile); 110 mfp != NULL; mfp = SH_TAILQ_NEXT(mfp, q, __mpoolfile)) 234 for (mfp = SH_TAILQ_FIRST(&dbmp->mp->mpfq, __mpoolfile); 235 mfp != NULL; mfp = SH_TAILQ_NEXT(mfp, q, __mpoolfile))
|
H A D | mp_fopen.c | 317 for (mfp = SH_TAILQ_FIRST(&dbmp->mp->mpfq, __mpoolfile); 318 mfp != NULL; mfp = SH_TAILQ_NEXT(mfp, q, __mpoolfile)) { 390 SH_TAILQ_INSERT_HEAD(&dbmp->mp->mpfq, mfp, q, __mpoolfile); 547 SH_TAILQ_REMOVE(&mp->mpfq, mfp, q, __mpoolfile);
|
/titanic_44/usr/src/cmd/sendmail/db/include/ |
H A D | mp.h | 13 struct __mpoolfile; typedef struct __mpoolfile MPOOLFILE; 238 struct __mpoolfile { struct
|