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

/freebsd-11.0-release/lib/libmemstat/
H A DMakefile16 MLINKS+= libmemstat.3 memstat_mtl_alloc.3
H A Dmemstat.h96 struct memory_type_list *memstat_mtl_alloc(void);
H A Dmemstat.c67 memstat_mtl_alloc(void) function
/freebsd-11.0-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_storage_tbl.c298 if ((mt_list = memstat_mtl_alloc()) == NULL)
517 if ((mt_list = memstat_mtl_alloc()) == NULL)
519 "hrStorageTable: memstat_mtl_alloc() failed: %m");
/freebsd-11.0-release/usr.bin/netstat/
H A Dmbuf.c91 mtlp = memstat_mtl_alloc();
93 xo_warn("memstat_mtl_alloc");
/freebsd-11.0-release/usr.bin/vmstat/
H A Dvmstat.c1432 mtlp = memstat_mtl_alloc();
1434 xo_warn("memstat_mtl_alloc");
1497 mtlp = memstat_mtl_alloc();
1499 xo_warn("memstat_mtl_alloc");

Completed in 103 milliseconds