Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_partition_tbl.c309 daddr_t k_size; in handle_chunk() local
326 k_size = chunk_size / 1024; in handle_chunk()
327 entry->size = (k_size > (off_t)INT_MAX ? INT_MAX : k_size); in handle_chunk()