Home
last modified time | relevance | path

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

/freebsd/sys/dev/ichsmb/
H A Dichsmb_var.h61 bool block_write; /* block write or block read */ member
H A Dichsmb.c395 sc->block_write = true; in ichsmb_bwrite()
424 sc->block_write = false; in ichsmb_bread()
560 if (sc->block_write) { in ichsmb_device_intr()
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.c144 block_write(int fd, void *buf, size_t len) in block_write() function
258 block_write(fd, &bytes, sizeof(bytes)); in sec_send()
259 block_write(fd, buf, ntohl(bytes)); in sec_send()
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c144 block_write(int fd, void *buf, size_t len) in block_write() function
258 block_write(fd, &bytes, sizeof(bytes)); in sec_send()
259 block_write(fd, buf, ntohl(bytes)); in sec_send()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td1177 …defm : DemangledIntelSubgroupsBuiltin<!strconcat("block_write", i), 2, 3, OpSubgroupBlockWriteINTE…