OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_index
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/csh/
proc.h
51
int
p_index
; /* shorthand job index */
member in struct:process
proc.c
409
idx = pp->
p_index
;
412
np->
p_index
= np->p_pid = 0;
417
if (np->
p_index
> idx)
418
idx = np->
p_index
;
478
pp->
p_index
= pcurrjob->
p_index
;
492
pp->
p_index
= ++pmaxindex;
498
if (np->
p_index
== i)
500
pp->
p_index
= i;
635
(void)fprintf(cshout, "[%d]", pp->
p_index
);
[
all
...]
/src/usr.sbin/sysinst/
gpt.c
282
unsigned int
p_index
;
local in function:gpt_read_from_disk
304
i = 0; p_start = 0; p_size = 0;
p_index
= 0;
321
p_index
= strtouq(tt, NULL, 10);
322
if (i > 2 || (i == 2 &&
p_index
== 0)) {
341
else if (
p_index
== 0 && strlen(p_type) > 0)
344
else if (
p_index
== 0) {
Completed in 13 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025