Home
last modified time | relevance | path

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

/linux/security/integrity/platform_certs/
H A Dload_uefi.c165 unsigned long dbsize = 0, dbxsize = 0, mokxsize = 0; in load_uefi_certs() local
183 db = get_cert_list(L"db", &secure_var, &dbsize, &status); in load_uefi_certs()
191 db, dbsize, get_handler_for_db); in load_uefi_certs()
/linux/drivers/video/fbdev/aty/
H A Dradeon_monitor.c845 int dbsize; in radeon_check_modes() local
863 dbsize = rinfo->mon1_dbsize; in radeon_check_modes()
866 modedb, dbsize, NULL, 8) == 0) { in radeon_check_modes()
978 int i, dbsize = 34; in radeon_match_mode() local
989 dbsize = rinfo->mon1_dbsize; in radeon_match_mode()
1015 for (i = 0; i < dbsize; i++) { in radeon_match_mode()
1035 dbsize = 34; in radeon_match_mode()
/linux/Documentation/fb/
H A Dmodedb.rst149 const struct fb_videomode *db, unsigned int dbsize,
153 with db/dbsize your non-standard video mode database, or NULL to use the
/linux/include/linux/
H A Dfb.h877 unsigned int dbsize,