Home
last modified time | relevance | path

Searched refs:GPFIRST (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/tty/vt/
H A Dvt_ioctl.c239 #define GPFIRST 0x3b4 macro
241 #define GPNUM (GPLAST - GPFIRST + 1)
345 if (arg < GPFIRST || arg > GPLAST) in vt_k_ioctl()
352 return ksys_ioperm(GPFIRST, GPNUM, in vt_k_ioctl()