Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_storage_tbl.c317 char alloc_descr[SE_DESC_MLEN]; in storage_OS_get_memstat() local
327 snprintf(alloc_descr, sizeof(alloc_descr), in storage_OS_get_memstat()
332 snprintf(alloc_descr, sizeof(alloc_descr), in storage_OS_get_memstat()
337 snprintf(alloc_descr, sizeof(alloc_descr), in storage_OS_get_memstat()
342 if ((entry = storage_find_by_name(alloc_descr)) == NULL && in storage_OS_get_memstat()
343 (entry = storage_entry_create(alloc_descr)) == NULL) in storage_OS_get_memstat()