Searched refs:iread (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/less/
H A Dttyin.c203 result = iread(tty, &uc, sizeof(char));
H A Dos.c93 * any pending iread().
96 iread(fd, buf, len) function
231 * Interrupt a pending iread().
H A Dch.c266 n = iread(ch_file, &bp->data[bp->datasize],
H A Dfuncs.h271 public int iread LESSPARAMS ((int fd, unsigned char *buf, unsigned int len));
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.c6714 sli4_fcp_iread64_wqe_t *iread = buf; local
6727 iread->xbl = FALSE;
6729 iread->dbde = TRUE;
6730 iread->bde.bde_type = SLI4_BDE_TYPE_BDE_64;
6732 iread->bde.buffer_length = sge[0].buffer_length;
6733 iread->bde.u.data.buffer_address_low = sge[0].buffer_address_low;
6734 iread->bde.u.data.buffer_address_high = sge[0].buffer_address_high;
6736 iread->xbl = TRUE;
6738 iread->bde.bde_type = SLI4_BDE_TYPE_BLP;
6740 iread
[all...]

Completed in 87 milliseconds