OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_S_IFCHR
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
stat.h
140
#define
_S_IFCHR
0020000 /* character special */
154
#define S_IFCHR
_S_IFCHR
172
#define S_ISCHR(m) (((m) & _S_IFMT) ==
_S_IFCHR
) /* char special */
/src/sys/rump/librump/rumpkern/
cons.c
145
sb->st_mode = 0600 |
_S_IFCHR
;
Completed in 11 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025