Searched refs:max_memid (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/usr.sbin/acpitools/aml/
H A Daml_memman.h98 unsigned int max_memid; /* max number of valid memid */ member in struct:memman
159 .max_memid = maxmemid, \
H A Daml_memman.c144 if (memman->max_memid <= id) {
285 for (id = 0; id < memman->max_memid; id++) {
315 if (memman->max_memid <= id) {
394 for (id = 0; id < memman->max_memid; id++) {
475 if (memman->max_memid <= id) {

Completed in 206 milliseconds