Searched refs:actlen (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/cmd/luxadm/ |
H A D | adm.c | 408 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_44/usr/src/uts/common/nfs/ |
H A D | rnode4.h | 94 int actlen; /* size of the actual entries (nfsv4 only) */ member
|
/titanic_44/usr/src/uts/common/io/urtw/ |
H A D | urtw.c | 2512 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_44/usr/src/uts/common/io/uath/ |
H A D | uath.c | 1567 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_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_subr.c | 2639 rc->actlen = 0; in rddir4_cache_alloc()
|
H A D | nfs4_xdr.c | 2350 rdc->actlen = rdc->entlen - space_left; in xdr_READDIR4res_clnt()
|
H A D | nfs4_vnops.c | 9045 error = uiomove(rdc->entries, rdc->actlen, UIO_READ, uiop); in nfs4_readdir() 9527 KSTAT_IO_PTR(mi->mi_io_kstats)->nread += rdc->actlen; in nfs4readdir()
|