Searched refs:get_conf (Results 1 – 1 of 1) sorted by relevance
/freebsd/sbin/ggate/shared/ |
H A D | ggate.c | 323 get_conf(struct ggeom *gp, const char *name) in get_conf() function 348 printf(" info: %s\n", get_conf(gp, "info")); in show_config() 349 printf(" access: %s\n", get_conf(gp, "access")); in show_config() 350 printf(" timeout: %s\n", get_conf(gp, "timeout")); in show_config() 351 printf("queue_count: %s\n", get_conf(gp, "queue_count")); in show_config() 352 printf(" queue_size: %s\n", get_conf(gp, "queue_size")); in show_config() 353 printf(" references: %s\n", get_conf(gp, "ref")); in show_config()
|