HomeSort by: relevance | last modified time | path
    Searched defs:edp (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/dev/wscons/
wsemul_vt100_keys.c 87 struct wsemul_vt100_emuldata *edp = cookie; local in function:wsemul_vt100_translate
88 struct vt100base_data *vd = &edp->bd;
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_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_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...]
  /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/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/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/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/fs/unionfs/
unionfs_subr.c 807 struct dirent *edp; local in function:unionfs_check_rmdir
844 edp = (struct dirent*)&buf[sizeof(buf) - uio.uio_resid];
845 for (dp = (struct dirent*)buf; !error && dp < edp;
  /src/sys/fs/union/
union_subr.c 1120 struct dirent *dp, *edp; local in function:union_check_rmdir
1160 edp = (struct dirent *)&dirbuf[dirlen - auio.uio_resid];
1162 error == 0 && dp < edp;
  /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/ufs/lfs/
ulfs_extattr.c 521 struct dirent *dp, *edp; local in function:ulfs_extattr_iterate_directory
564 edp = (struct dirent *)&dirbuf[LFS_DIRBLKSIZ];
565 for (dp = (struct dirent *)dirbuf; dp < edp; ) {
599 if (dp >= edp)
  /src/sys/ufs/ufs/
ufs_extattr.c 517 struct dirent *dp, *edp; local in function:ufs_extattr_iterate_directory
559 edp = (struct dirent *)&dirbuf[UFS_DIRBLKSIZ];
560 for (dp = (struct dirent *)dirbuf; dp < edp; ) {
593 if (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/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/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/arm/boot/dts/
rk3288.dtsi 763 * *_EDP* EDP
884 edp_phy: edp-phy {
1175 edp: dp@ff970000 { label
1601 edp {
1602 edp_hpd: edp-hpd {
  /src/sys/arch/amiga/dev/
fd.c 2017 u_long *sdp, *edp, d, dtmp, correct; local in function:mfmblkencode
2020 edp = dp + len;
2029 while (dp < edp) {
2054 while (dp < edp) {
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
rk3399.dtsi 1905 edp: edp@ff970000 { label
1906 compatible = "rockchip,rk3399-edp";
2117 edp {
2118 edp_hpd: edp-hpd {
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_debugfs.c 4342 /* Only valid for eDP. */
4343 bool edp; member in struct:dpcd_block
4375 if (b->edp &&
i915_drv.h 454 * HIGH_RR is the highest eDP panel refresh rate read from EDID
455 * LOW_RR is the lowest eDP panel refresh rate found from EDID
694 } edp; member in struct:intel_vbt_data

Completed in 68 milliseconds