Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/beadm/
H A Dbeadm.c309 int snap_len = strlen(name) + 3; in count_widths() local
311 snap_len -= pos - name; in count_widths()
312 if (snap_len > len[0]) in count_widths()
313 len[0] = snap_len; in count_widths()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h481 unsigned short snap_len; member
H A Dt4_hw.c6330 if (tp->snap_len > ((10 * 1024 / 4) - (2 * 8))) in t4_set_trace_filter()
6339 if (tp->snap_len > 9600 || idx) in t4_set_trace_filter()
6360 V_TFCAPTUREMAX(tp->snap_len) | in t4_set_trace_filter()
6400 tp->snap_len = G_TFCAPTUREMAX(ctlb); in t4_get_trace_filter()