Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c73 #define SUM_COMPND_MAX 100 macro
834 static char buf[SUM_COMPND_MAX + 2]; /* 1 for null, 1 for overflow */ in sum_compound4args()
885 if (bp - buf > SUM_COMPND_MAX) { in sum_compound4args()
886 strcpy(buf + SUM_COMPND_MAX - strlen("..."), in sum_compound4args()
947 static char buf[SUM_COMPND_MAX + 2]; /* 1 for null, 1 for overflow */ in sum_cb_compound4args()
998 if (bp - buf > SUM_COMPND_MAX) { in sum_cb_compound4args()
999 strcpy(buf + SUM_COMPND_MAX - strlen("..."), in sum_cb_compound4args()
2259 static char buf[SUM_COMPND_MAX + 2]; /* 1 for null, 1 for overflow */ in sum_compound4res()
2301 if (bp - buf > SUM_COMPND_MAX) { in sum_compound4res()
2302 strcpy(buf + SUM_COMPND_MAX - strlen("..."), in sum_compound4res()
[all …]