Searched refs:get_params (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/hw/display/ |
| H A D | vga_int.h | 102 void (*get_params)(struct VGACommonState *s, VGADisplayParams *params); member
|
| H A D | vga.c | 1126 s->get_params(s, ¤t); in update_basic_params() 2247 s->get_params = vga_get_params; in vga_common_init()
|
| H A D | cirrus_vga.c | 2928 s->vga.get_params = cirrus_get_params; in cirrus_init_common()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/ |
| H A D | 0001-Eliminate-old-style-function-declarations.patch | 1276 @@ -1038,11 +1034,7 @@ get_params is to be called for the -a option or -e option to 1280 -get_params(optindex, pargc, pargv, params) 1285 +get_params(int *optindex, int pargc, char **pargv, char ***params)
|