Searched refs:c_fd (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/db/log/ |
H A D | log_get.c | 175 if (dblp->c_lsn.file != nlsn.file && dblp->c_fd != -1) { 176 (void)__os_close(dblp->c_fd); 177 dblp->c_fd = -1; 195 if (dblp->c_fd == -1) { 197 &np, &dblp->c_fd, DB_RDONLY | DB_SEQUENTIAL)) != 0) { 207 __os_seek(dblp->c_fd, 0, 0, nlsn.offset, 0, SEEK_SET)) != 0) { 211 if ((ret = __os_read(dblp->c_fd, &hdr, sizeof(HDR), &nr)) != 0) { 276 if ((ret = __os_read(dblp->c_fd, tbuf, len, &nr)) != 0) {
|
H A D | log.c | 68 dblp->c_fd = -1; 458 if (dblp->c_fd != -1 && 459 (t_ret = __os_close(dblp->c_fd)) != 0 && ret == 0)
|
/titanic_41/usr/src/cmd/ssh/ssh-keyscan/ |
H A D | ssh-keyscan.c | 83 int c_fd; /* Quick lookup: c->c_fd == c - fdcon */ member 359 packet_set_connection(c->c_fd, c->c_fd); in keygrab_ssh2() 448 fdcon[s].c_fd = s; in conalloc() 655 int s = c->c_fd; in conloop()
|
/titanic_41/usr/src/cmd/sendmail/db/include/ |
H A D | log.h | 82 int c_fd; /* Cursor: file descriptor. */ member
|
/titanic_41/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_io.h | 535 #define c_fd devices->id_cache_dev.bi_fd macro 607 #define RDC_U_FD(gcd) (IS_CRSRV(gcd) ? (gcd)->c_fd : (gcd)->r_fd)
|
H A D | rdc_dev.c | 361 if (krdc->devices && (krdc->c_fd || krdc->r_fd)) { in rdc_dev_open() 404 if (!krdc->devices || !krdc->c_fd || !krdc->r_fd) { in rdc_dev_close() 407 (void *) (krdc->devices ? krdc->c_fd : 0), in rdc_dev_close() 942 nsc_pathname(krdc->c_fd), rc); in _rdc_rsrv_devs()
|
H A D | rdc_clnt.c | 1021 if (!krdc->c_fd) { in rdc_dump_alloc_bufs_cd() 1651 if (!krdc->c_fd) { in rdc_flush_memq() 1846 if (!krdc->c_fd) { in rdc_flush_diskq()
|