HomeSort by: relevance | last modified time | path
    Searched refs:max_memid (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/acpitools/aml/
aml_memman.h 98 unsigned int max_memid; /* max number of valid memid */ member in struct:memman
159 .max_memid = maxmemid, \
aml_memman.c 144 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 12 milliseconds