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

/freebsd-9.3-release/usr.sbin/sade/
H A Ddevices.c46 static Device *Devices[DEV_MAX];
131 if (numDevs == DEV_MAX)
270 static Device *found[DEV_MAX];
286 static Device *found[DEV_MAX];
H A Dsade.h64 #define DEV_MAX 100 /* The maximum number of devices we'll deal with */ macro
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Ddevices.c53 static Device *Devices[DEV_MAX];
251 if (numDevs == DEV_MAX)
515 static Device *found[DEV_MAX];
531 static Device *found[DEV_MAX];
H A Dsysinstall.h66 #define DEV_MAX 100 /* The maximum number of devices we'll deal with */ macro

Completed in 118 milliseconds