/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_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_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...] |
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)) {
|
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))
|
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;
|
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)) {
|
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;
|
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;
|
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;
|
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;
|
/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,
|