Home
last modified time | relevance | path

Searched refs:actlen (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/luxadm/
H A Dadm.c402 int actlen; in getaction() local
406 ! (actlen = strlen(cmd))) /* Is there an cmd ? */ in getaction()
419 if ((((int)strlen(matches->match)) >= actlen) && in getaction()
420 (actlen >= matches->num_match) && in getaction()
423 (strncmp(matches->match, cmd, actlen) == 0)) { in getaction()
/illumos-gate/usr/src/contrib/bhyve/dev/usb/
H A Dusbdi.h543 uint16_t *actlen, usb_timeout_t timeout);
575 void usbd_xfer_status(struct usb_xfer *xfer, int *actlen, int *sumlen,
641 usb_frlength_t offset, usb_frlength_t len, usb_frlength_t *actlen,
644 usb_size_t len, usb_size_t *actlen, uint8_t what);
/illumos-gate/usr/src/uts/common/io/overlay/
H A Doverlay.c1200 size_t actlen; in overlay_valid_name() local
1210 actlen = i; in overlay_valid_name()
1213 if (u8_validate((char *)name, actlen, NULL, in overlay_valid_name()
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode4.h94 int actlen; /* size of the actual entries (nfsv4 only) */ member
/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw.c2516 int actlen, len, flen, rssi; in urtw_rxeof() local
2535 actlen = MBLKL(mp); in urtw_rxeof()
2540 len = actlen - (4 * 4); in urtw_rxeof()
2543 len = actlen - (4 * 5); in urtw_rxeof()
2547 if (flen > actlen) { in urtw_rxeof()
2549 flen, actlen); in urtw_rxeof()
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c1572 int actlen, pktlen; in uath_data_rxeof() local
1594 actlen = (uintptr_t)mp->b_wptr - (uintptr_t)mp->b_rptr; in uath_data_rxeof()
1595 if (actlen < UATH_MIN_RXBUFSZ) { in uath_data_rxeof()
1597 "wrong recv size %d\n", actlen); in uath_data_rxeof()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c2639 rc->actlen = 0; in rddir4_cache_alloc()
H A Dnfs4_xdr.c2423 rdc->actlen = rdc->entlen - space_left; in xdr_READDIR4res_clnt()
H A Dnfs4_vnops.c9025 error = uiomove(rdc->entries, rdc->actlen, UIO_READ, uiop); in nfs4_readdir()
9506 KSTAT_IO_PTR(mi->mi_io_kstats)->nread += rdc->actlen; in nfs4readdir()