HomeSort by relevance Sort by last modified time
    Searched defs:dstfd (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/boot/fiocompress/
fiocompress.c 56 static int dstfd; variable
115 if (ioctl(dstfd, _FIO_COMPRESSED, 0) == -1) {
169 dstfd = fd;
202 if (lseek(dstfd, offset, SEEK_SET) == (off_t)-1) {
221 if (write(dstfd, dstbuf, dlen) != dlen) {
232 if (lseek(dstfd, 0, SEEK_SET) == (off_t)-1) {
238 if (write(dstfd, hdr, hlen) != hlen) {
294 if (write(dstfd, dstbuf, dlen) != dlen) {
309 if (write(dstfd, dstbuf, dlen) != dlen) {
  /onnv/onnv-gate/usr/src/cmd/svc/configd/
backend.c 787 int dstfd, size_t *sz)
811 if ((n = write(dstfd, &buf[nwr], nrd - nwr)) < 0) {
1262 int srcfd, dstfd; local
1285 if ((dstfd = mkstemp(tmppath)) < 0) {
1309 if ((res = backend_do_copy(src, srcfd, dst, dstfd, &cpsz)) !=
    [all...]

Completed in 120 milliseconds