Searched refs:DB_REF (Results 26 - 38 of 38) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c173 if (DB_REF(mp) > 1) {
H A Dsocktpi.c1798 if ((DB_REF(mp) > 1) || MBLKSIZE(mp) <
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip6_input.c275 * The "(DB_REF(mp) > 1)" check was moved from ip_rput()
284 if (DB_REF(mp) > 1) {
H A Dip_input.c281 * The "(DB_REF(mp) > 1)" check was moved from ip_rput()
290 if (DB_REF(mp) > 1) {
H A Dicmp.c3977 if (DB_REF(mp) != 1 || iph < DB_BASE(mp) || !OK_32PTR(iph)) {
H A Dip.c7394 if (DB_REF(mp) > 1) {
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dllc1.c3017 if (DB_REF(mp) != 1 ||
H A Dbridge.c1734 if (DB_REF(mp) > 1 || !IS_P2ALIGNED(mp->b_rptr, sizeof (uint16_t)) ||
H A Dtl.c5932 if ((MBLKSIZE(mp) < 1) || (DB_REF(mp) > 1)) {
/opensolaris-onvv-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_dlpi.c1590 if ((DB_REF(nmp) == 1) &&
/opensolaris-onvv-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c776 modifiable = (DB_REF(mp) == 1);
/opensolaris-onvv-gate/usr/src/uts/common/inet/udp/
H A Dudp.c3205 if (DB_REF(mp) != 1 || iph < DB_BASE(mp) || !OK_32PTR(iph)) {
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c5260 /* DB_REF gives the no. of msgs pointing to this block */
5261 if ((DB_REF(nmp) == 1) &&

Completed in 199 milliseconds

12