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

/netbsd-6-1-5-RELEASE/usr.sbin/videomode/
H A Dvideomode.c119 int num_vm; local
124 if (ioctl(grffd, GRFGETNUMVM, &num_vm) < 0)
126 if (m > 0 && m > num_vm)
139 for (m = 1; m <= num_vm; m++) {

Completed in 51 milliseconds