Home
last modified time | relevance | path

Searched refs:j_map (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/os/
H A Dos_map.c125 if (__db_jump.j_map != NULL) {
127 return (__db_jump.j_map(path, infop->fd, infop->size,
299 if (__db_jump.j_map != NULL)
300 return (__db_jump.j_map(path, fd, len, 0, 0, is_rdonly, addr));
H A Dos_config.c72 __db_jump.j_map = (int (*)
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dos_jump.h23 int (*j_map) /* DB_FUNC_MAP */ member