HomeSort by relevance Sort by last modified time
    Searched refs:tty_major (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
wanrouter.h 225 unsigned tty_major; /* Major number for wanpipe tty device */ member in struct:wandev_conf
  /external/toybox/toys/posix/
ps.c 854 int tty_major = 0, maj = dev_major(rdev), min = dev_minor(rdev); local
857 while (fscanf(fp, "%*s %256s %d %*s %*s", buf, &tty_major) == 2)
    [all...]

Completed in 1467 milliseconds