Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c1630 int statlen) in print_lifetime() argument
1646 if (statlen >= sizeof (ike_p1_stats_t)) { in print_lifetime()
1696 print_p1stats(char *prefix, ike_p1_stats_t *sp, int statlen, in print_p1stats() argument
1699 if (statlen < COUNTER_PAIR) in print_p1stats()
1705 statlen -= COUNTER_PAIR; in print_p1stats()
1707 if ((print_lifetimes) && (statlen >= LT_USAGE_LEN)) in print_p1stats()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c2365 char *statbuf, size_t statlen) in get_source() argument
2380 (void) strlcpy(statbuf, source, statlen); in get_source()
2610 zprop_source_t *src, char *statbuf, size_t statlen, boolean_t literal) in zfs_prop_get() argument
2959 get_source(zhp, src, source, statbuf, statlen); in zfs_prop_get()
2994 zprop_source_t *src, char *statbuf, size_t statlen) in zfs_prop_get_numeric() argument
3013 get_source(zhp, src, source, statbuf, statlen); in zfs_prop_get_numeric()