OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:devstat
(Results
1 - 4
of
4
) sorted by relevancy
/src/sbin/badsect/
badsect.c
99
struct stat stbuf,
devstat
;
local
123
if (stat(name, &
devstat
) == -1)
125
if (stbuf.st_dev ==
devstat
.st_rdev &&
126
S_ISBLK(
devstat
.st_mode))
badsect.c
99
struct stat stbuf,
devstat
;
local
123
if (stat(name, &
devstat
) == -1)
125
if (stbuf.st_dev ==
devstat
.st_rdev &&
126
S_ISBLK(
devstat
.st_mode))
/src/external/bsd/ppp/dist/pppd/
tty.c
138
struct stat
devstat
; /* result of stat() on devnam */
variable in typeref:struct:stat
382
devstat
= statbuf;
477
if (stat(devnam, &
devstat
) < 0)
543
&& statbuf.st_rdev ==
devstat
.st_rdev) {
558
&& S_ISCHR(statbuf.st_mode) && statbuf.st_rdev ==
devstat
.st_rdev)
tty.c
138
struct stat
devstat
; /* result of stat() on devnam */
variable in typeref:struct:stat
382
devstat
= statbuf;
477
if (stat(devnam, &
devstat
) < 0)
543
&& statbuf.st_rdev ==
devstat
.st_rdev) {
558
&& S_ISCHR(statbuf.st_mode) && statbuf.st_rdev ==
devstat
.st_rdev)
Completed in 83 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026