HomeSort by relevance Sort by last modified time
    Searched refs:dstfd (Results 1 - 3 of 3) 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/lib/libdhcpsvc/modules/util/
util.c 342 * `dstoff' in `dstfd'; returns a DSVC_* return code. Note that we make
347 copy_range(int srcfd, off_t srcoff, int dstfd, off_t dstoff, uint64_t nbytes)
378 if (pnwrite(dstfd, &buf[skip], validsize - skip, dstoff)
  /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 3240 milliseconds