Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/ichsmb/
H A Dichsmb_var.h61 bool block_write; /* block write or block read */ member
H A Dichsmb.c393 sc->block_write = true; in ichsmb_bwrite()
422 sc->block_write = false; in ichsmb_bread()
558 if (sc->block_write) { in ichsmb_device_intr()
/freebsd-14.2/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-14.2/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()