Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c72 #define SUM_COMPND_MAX 100 macro
833 static char buf[SUM_COMPND_MAX + 2]; /* 1 for null, 1 for overflow */ in sum_compound4args()
884 if (bp - buf > SUM_COMPND_MAX) { in sum_compound4args()
885 strcpy(buf + SUM_COMPND_MAX - strlen("..."), in sum_compound4args()
946 static char buf[SUM_COMPND_MAX + 2]; /* 1 for null, 1 for overflow */ in sum_cb_compound4args()
997 if (bp - buf > SUM_COMPND_MAX) { in sum_cb_compound4args()
998 strcpy(buf + SUM_COMPND_MAX - strlen("..."), in sum_cb_compound4args()
2258 static char buf[SUM_COMPND_MAX + 2]; /* 1 for null, 1 for overflow */ in sum_compound4res()
2300 if (bp - buf > SUM_COMPND_MAX) { in sum_compound4res()
2301 strcpy(buf + SUM_COMPND_MAX - strlen("..."), in sum_compound4res()
[all …]