Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
Dhostres_storage_tbl.c319 char alloc_descr[SE_DESC_MLEN]; in storage_OS_get_memstat() local
329 snprintf(alloc_descr, sizeof(alloc_descr), in storage_OS_get_memstat()
334 snprintf(alloc_descr, sizeof(alloc_descr), in storage_OS_get_memstat()
339 snprintf(alloc_descr, sizeof(alloc_descr), in storage_OS_get_memstat()
344 if ((entry = storage_find_by_name(alloc_descr)) == NULL && in storage_OS_get_memstat()
345 (entry = storage_entry_create(alloc_descr)) == NULL) in storage_OS_get_memstat()