Searched defs:rprocpub (Results 1 – 7 of 7) sorted by relevance
165 struct rprocpub { struct166 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 …]
33 EXTERN struct rprocpub rprocpub[NR_SYS_PROCS]; /* public entries */ variable
17 struct rprocpub rprocpub[NR_SYS_PROCS]; variable
258 struct rprocpub rprocpub[NR_BOOT_PROCS]; in sef_cb_init_fresh() local
399 struct rprocpub rprocpub[NR_BOOT_PROCS]; in sef_cb_init_fresh() local
63 static struct rprocpub rprocpub[NR_SYS_PROCS]; variable
2094 struct rprocpub rprocpub[NR_BOOT_PROCS]; in sef_cb_init() local