Searched refs:re_fd (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_recno.c | 105 rp->re_fd = -1; 117 rp->re_fd = -1; 181 if (rp->re_fd != -1) 182 (void)__os_close(rp->re_fd); 457 if (rp->re_fd != -1) 458 (void)__os_close(rp->re_fd); 957 __db_open(rp->re_source, oflags, oflags, 0, &rp->re_fd)) != 0) { 971 rp->re_fd, &mbytes, &bytes, NULL)) != 0) { 982 rp->re_fd, (size_t)size, 1, &rp->re_smap)) != 0) 1053 if (rp->re_fd != -1) { [all …]
|
/titanic_50/usr/src/cmd/sendmail/db/include/ |
H A D | btree.h | 227 int re_fd; /* Source file descriptor */ member
|