Searched refs:c_fd (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_get.c175 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 Dlog.c68 dblp->c_fd = -1;
458 if (dblp->c_fd != -1 &&
459 (t_ret = __os_close(dblp->c_fd)) != 0 && ret == 0)
/opensolaris-onvv-gate/usr/src/cmd/sendmail/db/include/
H A Dlog.h82 int c_fd; /* Cursor: file descriptor. */ member in struct:__db_log
/opensolaris-onvv-gate/usr/src/cmd/ssh/ssh-keyscan/
H A Dssh-keyscan.c83 int c_fd; /* Quick lookup: c->c_fd == c - fdcon */ member in struct:Connection
359 packet_set_connection(c->c_fd, c->c_fd);
448 fdcon[s].c_fd = s;
655 int s = c->c_fd;
/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.h535 #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 Drdc_dev.c361 if (krdc->devices && (krdc->c_fd || krdc->r_fd)) {
404 if (!krdc->devices || !krdc->c_fd || !krdc->r_fd) {
406 "!rdc_dev_close(%p): c_fd %p r_fd %p", (void *)krdc,
407 (void *) (krdc->devices ? krdc->c_fd : 0),
942 nsc_pathname(krdc->c_fd), rc);
H A Drdc_clnt.c1021 if (!krdc->c_fd) {
1024 cmn_err(CE_WARN, "!rdc_dump_alloc_bufs_cd(%d): c_fd NULL",
1651 if (!krdc->c_fd) {
1653 cmn_err(CE_WARN, "!rdc_flush_memq: no c_fd!");
1846 if (!krdc->c_fd) {
1848 cmn_err(CE_WARN, "!rdc_flush_diskq: no c_fd!");

Completed in 129 milliseconds