Home
last modified time | relevance | path

Searched refs:rund (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dservice.c671 int rund = 0; in compress() local
675 rund = t & 04; in compress()
679 if (rund) { in compress()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dpath.c1428 register int exp = 0, rund = 0; in compress() local
1433 rund = t&04; in compress()
1436 if (rund) in compress()
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dmcp_public.h160 u64 rund; /* 0x34 (Offset 0x98 ) RX undersized frame counter */ member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_l2.c1906 p_common->rx_undersize_packets += port_stats.eth.rund; in __ecore_get_vport_port_stats()