Searched refs:R_ADDR (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/db/mp/ |
H A D | mp_fopen.c | 322 R_ADDR(dbmp, mfp->fileid_off), DB_FILE_ID_LEN)) { 395 R_ADDR(dbmp, mfp->path_off)); 398 R_ADDR(dbmp, mfp->fileid_off)); 551 __db_shalloc_free(dbmp->addr, R_ADDR(dbmp, mfp->path_off)); 553 __db_shalloc_free(dbmp->addr, R_ADDR(dbmp, mfp->fileid_off)); 555 __db_shalloc_free(dbmp->addr, R_ADDR(dbmp, mfp->pgcookie_off));
|
H A D | mp_sync.c | 138 mfp = R_ADDR(dbmp, bhp->mf_offset); 197 mfp = R_ADDR(dbmp, bharray[next]->mf_offset); 488 mfp = R_ADDR(dbmp, bhp->mf_offset);
|
H A D | mp_bh.c | 125 if (__memp_fopen(dbmp, mfp, R_ADDR(dbmp, mfp->path_off), 485 dbt.data = R_ADDR(dbmp, mfp->pgcookie_off); 576 NULL, R_ADDR(dbmp, mfp->path_off), 0, NULL, &rpath)) != 0)
|
H A D | mp_region.c | 126 mfp = R_ADDR(dbmp, bhp->mf_offset); 318 dbmp->htab = R_ADDR(dbmp, dbmp->mp->htab);
|
H A D | mp_fget.c | 159 R_ADDR(dbmfp, *pgnoaddr * mfp->stat.st_pagesize);
|
H A D | mp_pr.c | 148 return ((char *)R_ADDR(dbmp, mfp->path_off));
|
/titanic_50/usr/src/cmd/sendmail/db/log/ |
H A D | log_register.c | 180 r_name.data = R_ADDR(dblp, fnp->name_off); 196 __db_shalloc_free(dblp->addr, R_ADDR(dblp, fnp->name_off));
|
H A D | log_rec.c | 345 name = R_ADDR(logp, fname->name_off);
|
H A D | log_put.c | 163 t.data = R_ADDR(dblp, fnp->name_off);
|
/titanic_50/usr/src/cmd/sendmail/db/ |
H A D | db_int.h | 76 #define R_ADDR(base, offset) ((void *)((u_int8_t *)((base)->addr) + offset)) macro
|