Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c1627 int statlen) in print_lifetime() argument
1643 if (statlen >= sizeof (ike_p1_stats_t)) { in print_lifetime()
1693 print_p1stats(char *prefix, ike_p1_stats_t *sp, int statlen, in print_p1stats() argument
1696 if (statlen < COUNTER_PAIR) in print_p1stats()
1702 statlen -= COUNTER_PAIR; in print_p1stats()
1704 if ((print_lifetimes) && (statlen >= LT_USAGE_LEN)) in print_p1stats()
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c2138 char *statbuf, size_t statlen) in get_source() argument
2153 (void) strlcpy(statbuf, source, statlen); in get_source()
2315 zprop_source_t *src, char *statbuf, size_t statlen, boolean_t literal) in zfs_prop_get() argument
2624 get_source(zhp, src, source, statbuf, statlen); in zfs_prop_get()
2659 zprop_source_t *src, char *statbuf, size_t statlen) in zfs_prop_get_numeric() argument
2678 get_source(zhp, src, source, statbuf, statlen); in zfs_prop_get_numeric()