Searched refs:memstat_mtl_alloc (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/lib/libmemstat/
H A DMakefile15 MLINKS+= libmemstat.3 memstat_mtl_alloc.3
H A Dmemstat.h98 struct memory_type_list *memstat_mtl_alloc(void);
H A Dmemstat.c70 memstat_mtl_alloc(void) function
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_storage_tbl.c298 if ((mt_list = memstat_mtl_alloc()) == NULL)
520 if ((mt_list = memstat_mtl_alloc()) == NULL)
522 "hrStorageTable: memstat_mtl_alloc() failed: %m");
/freebsd-13-stable/usr.bin/netstat/
H A Dmbuf.c93 mtlp = memstat_mtl_alloc();
95 xo_warn("memstat_mtl_alloc");
/freebsd-13-stable/usr.bin/vmstat/
H A Dvmstat.c1413 mtlp = memstat_mtl_alloc();
1415 xo_warn("memstat_mtl_alloc");
1478 mtlp = memstat_mtl_alloc();
1480 xo_warn("memstat_mtl_alloc");

Completed in 204 milliseconds