Home
last modified time | relevance | path

Searched refs:srv_to_string_gen (Results 1 – 2 of 2) sorted by relevance

/minix3/minix/servers/rs/
H A Dproto.h132 #define srv_to_string(RP) srv_to_string_gen(RP, DEBUG)
133 char* srv_to_string_gen(struct rproc *rp, int is_verbose);
H A Dutility.c142 char* srv_to_string_gen(struct rproc *rp, int is_verbose) in srv_to_string_gen() function
505 printf("%s\n", srv_to_string_gen(rp, is_verbose)); in print_services_status()