OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_flags
(Results
1 - 24
of
24
) sorted by relevancy
/src/bin/ls/
ls.h
67
int
s_flags
;
member in struct:__anon33ec9f980108
ls.c
640
d.
s_flags
= maxflags;
print.c
173
(void)printf("%-*s ", dp->
s_flags
, np->flags);
/src/sys/dev/wscons/
wsdisplay_compat_usl.c
59
int
s_flags
;
member in struct:usl_syncdata
109
sd->
s_flags
= 0;
129
if (sd->
s_flags
& SF_DETACHPENDING) {
133
if (sd->
s_flags
& SF_ATTACHPENDING) {
147
sd->
s_flags
|= flags;
207
if (!(sd->
s_flags
& SF_DETACHPENDING)) {
213
sd->
s_flags
&= ~SF_DETACHPENDING;
228
if (!(sd->
s_flags
& SF_DETACHPENDING)) {
233
sd->
s_flags
&= ~SF_DETACHPENDING;
263
if (!(sd->
s_flags
& SF_ATTACHPENDING))
[
all
...]
/src/sys/dev/tprof/
tprof_types.h
50
uint32_t
s_flags
; /* flags and counterID */
member in struct:__anona111e9780108
tprof.c
725
sp->
s_flags
= ((tfi->tfi_inkernel) ? TPROF_SAMPLE_INKERNEL : 0) |
/src/games/gomoku/
gomoku.h
216
int
s_flags
; /* flags for graph walks */
member in struct:spotstr
226
/* flag values for
s_flags
*/
241
return (sp->
s_flags
& (BFLAG << r)) != 0;
247
sp->
s_flags
|= BFLAG << r;
bdinit.c
48
sp->
s_flags
= 0;
136
sp->
s_flags
= BFLAGALL;
150
sp->
s_flags
= BFLAGALL;
155
sp->
s_flags
= BFLAGALL;
bdisp.c
177
if ((sp->
s_flags
& IFLAGALL) != 0)
179
else if ((sp->
s_flags
& CFLAGALL) != 0)
217
if ((sp->
s_flags
& IFLAGALL) != 0)
219
else if ((sp->
s_flags
& CFLAGALL) != 0)
pickmove.c
103
sp->
s_flags
&= ~(FFLAGALL | MFLAGALL);
341
board[cbp->c_vertex].
s_flags
|= MFLAG << r;
462
if ((fsp->
s_flags
& bmask) != 0)
602
if ((fsp->
s_flags
& (FFLAG << r)) != 0)
1013
board[tcbp->c_vertex].
s_flags
|= FFLAG << tcbp->c_dir;
1045
board[cbp->c_vertex].
s_flags
|= FFLAG << cbp->c_dir;
1459
sp->
s_flags
|= (m & 1) != 0 ? omask : cmask;
1478
sp->
s_flags
&= mask;
main.c
565
sp->s_nforce[WHITE], sp->s_wval, sp->
s_flags
);
/src/sys/sys/
exec_ecoff.h
85
ecoff32_uint
s_flags
; /* flags */
member in struct:ecoff32_scnhdr
142
u_int
s_flags
; /* flags */
member in struct:ecoff_scnhdr
exec_coff.h
87
long
s_flags
;
member in struct:coff_scnhdr
90
/*
s_flags
*/
proc.h
108
u_int
s_flags
;
member in struct:session
/src/sys/arch/macppc/stand/fixcoff/
fixcoff.c
78
char
s_flags
[4];
member in struct:sectionhdr
/src/usr.sbin/kvm_mkdb/
nlist_coff.c
294
if( sh->
s_flags
== COFF_STYP_TEXT ){
307
if( sh->
s_flags
== COFF_STYP_DATA ){
/src/usr.sbin/tprof/
tprof_analyze.c
219
in_kernel = (sample.
s_flags
& TPROF_SAMPLE_INKERNEL) != 0;
251
c = __SHIFTOUT(sample.
s_flags
, TPROF_SAMPLE_COUNTER_MASK);
tprof_top.c
477
eventid = __SHIFTOUT(s->
s_flags
, TPROF_SAMPLE_COUNTER_MASK);
488
if ((s->
s_flags
& TPROF_SAMPLE_INKERNEL) == 0) {
/src/sys/arch/mmeye/stand/bootcoff/
osloader.c
65
if (sh->
s_flags
== s_type)
/src/usr.bin/elf2ecoff/
elf2ecoff.c
359
esecs[i].
s_flags
= bswap32(esecs[i].
s_flags
);
569
esecs[1].
s_flags
= 0x100; /* ECOFF rdata */
570
esecs[3].
s_flags
= 0x200; /* ECOFF sdata */
571
esecs[4].
s_flags
= 0x400; /* ECOFF sbss */
/src/sys/arch/sh3/sh3/
coff_exec.c
243
DPRINTF(("found section: %lu\n", sh->
s_flags
));
244
if (sh->
s_flags
== s_type)
/src/sys/fs/nilfs/
nilfs_fs.h
238
uint16_t
s_flags
; /* linux mount flags, XXX can they
member in struct:nilfs_super_block
/src/sys/kern/
kern_prot.c
629
if (sp->
s_flags
& S_LOGIN_SET && p->p_pid != sp->s_sid &&
634
sp->
s_flags
|= S_LOGIN_SET;
kern_proc.c
1383
sess->
s_flags
= p->p_session->
s_flags
& ~S_LOGIN_SET;
Completed in 35 milliseconds
Indexes created Wed Nov 05 01:09:58 GMT 2025