Home
last modified time | relevance | path

Searched defs:rprocpub (Results 1 – 7 of 7) sorted by relevance

/minix3/minix/include/minix/
H A Drs.h165 struct rprocpub { struct
166 short in_use; /* set when the entry is in use */
167 unsigned sys_flags; /* sys flags */
168 endpoint_t endpoint; /* process endpoint number */
169 endpoint_t old_endpoint; /* old instance endpoint number (for VM, when updating) */
170 endpoint_t new_endpoint; /* new instance endpoint number (for VM, when updating) */
172 devmajor_t dev_nr; /* major device number or NO_DEV */
173 int nr_domain; /* number of socket driver domains */
174 int domain[NR_DOMAIN]; /* set of socket driver domains */
176 char label[RS_MAX_LABEL_LEN]; /* label of this service */
[all …]
/minix3/minix/servers/rs/
H A Dglo.h33 EXTERN struct rprocpub rprocpub[NR_SYS_PROCS]; /* public entries */ variable
/minix3/minix/servers/is/
H A Ddmp_rs.c17 struct rprocpub rprocpub[NR_SYS_PROCS]; variable
/minix3/minix/servers/ds/
H A Dstore.c258 struct rprocpub rprocpub[NR_BOOT_PROCS]; in sef_cb_init_fresh() local
/minix3/minix/servers/vfs/
H A Dmain.c399 struct rprocpub rprocpub[NR_BOOT_PROCS]; in sef_cb_init_fresh() local
/minix3/minix/servers/vm/
H A Dmain.c63 static struct rprocpub rprocpub[NR_SYS_PROCS]; variable
/minix3/minix/drivers/bus/pci/
H A Dpci.c2094 struct rprocpub rprocpub[NR_BOOT_PROCS]; in sef_cb_init() local