Searched refs:ffd (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libdiskmgt/common/ |
H A D | inuse_lu.c | 269 int ffd; in lustatus() local 288 if ((ffd = mkstemp(tmpname)) != -1) { in lustatus() 291 if (run_cmd("/usr/sbin/lufslist", "lufslist", sp, ffd) == 0) { in lustatus() 292 (void) close(ffd); in lustatus() 296 if ((status = lufslist(ffd)) != 0) { in lustatus()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | rename.c | 51 renameat(int ffd, char *from, int tfd, char *to) in renameat() argument 59 if ((error = fgetstartvp(ffd, from, &fstartvp)) != 0) in renameat()
|
H A D | link.c | 51 linkat(int ffd, char *from, int tfd, char *to, int flag) in linkat() argument 64 if ((error = fgetstartvp(ffd, from, &fstartvp)) != 0) in linkat()
|
/titanic_41/usr/src/lib/libshell/common/bltins/ |
H A D | shiocmd_solaris.c | 669 int ffd, fd = -1; in b_tmpfile() local 693 ffd = fileno(file); in b_tmpfile() 694 fd = sh_dup(ffd); in b_tmpfile() 744 int ffd, fd = -1; in b_dup() local 766 ffd = strtol(argv[1], (char **)NULL, 0); in b_dup() 767 if (errno != 0 || ffd < 0) in b_dup() 770 fd = sh_dup(ffd); in b_dup()
|
/titanic_41/usr/src/cmd/luxadm/ |
H A D | fcalupdate.c | 720 int ffd = open(file, 0); in load_file() local 724 if (ffd < 0) { in load_file() 730 if (read(ffd, &exec, sizeof (exec)) != sizeof (exec)) { in load_file() 757 if (read(ffd, &buffer, exec.a_text) != exec.a_text) { in load_file() 762 (void) close(ffd); in load_file()
|
/titanic_41/usr/src/data/hwdata/ |
H A D | usb.ids | 148 2ffd at89c5130/c5131 DFU bootloader 14531 0ffd EarlySense
|
H A D | pci.ids | 10428 0ffd GK107 [NVS 510] 27793 2ffd Xeon E7 v3/Xeon E5 v3/Core i7 System Address Decoder & Broadcast Registers 28913 6ffd Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent
|