Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp133 int remaining_capacity = dest_size - internal_strlen(dest); in ParseAndSetPath() local
135 internal_snprintf(dest + internal_strlen(dest), remaining_capacity, in ParseAndSetPath()
138 CHECK_LT(bytes_copied, remaining_capacity); in ParseAndSetPath()
/freebsd/sys/dev/mfi/
H A Dmfireg.h1331 uint16_t remaining_capacity; member
1372 uint16_t remaining_capacity; member
/freebsd/usr.sbin/mfiutil/
H A Dmfi_show.c213 cap.remaining_capacity); in show_battery()