Searched refs:block_write (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/dev/ichsmb/ |
| H A D | ichsmb_var.h | 61 bool block_write; /* block write or block read */ member
|
| H A D | ichsmb.c | 393 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 D | security.c | 144 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 D | security.c | 144 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()
|