Searched refs:ucode (Results 1 - 25 of 28) sorted by path

12

/freebsd-11-stable/contrib/groff/src/utils/hpftodit/
H A Dhpftodit.cpp1277 int ucode = int(strtol(ustr, &nonum, 16));
1279 if (ucode >= 0xE000 && ucode <= 0xF8FF)
1294 unicode_to_ucode_name(int ucode)
1300 if (ucode >= 0xE000 && ucode <= 0xF8FF)
1303 sprintf(codestr, "%04X", ucode);
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnreg.h857 struct iwn5000_calib_status ucode; member in struct:iwn5000_calib_config
1773 * enum iwn_ucode_tlv_flag - ucode API flags
H A Dif_iwn.c3998 DPRINTF(sc, IWN_DEBUG_RESET, "%s: ucode wakeup from power-down sleep\n",
6479 cmd.ucode.once.enable = 0xffffffff;
6480 cmd.ucode.once.start = IWN5000_CALIB_DC;
7545 cmd.ucode.once.enable = htole32(0xffffffff);
7546 cmd.ucode.once.start = htole32(0xffffffff);
7547 cmd.ucode.once.send = htole32(0xffffffff);
7548 cmd.ucode.flags = htole32(0xffffffff);
7860 iwn4965_load_bootcode(struct iwn_softc *sc, const uint8_t *ucode, int size) argument
7871 (const uint32_t *)ucode, size);
8266 device_printf(sc->sc_dev, "%s: ucode re
[all...]
/freebsd-11-stable/sys/dev/lmc/
H A Dif_lmc.c3495 error = load_xilinx_from_file(sc, ioctl->ucode, ioctl->data);
H A Dif_lmc.h910 char *ucode; /* user-land address of ucode */
909 char *ucode; /* user-land address of ucode */ member in struct:ioctl
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c2364 "%s: ucode wakeup from power-down sleep\n", __func__);
4875 wpi_load_bootcode(struct wpi_softc *sc, const uint8_t *ucode, uint32_t size) argument
4888 (const uint32_t *)ucode, size);
/freebsd-11-stable/sys/riscv/riscv/
H A Dtrap.c176 int ucode; local
248 ucode = SEGV_ACCERR;
250 ucode = SEGV_MAPERR;
251 call_trapsignal(td, sig, ucode, (void *)sbadaddr);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dtrap.c260 int sig, ucode; local
280 ucode = (int)tf->tf_type; /* XXX not POSIX */
306 ucode = TRAP_BRKPT;
330 ksi.ksi_code = ucode;
/freebsd-11-stable/tools/tools/locale/tools/
H A Dutf8-rollup.pl188 my $ucode = shift;
189 if (defined $seen{$ucode}) {
192 $pending_seen{$ucode} = 1;
197 my $ucode = shift;
198 if (defined $seen{$ucode}) {
/freebsd-11-stable/sys/amd64/amd64/
H A Dmachdep.c134 #include <x86/ucode.h>
H A Dmp_machdep.c72 #include <x86/ucode.h>
H A Dtrap.c188 int signo, ucode; local
194 ucode = 0;
280 ucode = ILL_PRVOPC;
291 ucode = TRAP_BRKPT;
297 ucode = TRAP_TRACE;
310 ucode = fputrap_x87();
311 if (ucode == -1)
318 ucode = BUS_OBJERR;
323 ucode = BUS_ADRERR;
327 ucode
[all...]
/freebsd-11-stable/sys/arm64/arm64/
H A Dtrap.c157 int error, sig, ucode; local
220 ucode = SEGV_ACCERR;
222 ucode = SEGV_MAPERR;
223 call_trapsignal(td, sig, ucode, (void *)far);
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c3909 device_printf(sc->sc_dev, "no ucode for rev %d\n", rev);
3914 device_printf(sc->sc_dev, "ucode fw: %s\n", filename);
3915 error = bwn_fw_get(mac, type, filename, &fw->ucode);
4117 bwn_do_release_fw(&mac->mac_fw.ucode);
4157 data = GETFWOFFSET(mac->mac_fw.ucode, sizeof(struct bwn_fwhdr));
4159 for (i = 0; i < GETFWSIZE(mac->mac_fw.ucode, sizeof(struct bwn_fwhdr));
4186 device_printf(sc->sc_dev, "ucode timeout\n");
5008 "ucode debug unknown reason: %#x\n", reason);
5283 bwn_restart(mac, "ucode panic");
H A Dif_bwnvar.h862 struct bwn_fwfile ucode; member in struct:bwn_fw
/freebsd-11-stable/sys/dev/cpuctl/
H A Dcpuctl.c58 #include <x86/ucode.h>
/freebsd-11-stable/sys/dev/fxp/
H A Dif_fxp.c3062 static const struct ucode { struct
3064 uint32_t *ucode; member in struct:ucode
3089 const struct ucode *uc;
3096 for (uc = ucode_table; uc->ucode != NULL; uc++)
3099 if (uc->ucode == NULL)
3106 cbp->ucode[i] = htole32(uc->ucode[i]);
3108 *(uint16_t *)&cbp->ucode[uc->int_delay_offset] =
3111 *(uint16_t *)&cbp->ucode[uc->bundle_max_offset] =
3114 * Download the ucode t
[all...]
H A Dif_fxpreg.h245 uint32_t ucode[MAXUCODESIZE]; member in struct:fxp_cb_ucode
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rum.c2620 rum_load_microcode(struct rum_softc *sc, const uint8_t *ucode, size_t size) argument
2626 for (; size >= 4; reg += 4, ucode += 4, size -= 4) {
2627 err = rum_write(sc, reg, UGETDW(ucode));
/freebsd-11-stable/sys/i386/i386/
H A Dmachdep.c136 #include <x86/ucode.h>
H A Dmp_machdep.c82 #include <x86/ucode.h>
H A Dtrap.c183 int signo, ucode; local
194 ucode = 0;
317 ucode = ILL_PRVOPC;
328 ucode = TRAP_BRKPT;
335 ucode = TRAP_TRACE;
348 ucode = npxtrap_x87();
349 if (ucode == -1)
372 ucode = (type == T_PROTFLT) ? BUS_OBJERR : BUS_ADRERR;
376 ucode = BUS_ADRERR;
380 ucode
[all...]
/freebsd-11-stable/sys/mips/mips/
H A Dtrap.c522 unsigned ucode = 0; local
753 ucode = ftype;
788 ucode = 0; /* XXX should be VM_PROT_something */
855 ucode = TRAP_BRKPT;
867 ucode = TRAP_TRACE;
882 ucode = TRAP_BRKPT;
1128 ksi.ksi_code = ucode;
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dtrap.c167 u_int ucode; local
175 type = ucode = frame->exc;
211 ucode = TRAP_TRACE;
220 ucode = SEGV_MAPERR;
228 ucode = SEGV_MAPERR;
277 ucode = BUS_ADRALN;
288 ucode = TRAP_TRACE;
307 ucode = TRAP_BRKPT;
312 ucode = ILL_PRVOPC;
314 ucode
[all...]
/freebsd-11-stable/sys/x86/acpica/
H A Dacpi_wakeup.c59 #include <x86/ucode.h>

Completed in 757 milliseconds

12