OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:flgs
(Results
1 - 8
of
8
) sorted by relevancy
/src/bin/pax/
pat_rep.h
45
int
flgs
; /* print conversions? global in operation? */
member in struct:replace
sel_subs.h
62
int
flgs
; /* option flags */
member in struct:time_rng
pax.h
89
int
flgs
; /* processing/state flags */
member in struct:pattern
/src/sys/kern/
sys_descrip.c
449
int
flgs
= tmp & FNONBLOCK;
local
450
error = (*fp->f_ops->fo_ioctl)(fp, FIONBIO, &
flgs
);
458
int
flgs
= tmp & FASYNC;
local
459
error = (*fp->f_ops->fo_ioctl)(fp, FIOASYNC, &
flgs
);
/src/sys/dev/marvell/
if_mvgbe.c
2006
int
flgs
= 0;
local
2009
flgs
|= M_CSUM_IPv4;
2011
flgs
|= M_CSUM_IPv4_BAD;
2027
flgs
|= M_CSUM_TCPv4;
2031
flgs
|= M_CSUM_UDPv4;
2033
m->m_pkthdr.csum_flags =
flgs
;
/src/external/gpl3/gdb/dist/sim/bfin/
bfin-sim.c
913
int
flgs
= (a >> 31) & 1;
local
917
int overflow = (
flgs
^ flgn) & (flgo ^ flgn);
942
int
flgs
= (a >> 31) & 1;
local
946
int overflow = (
flgs
^ flgo) & (flgn ^
flgs
);
976
int
flgs
= (a >> 15) & 1;
local
980
int overflow = (
flgs
^ flgn) & (flgo ^ flgn);
1001
overflow = (
flgs
^ flgn) & (flgo ^ flgn);
1025
int
flgs
= (a >> 15) & 1;
local
1029
int overflow = (
flgs
^ flgo) & (flgn ^ flgs)
2278
int
flgs
= srcop >> 31;
local
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/bfin/
bfin-sim.c
913
int
flgs
= (a >> 31) & 1;
local
917
int overflow = (
flgs
^ flgn) & (flgo ^ flgn);
942
int
flgs
= (a >> 31) & 1;
local
946
int overflow = (
flgs
^ flgo) & (flgn ^
flgs
);
976
int
flgs
= (a >> 15) & 1;
local
980
int overflow = (
flgs
^ flgn) & (flgo ^ flgn);
1001
overflow = (
flgs
^ flgn) & (flgo ^ flgn);
1025
int
flgs
= (a >> 15) & 1;
local
1029
int overflow = (
flgs
^ flgo) & (flgn ^ flgs)
2278
int
flgs
= srcop >> 31;
local
[
all
...]
/src/external/public-domain/sqlite/dist/
sqlite3.c
206401
int
flgs
;
local
206621
int
flgs
;
local
[
all
...]
Completed in 92 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026