Searched refs:nbytes (Results 351 - 354 of 354) sorted by relevance

<<1112131415

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_gen.c904 uint32_t nbytes; local
962 nbytes = VIO_PKT_DATA_HDRSIZE + size;
965 rv = vgen_sendmsg(ldcp, (caddr_t)pkt, nbytes, B_FALSE);
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c7920 * g_read: Read nbytes of data from fdes (of type devtype) and place
7927 g_read(int devtype, int fdes, char *buf, unsigned nbytes) argument
7936 rv = read(fdes, buf, nbytes);
7953 * g_write: Write nbytes of data to fdes (of type devtype) from
7960 g_write(int devtype, int fdes, char *buf, unsigned nbytes) argument
7969 rv = write(fdes, buf, nbytes);
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc683 void *memalign(size_t align, size_t nbytes);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c172 dq_flush_msg.nbytes = 0;

Completed in 139 milliseconds

<<1112131415