HomeSort by: relevance | last modified time | path
    Searched refs:validate (Results 1 - 17 of 17) sorted by relevancy

  /src/tests/kernel/
t_ps_strings.sh 28 atf_test_case validate
39 # Function to parse and validate the output from ps
83 atf_add_test_case validate
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
amdgpu_display_mode_lib.c 41 .validate = dml20_ModeSupportAndSystemConfigurationFull,
48 .validate = dml20v2_ModeSupportAndSystemConfigurationFull,
55 .validate = dml21_ModeSupportAndSystemConfigurationFull,
display_mode_lib.h 62 void (*validate)(struct display_mode_lib *mode_lib); member in struct:dml_funcs
amdgpu_display_mode_vba.c 80 mode_lib->funcs.validate(mode_lib);
  /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_api.c 391 if (hw->nvm.ops.validate)
392 return hw->nvm.ops.validate(hw);
igc_nvm.c 33 nvm->ops.validate = igc_null_ops_generic;
206 * igc_validate_nvm_checksum_generic - Validate EEPROM checksum
igc_hw.h 255 int (*validate)(struct igc_hw *); member in struct:igc_nvm_operations
igc_i225.c 68 nvm->ops.validate = igc_validate_nvm_checksum_i225;
73 nvm->ops.validate = igc_null_ops_generic;
581 /* igc_validate_nvm_checksum_i225 - Validate EEPROM checksum
709 /* Validate input data */
  /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/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/tests/lib/libcurses/director/
testlang_parse.y 125 static void validate(int, void *);
1215 validate(i, &response[i]);
1471 * Validate the response against the expected return. The variable
1475 validate(int i, void *data)
1534 * Validate the return against the contents of a variable.
1583 * Validate the return type against the expected type, throw an error
1591 errx(1, "%s:%zu: Validate expected type %s %s %s",
1607 * Validate the return value against the expected value, throw an error
1615 errx(1, "%s:%zu: Validate expected >%s< %s >%s<",
1631 * Validate the return value against the expected value, throw an erro
    [all...]
  /src/sys/arch/m68k/m68k/
pmap_motorola.c 1200 goto validate;
1351 validate:
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_vm.c 589 * validate for command submission.
674 * amdgpu_vm_validate_pt_bos - validate the page table BOs
678 * @validate: callback to do the validation
681 * Validate the page table BOs on command submission if neccessary.
687 int (*validate)(void *p, struct amdgpu_bo *bo),
698 r = validate(param, bo);
2220 /* validate the parameters */
2285 /* validate the parameters */
  /src/sys/arch/alpha/alpha/
pmap.c 2268 * Check to see if the old mapping is valid. If not, validate the
2305 goto validate;
2353 validate:
3948 * Assign the new ASN and validate the generation number.
  /src/sys/arch/ia64/ia64/
pmap.c 1757 goto validate;
1788 validate:
1791 * Now validate mapping with desired protection/wiring. This
  /src/sys/nfs/
nfs_vnops.c 902 goto validate;
991 validate:

Completed in 28 milliseconds