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

  /src/external/gpl3/binutils/dist/bfd/
vms.h 0 /* vms.h -- Header file for VMS (Alpha and Vax) support.
25 #undef vms macro
31 /* Size of a VMS block on disk. */
51 /* Native (=VMS) format. The file only contains the content of the
57 /* VMS records input buffer. */
73 /* VMS records output buffer. */
99 /* vms-misc.c. */
138 /* vms-alpha.c */
  /src/external/gpl3/binutils.old/dist/bfd/
vms.h 0 /* vms.h -- Header file for VMS (Alpha and Vax) support.
25 #undef vms macro
31 /* Size of a VMS block on disk. */
51 /* Native (=VMS) format. The file only contains the content of the
57 /* VMS records input buffer. */
73 /* VMS records output buffer. */
99 /* vms-misc.c. */
138 /* vms-alpha.c */
  /src/external/gpl3/gdb.old/dist/bfd/
vms.h 0 /* vms.h -- Header file for VMS (Alpha and Vax) support.
25 #undef vms macro
31 /* Size of a VMS block on disk. */
51 /* Native (=VMS) format. The file only contains the content of the
57 /* VMS records input buffer. */
73 /* VMS records output buffer. */
99 /* vms-misc.c. */
138 /* vms-alpha.c */
  /src/external/gpl3/gdb/dist/bfd/
vms.h 0 /* vms.h -- Header file for VMS (Alpha and Vax) support.
25 #undef vms macro
31 /* Size of a VMS block on disk. */
51 /* Native (=VMS) format. The file only contains the content of the
57 /* VMS records input buffer. */
73 /* VMS records output buffer. */
99 /* vms-misc.c. */
138 /* vms-alpha.c */
  /src/sys/external/bsd/drm/dist/bsd-core/
drm_bufs.c 1072 struct vmspace *vms; local
1086 vms = DRM_CURPROC->td_proc->p_vmspace;
1113 vaddr = round_page((vm_offset_t)vms->vm_daddr + MAXDSIZ);
1115 retcode = vm_mmap(&vms->vm_map, &vaddr, size, PROT_READ | PROT_WRITE,
1118 retcode = vm_mmap(&vms->vm_map, &vaddr, size, PROT_READ | PROT_WRITE,

Completed in 57 milliseconds