Home
last modified time | relevance | path

Searched refs:get_params (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/display/
H A Dvga_int.h102 void (*get_params)(struct VGACommonState *s, VGADisplayParams *params); member
H A Dvga.c1126 s->get_params(s, &current); in update_basic_params()
2247 s->get_params = vga_get_params; in vga_common_init()
H A Dcirrus_vga.c2928 s->vga.get_params = cirrus_get_params; in cirrus_init_common()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A D0001-Eliminate-old-style-function-declarations.patch1276 @@ -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)