Searched refs:iswrite (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/fdc/
H A Dfdc.c386 fdbcdr_wr(struct fdc_data *fdc, int iswrite, uint16_t count) argument
390 (iswrite ? 0x80 : 0) | (((count - 1) >> 8) & 0x7f));
/freebsd-current/contrib/nvi/common/
H A Dexf.c1484 file_lock(SCR *sp, char *name, int fd, int iswrite) argument
/freebsd-current/usr.sbin/bhyve/
H A Dpci_nvme.c2831 pci_nvme_bar0_reg_dumps(const char *func, uint64_t offset, int iswrite) argument
2833 const char *s = iswrite ? "WRITE" : "READ";

Completed in 144 milliseconds