Searched refs:ffd (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | inuse_lu.c | 267 int ffd; in lustatus() local 286 if ((ffd = mkstemp(tmpname)) != -1) { in lustatus() 289 if (run_cmd("/usr/sbin/lufslist", "lufslist", sp, ffd) == 0) { in lustatus() 290 (void) close(ffd); in lustatus() 294 if ((status = lufslist(ffd)) != 0) { in lustatus()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/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()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | driver-cpu-mc.p5m | 81 alias=pci8086,2ffd,p \ 112 alias=pci8086,6ffd,p \ 160 alias=pciex8086,2ffd \ 191 alias=pciex8086,6ffd
|
/illumos-gate/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()
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | pci.ids | 12005 0ffd GK107 [NVS 510] 15819 1028 1ffd Express Flash NVMe 3.84T (RI) U.2 (CD5) 34413 2ffd Xeon E7 v3/Xeon E5 v3/Core i7 System Address Decoder & Broadcast Registers 36016 6ffd Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent
|
H A D | usb.ids | 166 2ffd at89c5130/c5131 DFU bootloader 15974 0ffd EarlySense
|