Searched defs:tfd (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libcmdutils/common/
H A Dprocess_xattrs.c35 get_attrdirs(int indfd, int outdfd, char *attrfile, int *sfd, int *tfd) argument
60 *tfd = fd2;
/osnet-11/usr/src/lib/libcontract/common/
H A Dlibcontract.c200 ct_ctl_newct(int cfd, ctevid_t evid, int tfd) argument
202 if (ioctl(cfd, CT_CNEWCT, tfd) == -1)
/osnet-11/usr/src/lib/libcurses/screen/
H A Dsetupterm.c236 int n, tfd; local
252 tfd = -1;
266 tfd = open(fname, 0);
270 if ((tfd < 0) && (errno == EACCES))
274 if (tfd < 0) {
282 tfd = open(fname, 0);
289 if (tfd < 0) {
313 n = (int)read(tfd, tiebuf, sizeof (tiebuf));
314 (void) close(tfd);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dttyname.c752 int tfd = open("/dev/console", O_WRONLY); local
753 if (tfd >= 0) {
758 (void) write(tfd, buf, strlen(buf));
759 (void) close(tfd);
/osnet-11/usr/src/lib/libbsm/common/
H A Dadt_xlate.h150 fd_t tfd; member in union:convert
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses.c711 int tfd, len, rval; local
724 tfd = open64(CTFS_ROOT "/device/template", O_RDWR);
725 (void) ct_tmpl_set_critical(tfd, CT_DEV_EV_OFFLINE);
726 (void) ct_tmpl_set_cookie(tfd, (uint64_t)(uintptr_t)stp);
732 close(tfd);
736 if ((rval = ct_dev_tmpl_set_minor(tfd, ptr)) != 0)
739 else if ((rval = ct_tmpl_create(tfd, &stp->set_ctid)) != 0)
743 (void) close(tfd);
/osnet-11/usr/src/cmd/sendmail/src/
H A Dqueue.c355 int tfd = -1; local
376 tfd = open(tf, TF_OPEN_FLAGS, QueueFileMode); \
395 if (tfd < 0 ||
397 !lockfile(tfd, tf, NULL, LOCK_EX|LOCK_NB) ||
400 (void *) &tfd, SM_IO_WRONLY,
408 tf, (int) geteuid(), tfd, tfp);
421 if (tfd < 0)
424 if (tfd < 0)
439 if (tfd >= 0)
445 if (lockfile(tfd, t
[all...]

Completed in 45 milliseconds