Searched refs:cx (Results 76 - 100 of 105) sorted by relevance

12345

/freebsd-11-stable/sys/dev/cx/
H A Dif_cx.c26 __FBSDID("$FreeBSD: stable/11/sys/dev/cx/if_cx.c 358804 2020-03-09 13:06:02Z emaste $");
57 #include <dev/cx/machdep.h>
58 #include <dev/cx/cxddk.h>
59 #include <dev/cx/cronyxfw.h>
65 # include <dev/cx/ng_cx.h>
176 "cx",
228 .d_name = "cx",
390 /* printf ("cx%d: irq %d ok, mask=0x%04x, busy=0x%04x\n",
395 /* printf ("cx%d: irq %d not functional, mask=0x%04x, busy=0x%04x\n",
430 if ((my_devclass = devclass_find ("cx"))
[all...]
H A Dcsigma.c17 #include <dev/cx/machdep.h>
18 #include <dev/cx/cxddk.h>
19 #include <dev/cx/cxreg.h>
20 #include <dev/cx/cronyxfw.h>
/freebsd-11-stable/usr.sbin/ppp/
H A Dphysical.c436 struct physical *p = arg->cx->physical;
474 prompt_Printf(arg->prompt, " Phone Number: %s\n", arg->cx->phone.chosen);
488 if (physical_IsSync(arg->cx->physical))
H A Dprompt.c287 arg.cx = p->TermMode;
H A Dmp.c818 arg->cx->mp.bandwidth = val;
820 if (arg->cx->state == DATALINK_OPEN)
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpktdrvr.c164 #define r_cx x.cx
327 r.w.cx = 0;
1290 return ((r.w.cx << 4) + r.w.dx);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_i386.h221 DEFINE_GPR_PSEUDO_16(cx, ecx), DEFINE_GPR_PSEUDO_16(dx, edx),
/freebsd-11-stable/sys/dev/fb/
H A Dcreator.c744 creator_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
762 FFB_WRITE(sc, FFB_FBC, FFB_FBC_BW, cx);
H A Dmachfb.c924 machfb_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
944 regw(sc, SRC_WIDTH1, cx);
946 regw(sc, DST_HEIGHT_WIDTH, (cx << 16) | cy);
H A Dvesa.c591 printf("bx:%d, cx:%d, dx:%d\n", regs.R_BX, regs.R_CX, regs.R_DX);
1654 vesa_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
1657 return ((*prevvidsw->fill_rect)(adp, val, x, y, cx, cy));
/freebsd-11-stable/sys/i386/xbox/
H A Dxboxfb.c543 xboxfb_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c621 am335x_syscons_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
/freebsd-11-stable/sys/amd64/amd64/
H A Dcpu_switch.S292 movw %cx,2(%rax)
/freebsd-11-stable/sys/dev/ctau/
H A Dctddk.c26 #include <dev/cx/machdep.h>
33 #include <dev/cx/cronyxfw.h>
H A Dctau.c22 #include <dev/cx/machdep.h>
29 #include <dev/cx/cronyxfw.h>
H A Dif_ct.c53 #include <dev/cx/machdep.h>
55 #include <dev/cx/cronyxfw.h>
/freebsd-11-stable/sys/dev/ubsec/
H A Dubsec.c2736 struct ubsec_ctx_modexp *cx = (void *)c; local
2740 letoh16(cx->me_E_len), letoh16(cx->me_N_len));
2741 len = (cx->me_N_len + 7)/8;
2743 printf("%s%02x", (i == 0) ? " N: " : ":", cx->me_N[i]);
/freebsd-11-stable/usr.sbin/pmcstudy/
H A Dpmcstudy.c2316 do_cpuid(u_int ax, u_int cx, u_int *p) argument
2320 : "0" (ax), "c" (cx) );
2325 #define do_cpuid(ax, cx, p)
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c1899 SHA3Context cx; local
1914 SHA3Init(&cx, iSize);
1916 SHA3Update(&cx, sqlite3_value_blob(argv[0]), nByte);
1918 SHA3Update(&cx, sqlite3_value_text(argv[0]), nByte);
1920 sqlite3_result_blob(context, SHA3Final(&cx), iSize/8, SQLITE_TRANSIENT);
1986 SHA3Context cx; local
2000 SHA3Init(&cx, iSize);
2022 hash_step_vformat(&cx,"S%d:",n);
2023 SHA3Update(&cx,(unsigned char*)z,n);
2028 SHA3Update(&cx,(cons
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Dmach64_state.c222 int cx, int cy, int cw, int ch,
219 mach64_dma_dispatch_clear(struct drm_device * dev, struct drm_file *file_priv, unsigned int flags, int cx, int cy, int cw, int ch, unsigned int clear_color, unsigned int clear_depth) argument
/freebsd-11-stable/sys/powerpc/ofw/
H A Dofw_syscons.c754 ofwfb_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
/freebsd-11-stable/sys/arm/versatile/
H A Dversatile_clcd.c801 versatilefb_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c713 bcmfb_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx51_ipuv3.c762 ipu3fb_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
/freebsd-11-stable/sys/pc98/cbus/
H A Dgdc.c1413 gdc_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument

Completed in 414 milliseconds

12345