Searched refs:vc (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/osfmk/conf/
H A DMASTER.arm26 pseudo-device vc 1
H A DMASTER.arm6426 pseudo-device vc 1
H A DMASTER.i38626 pseudo-device vc 1
H A DMASTER.x86_6425 pseudo-device vc 1
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c3296 union union_vfsidctl vc; local
3309 error = SYSCTL_IN(req, &vc, is_64_bit? sizeof(vc.vc64):sizeof(vc.vc32));
3312 if (vc.vc32.vc_vers != VFS_CTL_VERS1) { /* works for 32 and 64 */
3316 mp = mount_list_lookupby_fsid(&vc.vc32.vc_fsid, 0, 1); /* works for 32 and 64 */
3355 req->newptr = vc.vc64.vc_ptr;
3356 req->newlen = (size_t)vc.vc64.vc_len;
3359 req->newptr = CAST_USER_ADDR_T(vc.vc32.vc_ptr);
3360 req->newlen = vc
[all...]
/darwin-on-arm/xnu/osfmk/console/
H A Dpanic_dialog.c29 #include <vc.h>
H A Dvideo_console.c91 #include <vc.h>
300 * back and speed this up when I speed up the whole vc
2619 new_vinfo.v_depth = 0; /* vc routines are nop */
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c5059 union union_vfsidctl vc; local
5094 error = SYSCTL_IN(req, &vc, is_64_bit? sizeof(vc.vc64):sizeof(vc.vc32));
5097 mp = vfs_getvfs(&vc.vc32.vc_fsid); /* works for 32 and 64 */
5106 req->newptr = vc.vc64.vc_ptr;
5107 req->newlen = (size_t)vc.vc64.vc_len;
5109 req->newptr = CAST_USER_ADDR_T(vc.vc32.vc_ptr);
5110 req->newlen = vc.vc32.vc_len;
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c3125 union union_vfsidctl vc; local
3131 error = SYSCTL_IN(req, &vc, proc_is64bit(p)? sizeof(vc.vc64):sizeof(vc.vc32));
3134 mp = vfs_getvfs(&vc.vc32.vc_fsid); /* works for 32 and 64 */

Completed in 71 milliseconds