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

  /external/ppp/pppd/plugins/pppoatm/
pppoatm.c 63 * devstat: a stat structure of the device. In this case
65 * to set up S_ISCHR(devstat.st_mode) != 1, so we
72 extern struct stat devstat;
87 devstat.st_mode = S_IFSOCK;
  /external/ppp/pppd/
tty.c 134 struct stat devstat; /* result of stat() on devnam */ variable in typeref:struct:stat
323 devstat = statbuf;
423 if (stat(devnam, &devstat) < 0)
489 && statbuf.st_rdev == devstat.st_rdev) {
504 && S_ISCHR(statbuf.st_mode) && statbuf.st_rdev == devstat.st_rdev)
    [all...]
options.c 127 extern struct stat devstat;
    [all...]

Completed in 48 milliseconds