Searched refs:ocount (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dgb2312.c108 int i, len, ocount; local
126 ocount = gs->count;
140 return (wc == L'\0' ? 0 : len - ocount);
H A Dgb18030.c90 int ch, len, ocount; local
108 ocount = gs->count;
162 return (wch == L'\0' ? 0 : len - ocount);
/illumos-gate/usr/src/uts/common/netinet/
H A Dip_mroute.h160 uint_t ocount; /* Output packet count on vif */ member in struct:sioc_vif_req
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c1398 count3 ocount; local
1433 if (!xdr_u_int(xdrs, &ocount)) {
1436 if (ocount != objp->count) {
1438 int, ocount, int, objp->count);
1444 objp->data.data_len = ocount;
1450 int, ocount,
1466 count3 ocount; local
1552 if (!xdr_u_int(xdrs, &ocount)) {
1557 if (ocount != objp->count) {
1559 int, ocount, in
[all...]
H A Dnfs4_xdr.c3435 count4 ocount; local
3508 if (!xdr_u_int(xdrs, &ocount)) {
3514 objp->data_len = ocount;
3521 int, ocount,
3598 if (!xdr_u_int(xdrs, &ocount)) {
3604 objp->data_len = ocount;
3611 int, ocount,
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c486 req->ocount = ipst->ips_vifs[vifi].v_pkt_out;

Completed in 70 milliseconds