Home
last modified time | relevance | path

Searched refs:nvfbuf (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dnvfile.c920 char *nvfbuf; in nvf_flush() local
956 nvfbuf = kmem_zalloc(nvflen, KM_SLEEP); in nvf_flush()
961 ((nvf_hdr_t *)nvfbuf)->nvfh_magic = NVF_HDR_MAGIC; in nvf_flush()
962 ((nvf_hdr_t *)nvfbuf)->nvfh_ver = NVF_HDR_VERSION; in nvf_flush()
963 ((nvf_hdr_t *)nvfbuf)->nvfh_size = nvllen; in nvf_flush()
966 ((nvf_hdr_t *)nvfbuf)->nvfh_hdrsum = nvf_chksum((char *)nvfbuf, in nvf_flush()
972 bcopy(nvlbuf, nvfbuf + sizeof (nvf_hdr_t), nvllen); in nvf_flush()
992 kmem_free(nvfbuf, nvflen); in nvf_flush()
1008 kmem_free(nvfbuf, nvflen); in nvf_flush()
1015 bytes_written = nvf_write(file, nvfbuf, nvflen); in nvf_flush()
[all …]