HomeSort by: relevance | last modified time | path
    Searched defs:error_code (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_vf_error.c 39 uint16_t error_code; local in function:amdgpu_vf_error_put
44 error_code = AMDGIM_ERROR_CODE(AMDGIM_ERROR_CATEGORY_VF, sub_error_code);
48 adev->virt.vf_errors.code [index] = error_code;
amdgpu_vf_error.c 39 uint16_t error_code; local in function:amdgpu_vf_error_put
44 error_code = AMDGIM_ERROR_CODE(AMDGIM_ERROR_CATEGORY_VF, sub_error_code);
48 adev->virt.vf_errors.code [index] = error_code;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvfw/
sec2.h 59 u32 error_code; member in struct:nv_sec2_acr_bootstrap_falcon_msg
sec2.h 59 u32 error_code; member in struct:nv_sec2_acr_bootstrap_falcon_msg
pmu.h 69 u32 error_code; member in struct:nv_pmu_acr_init_wpr_region_msg
pmu.h 69 u32 error_code; member in struct:nv_pmu_acr_init_wpr_region_msg
  /src/sys/compat/linux32/arch/aarch64/
linux32_machdep.h 41 uint32_t error_code; member in struct:linux32_sigcontext
linux32_machdep.h 41 uint32_t error_code; member in struct:linux32_sigcontext
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/
xen-x86_32.h 142 uint16_t error_code; /* private */ member in struct:cpu_user_regs
xen-x86_64.h 195 uint32_t error_code; /* private */ member in struct:cpu_user_regs
xen-x86_32.h 142 uint16_t error_code; /* private */ member in struct:cpu_user_regs
xen-x86_64.h 195 uint32_t error_code; /* private */ member in struct:cpu_user_regs
  /src/sys/dev/ic/
adwlib.c 544 u_int16_t error_code; local in function:AdwInitDriver
554 error_code = 0;
611 if((error_code = AdwRamSelfTest(iot, ioh, sc->chip_type))) {
612 return error_code;
619 if((error_code = AdwLoadMCode(iot, ioh, bios_mem, sc->chip_type))) {
620 return error_code;
812 error_code = AdwASC3550Cabling(iot, ioh, &sc->cfg);
816 error_code = AdwASC38C0800Cabling(iot, ioh, &sc->cfg);
820 error_code = AdwASC38C1600Cabling(iot, ioh, &sc->cfg);
823 if(error_code) {
    [all...]
adwlib.c 544 u_int16_t error_code; local in function:AdwInitDriver
554 error_code = 0;
611 if((error_code = AdwRamSelfTest(iot, ioh, sc->chip_type))) {
612 return error_code;
619 if((error_code = AdwLoadMCode(iot, ioh, bios_mem, sc->chip_type))) {
620 return error_code;
812 error_code = AdwASC3550Cabling(iot, ioh, &sc->cfg);
816 error_code = AdwASC38C0800Cabling(iot, ioh, &sc->cfg);
820 error_code = AdwASC38C1600Cabling(iot, ioh, &sc->cfg);
823 if(error_code) {
    [all...]
  /src/sys/netinet/
sctp_asconf.c 1214 uint16_t error_code; local in function:sctp_asconf_process_error
1241 error_code = ntohs(eh->code);
1244 switch (error_code) {
sctp_asconf.c 1214 uint16_t error_code; local in function:sctp_asconf_process_error
1241 error_code = ntohs(eh->code);
1244 switch (error_code) {
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dm_services_types.h 229 uint8_t error_code; /* Byte 4 */ member in struct:dm_acpi_atif_backlight_caps
dm_services_types.h 229 uint8_t error_code; /* Byte 4 */ member in struct:dm_acpi_atif_backlight_caps
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/
dm_op.h 325 uint32_t error_code; member in struct:xen_dm_op_inject_event
dm_op.h 325 uint32_t error_code; member in struct:xen_dm_op_inject_event
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
vm_event.h 299 uint32_t error_code; member in struct:vm_event_interrupt_x86
vm_event.h 299 uint32_t error_code; member in struct:vm_event_interrupt_x86
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
amd_acpi.h 72 u8 error_code; /* error code */ member in struct:atif_qbtc_output
  /src/sys/external/bsd/sljit/dist/regex_src/
regexJIT.c 1839 int error_code, done, suggest_fast_forward; local in function:regex_compile
1866 error_code = parse(regex_string, length, &compiler_common);
1867 if (error_code) {
1870 *error = error_code;
1875 error_code = generate_transitions(&compiler_common);
1878 if (error_code) {
1882 *error = error_code;
1887 error_code = generate_search_states(&compiler_common);
1888 if (error_code) {
1891 *error = error_code;
    [all...]
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/hvm/
save.h 161 uint32_t error_code; member in struct:hvm_hw_cpu
275 uint32_t error_code; member in struct:hvm_hw_cpu_compat
291 ucpu->nat.error_code = ucpu->cmp.error_code;

Completed in 109 milliseconds

1 2