OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fd_flags
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/efi/
utils.c
401
int fd,
fd_flags
;
local in function:read_file
409
if ((
fd_flags
= fcntl(fd, F_GETFL)) == -1)
412
if (fcntl(fd, F_SETFL, O_NONBLOCK |
fd_flags
) == -1)
416
fd_flags
= -1;
460
if (
fd_flags
!= -1)
461
fcntl(fd, F_SETFL,
fd_flags
);
/src/usr.sbin/pstat/
pstat.c
126
u_int
fd_flags
;
member in struct:flagbit_desc
378
for (; fd->
fd_flags
!= 0; fd++)
379
if ((flags & fd->
fd_flags
) != 0)
Completed in 13 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025