Searched refs:restartp (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/db/mp/ |
H A D | mp_bh.c | 37 __memp_bhwrite(dbmp, mfp, bhp, restartp, wrotep) in __memp_bhwrite() argument 41 int *restartp, *wrotep; 47 if (restartp != NULL) 48 *restartp = 0; 129 found: ret = __memp_pgwrite(dbmfp, bhp, restartp, wrotep); 257 __memp_pgwrite(dbmfp, bhp, restartp, wrotep) in __memp_pgwrite() argument 260 int *restartp, *wrotep; 278 if (restartp != NULL) 279 *restartp = 0; 312 if (restartp != NULL) [all …]
|