Searched refs:bt_fd (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | bt_open.c | 167 t->bt_fd = -1; /* Don't close unopened fd on error. */ 206 if ((t->bt_fd = open(fname, flags | O_BINARY, mode)) < 0) 212 if ((t->bt_fd = tmp()) == -1) 217 if (fcntl(t->bt_fd, F_SETFD, 1) == -1) 220 if (fstat(t->bt_fd, &sb)) 223 if ((nr = read(t->bt_fd, &m, sizeof(BTMETA))) < 0) 310 mpool_open(NULL, t->bt_fd, t->bt_psize, ncache)) == NULL) 338 if (t->bt_fd != -1) 339 (void)close(t->bt_fd); 477 return (t->bt_fd);
|
H A D | bt_close.c | 105 fd = t->bt_fd;
|
H A D | btree.h | 342 int bt_fd; /* tree file descriptor */ member
|