Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/luxadm/
H A Dadm.c408 int actlen; in getaction() local
412 ! (actlen = strlen(cmd))) /* Is there an cmd ? */ in getaction()
425 if ((((int)strlen(matches->match)) >= actlen) && in getaction()
426 (actlen >= matches->num_match) && in getaction()
429 (strncmp(matches->match, cmd, actlen) == 0)) { in getaction()
/titanic_41/usr/src/uts/common/nfs/
H A Drnode4.h94 int actlen; /* size of the actual entries (nfsv4 only) */ member
/titanic_41/usr/src/uts/common/io/urtw/
H A Durtw.c2512 int actlen, len, flen, rssi; in urtw_rxeof() local
2531 actlen = MBLKL(mp); in urtw_rxeof()
2536 len = actlen - (4 * 4); in urtw_rxeof()
2539 len = actlen - (4 * 5); in urtw_rxeof()
2543 if (flen > actlen) { in urtw_rxeof()
2545 flen, actlen); in urtw_rxeof()
/titanic_41/usr/src/uts/common/io/uath/
H A Duath.c1567 int actlen, pktlen; in uath_data_rxeof() local
1589 actlen = (uintptr_t)mp->b_wptr - (uintptr_t)mp->b_rptr; in uath_data_rxeof()
1590 if (actlen < UATH_MIN_RXBUFSZ) { in uath_data_rxeof()
1592 "wrong recv size %d\n", actlen); in uath_data_rxeof()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c2639 rc->actlen = 0; in rddir4_cache_alloc()
H A Dnfs4_xdr.c2350 rdc->actlen = rdc->entlen - space_left; in xdr_READDIR4res_clnt()
H A Dnfs4_vnops.c9028 error = uiomove(rdc->entries, rdc->actlen, UIO_READ, uiop); in nfs4_readdir()
9510 KSTAT_IO_PTR(mi->mi_io_kstats)->nread += rdc->actlen; in nfs4readdir()