Home
last modified time | relevance | path

Searched defs:rproc (Results 1 – 4 of 4) sorted by relevance

/minix3/minix/servers/rs/
H A Dtype.h56 struct rproc { struct
57 struct rprocpub *r_pub; /* pointer to the corresponding public entry */ argument
58 struct rproc *r_old_rp; /* pointer to the slot with the old version */ argument
59 struct rproc *r_new_rp; /* pointer to the slot with the new version */ argument
60 struct rproc *r_prev_rp; /* pointer to the slot with the prev replica */ argument
61 struct rproc *r_next_rp; /* pointer to the slot with the next replica */ argument
62 struct rprocupd r_upd; /* update descriptor */ argument
63 pid_t r_pid; /* process id, -1 if the process is not there */
65 int r_asr_count; /* number of live updates with ASR */
66 int r_restarts; /* number of restarts (initially zero) */
[all …]
H A Dglo.h34 EXTERN struct rproc rproc[NR_SYS_PROCS]; variable
/minix3/minix/servers/is/
H A Ddmp_rs.c18 struct rproc rproc[NR_SYS_PROCS]; variable
/minix3/minix/fs/procfs/
H A Dservice.c26 static ixfer_rproc_t rproc; variable