/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/ |
display_mode_lib.h | 62 void (*validate)(struct display_mode_lib *mode_lib); member in struct:dml_funcs
|
/src/tests/bin/sh/ |
t_redir.sh | 453 validate() function 466 validate 1 2 3 4 5 6 7 8 9 475 validate 10 15 19 20 25 29 483 validate 32 33 49 50 51 63 64 65 77 88 99 491 validate 100 101 199 200 222 333 444 499 499 validate 1000 1001 1002 1003 1004 1005
|
/src/sys/dev/pci/ |
radeonfb_bios.c | 141 /* validate that the table looks sane */ 142 void (*validate)(struct radeonfb_softc *, struct rb_table *); member in struct:rb_table 155 rb_validate, /* validate */ 163 rb_validate, /* validate */ 171 rb_validate, /* validate */ 179 rb_validate, /* validate */ 187 rb_validate, /* validate */ 195 NULL, /* validate */ 203 NULL, /* validate */ 211 NULL, /* validate */ [all...] |
/src/lib/libintl/ |
gettext.c | 70 static int validate(void *, struct mohandle *); 330 /* validate pathname */ 371 validate(void *arg, struct mohandle *mohandle) function in typeref:typename:int 643 /* validate otable/ttable */ 648 if (!validate(otable, mohandle) || 649 !validate(&otable[mohandle->mo.mo_nstring], mohandle)) { 653 if (!validate(ttable, mohandle) || 654 !validate(&ttable[mohandle->mo.mo_nstring], mohandle)) { 676 if (!validate(p[i].off, mohandle) || 677 !validate(p[i].off + p[i].len + 1, mohandle)) [all...] |
/src/sys/dev/pci/igc/ |
igc_hw.h | 255 int (*validate)(struct igc_hw *); member in struct:igc_nvm_operations
|