Searched defs:ffd (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Drename.c51 renameat(int ffd, char *from, int tfd, char *to) argument
59 if ((error = fgetstartvp(ffd, from, &fstartvp)) != 0)
H A Dlink.c51 linkat(int ffd, char *from, int tfd, char *to, int flag) argument
64 if ((error = fgetstartvp(ffd, from, &fstartvp)) != 0)
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_lu.c269 int ffd; local
288 if ((ffd = mkstemp(tmpname)) != -1) {
291 if (run_cmd("/usr/sbin/lufslist", "lufslist", sp, ffd) == 0) {
292 (void) close(ffd);
296 if ((status = lufslist(ffd)) != 0) {
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dshiocmd_solaris.c669 int ffd, fd = -1; local
693 ffd = fileno(file);
694 fd = sh_dup(ffd);
744 int ffd, fd = -1; local
766 ffd = strtol(argv[1], (char **)NULL, 0);
767 if (errno != 0 || ffd < 0)
770 fd = sh_dup(ffd);
/illumos-gate/usr/src/cmd/luxadm/
H A Dfcalupdate.c720 int ffd = open(file, 0); local
724 if (ffd < 0) {
730 if (read(ffd, &exec, sizeof (exec)) != sizeof (exec)) {
757 if (read(ffd, &buffer, exec.a_text) != exec.a_text) {
762 (void) close(ffd);

Completed in 49 milliseconds