OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:p_flag
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/amiga/stand/bootblock/boot/
main.c
100
int
p_flag
= 0;
local in function:pain
204
p_flag
= 1;
323
} else if (mapped1to1 && ((!
p_flag
&& fmemsz < size) ||
324
(
p_flag
&& (mempri < mh->Pri ||
/src/sys/arch/amiga/stand/loadbsd/
loadbsd.c
159
int
p_flag
= 1;
variable in typeref:typename:int
225
p_flag
= 1;
228
p_flag
= 0;
600
* if
p_flag
is set, select memory by priority
603
if ((!
p_flag
&& segsz > *fmemsz) || (
p_flag
&&
/src/bin/sh/
exec.c
1114
int
p_flag
= 0;
local in function:typecmd
1120
case 'p':
p_flag
= 1; break;
1124
if (argv[0][0] != 'c' && v_flag | V_flag |
p_flag
)
1169
if (!
p_flag
&& (cmdp = cmdlookup(arg, 0)) != NULL) {
1176
p_flag
? syspath() + 5 : pathval());
1186
path =
p_flag
? syspath() + 5 : pathval();
/src/sys/sys/
proc.h
253
int
p_flag
; /* p: PK_* flags */
member in struct:proc
373
* These flags are kept in
p_flag
and are protected by p_lock. Access from
584
while (p != NULL && p->
p_flag
& PK_MARKER)
590
#define PROC_PTRSZ(p) (((p)->
p_flag
& PK_32) ? sizeof(int) : sizeof(void *))
591
#define PROC_REGSZ(p) (((p)->
p_flag
& PK_32) ? \
593
#define PROC_FPREGSZ(p) (((p)->
p_flag
& PK_32) ? \
595
#define PROC_DBREGSZ(p) (((p)->
p_flag
& PK_32) ? \
sysctl.h
408
int32_t
p_flag
; /* INT: P_* flags. */
member in struct:kinfo_proc2
Completed in 16 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025