/src/sys/dev/wscons/ |
wsemul_sun.c | 110 #define ARG(n) (edp->args[(n)]) 112 #define COLS_LEFT (edp->ncols - edp->ccol - 1) 113 #define ROWS_LEFT (edp->nrows - edp->crow - 1) 119 struct wsemul_sun_emuldata *edp; local in function:wsemul_sun_cnattach 122 edp = &wsemul_sun_console_emuldata; 124 edp->emulops = type->textops; 125 edp->emulcookie = cookie; 126 edp->scrcapabilities = type->capabilities 175 struct wsemul_sun_emuldata *edp; local in function:wsemul_sun_attach 491 struct wsemul_sun_emuldata *edp = cookie; local in function:wsemul_sun_output 619 struct wsemul_sun_emuldata *edp = cookie; local in function:wsemul_sun_detach 630 struct wsemul_sun_emuldata *edp = cookie; local in function:wsemul_sun_resetop [all...] |
wsemul_dumb.c | 84 struct wsemul_dumb_emuldata *edp; local in function:wsemul_dumb_cnattach 86 edp = &wsemul_dumb_console_emuldata; 88 edp->emulops = type->textops; 89 edp->emulcookie = cookie; 90 edp->nrows = type->nrows; 91 edp->ncols = type->ncols; 92 edp->crow = crow; 93 edp->ccol = ccol; 94 edp->defattr = defattr; 95 edp->cbcookie = NULL 104 struct wsemul_dumb_emuldata *edp; local in function:wsemul_dumb_attach 129 struct wsemul_dumb_emuldata *edp = cookie; local in function:wsemul_dumb_output 222 struct wsemul_dumb_emuldata *edp = cookie; local in function:wsemul_dumb_detach 233 struct wsemul_dumb_emuldata *edp = cookie; local in function:wsemul_dumb_resetop [all...] |
wsemul_vt100.c | 141 wsemul_vt100_init(struct wsemul_vt100_emuldata *edp, 145 struct vt100base_data *vd = &edp->bd; 209 &edp->kernattr); 212 edp->kernattr = vd->defattr; 219 struct wsemul_vt100_emuldata *edp; local in function:wsemul_vt100_cnattach 222 edp = &wsemul_vt100_console_emuldata; 223 vd = &edp->bd; 224 wsemul_vt100_init(edp, type, cookie, ccol, crow, defattr); 226 edp->console = 1; 234 edp->isolatin1tab = edp->decgraphtab = edp->dectechtab = 0 244 struct wsemul_vt100_emuldata *edp; local in function:wsemul_vt100_attach 276 struct wsemul_vt100_emuldata *edp = cookie; local in function:wsemul_vt100_detach 297 struct wsemul_vt100_emuldata *edp = cookie; local in function:wsemul_vt100_resize 314 struct wsemul_vt100_emuldata *edp = cookie; local in function:wsemul_vt100_resetop 1008 struct wsemul_vt100_emuldata *edp = cookie; local in function:wsemul_vt100_output 1041 struct wsemul_vt100_emuldata *edp = cookie; local in function:wsemul_vt100_getmsgattrs 1053 struct wsemul_vt100_emuldata *edp = cookie; local in function:wsemul_vt100_setmsgattrs [all...] |
wsemul_vt100_chars.c | 80 vt100_initchartables(struct wsemul_vt100_emuldata *edp) 83 struct vt100base_data *vd = &edp->bd; 87 &edp->isolatin1tab[i]); 90 &edp->decgraphtab[i]); 93 &edp->dectechtab[i]); 94 vt100_setnrc(edp, 0); 143 vt100_setnrc(struct wsemul_vt100_emuldata *edp, int nrc) 146 struct vt100base_data *vd = &edp->bd; 151 (*vd->emulops->mapchar)(vd->emulcookie, i, &edp->nrctab[i]); 154 &edp->nrctab[nrcovlpos[i]]) [all...] |
wsemul_vt100_keys.c | 87 struct wsemul_vt100_emuldata *edp = cookie; local in function:wsemul_vt100_translate 88 struct vt100base_data *vd = &edp->bd;
|
/src/sys/arch/arm/dts/ |
rk3399-pinebook-pro.dts | 33 backlight: edp-backlight {
|
rk3399-rockpro64.dts | 73 edp_panel: edp-panel { 101 edp@ff970000 { 121 edp@ff970000 { 125 edp-panel { 141 edp_panel_en: edp-panel-en {
|
/src/sys/dev/eisa/ |
eisa.c | 226 const struct eisa_knowndev *edp; local in function:eisa_devinfo 233 for (edp = eisa_knowndevs; edp->id != NULL; edp++) { 234 if ((edp->flags & EISA_KNOWNDEV_NOPROD) != 0) 235 match = (strncmp(edp->id, id, 3) == 0); 237 match = (strcmp(edp->id, id) == 0); 239 name = edp->name; 240 onlyvendor = (edp->flags & EISA_KNOWNDEV_NOPROD) != 0;
|
/src/sys/arch/ia64/stand/efi/libefi/ |
efifs_ls.c | 175 struct dirent *dp, *edp; local in function:efifs_ls 178 edp = (struct dirent *) (dirbuf + size); 180 for (; dp < edp; dp = (void *)((char *)dp + dp->d_reclen)) {
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
rk3288-veyron-edp.dtsi | 3 * Google Veyron (and derivatives) fragment for the edp displays 86 &edp {
|
rk3288-veyron-tiger.dts | 10 #include "rk3288-veyron-edp.dtsi"
|
rk3288-veyron-pinky.dts | 38 &edp {
|
rk3288-veyron-chromebook.dtsi | 13 #include "rk3288-veyron-edp.dtsi"
|
rk3288-veyron-speedy.dts | 34 &edp {
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_bios.c | 649 * to mean "eDP". The VBT spec doesn't agree with that 716 const struct bdb_edp *edp; local in function:parse_edp 721 edp = find_section(bdb, BDB_EDP); 722 if (!edp) 725 switch ((edp->color_depth >> (panel_type * 2)) & 3) { 727 dev_priv->vbt.edp.bpp = 18; 730 dev_priv->vbt.edp.bpp = 24; 733 dev_priv->vbt.edp.bpp = 30; 737 /* Get the eDP sequencing and link info */ 738 edp_pps = &edp->power_seqs[panel_type] [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/ |
rk3399-gru-bob.dts | 20 edp_panel: edp-panel {
|
rk3399-sapphire-excavator.dts | 90 edp_panel: edp-panel { 143 &edp {
|
/src/sys/compat/linux/arch/alpha/ |
linux_machdep.c | 316 struct linux_emuldata *edp; local in function:linux_sendsig 323 edp = (struct linux_emuldata *)p->p_emuldata; 325 edp = 0; 327 if (edp && sigismember(&edp->ps_siginfo, sig))
|
/src/usr.sbin/envstat/ |
envstat.c | 518 dvprops_t edp = NULL; local in function:parse_dictionary 567 edp = calloc(1, sizeof(*edp)); 568 if (!edp) { 574 rval = find_sensors(array, dnp, edp); 582 if (edp->refresh_timo == 1) 586 (int)edp->refresh_timo); 589 free(edp); 590 edp = NULL; 617 if (edp) [all...] |
/src/sys/arch/acorn32/stand/nbfs/ |
nbfs.c | 372 struct direct *dp, *edp; local in function:nbfs_func_dirents 375 edp = (struct direct *) (dirbuf + UFS_DIRBLKSIZ); 377 for (; dp < edp; dp = (void *)((char *)dp + dp->d_reclen)) {
|
/src/sys/lib/libsa/ |
ext2fs.c | 377 struct ext2fs_direct *edp; local in function:search_directory 391 edp = (struct ext2fs_direct *)(buf + buf_size); 392 for (; dp < edp; 833 struct ext2fs_direct *dp, *edp; local in function:ext2fs_ls 841 edp = (struct ext2fs_direct *)(buf + buf_size); 843 for (; dp < edp;
|
ufs.c | 596 struct direct *edp; local in function:search_directory 609 edp = (struct direct *)(buf + buf_size); 610 for (; dp < edp; 1040 struct direct *dp, *edp; local in function:ufs_ls 1049 edp = (struct direct *)(buf + buf_size); 1051 for (; dp < edp;
|
/src/sys/nfs/ |
nfs_bio.c | 91 struct dirent *dp, *pdp, *edp, *ep; local in function:nfs_bioread 276 edp = (struct dirent *)(void *)((char *)bp->b_data + bp->b_bcount - 279 while (enn < en && dp < edp) { 292 if (dp >= edp || (struct dirent *)_DIRENT_NEXT(dp) > edp || 296 pdp, dp, edp,
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
sdm845-cheza-r1.dts | 43 pp3300_dx_edp: pp3300-dx-edp-regulator {
|
sdm845-cheza-r2.dts | 43 pp3300_dx_edp: pp3300-dx-edp-regulator {
|