Home
last modified time | relevance | path

Searched refs:host (Results 1 – 13 of 13) sorted by relevance

/sysdeps/mach/hurd/
A Dmunlock.c30 mach_port_t host; in munlock() local
34 err = __get_privileged_ports (&host, NULL); in munlock()
36 host = __mach_host_self(); in munlock()
41 err = __vm_wire (host, __mach_task_self (), page, len, VM_PROT_NONE); in munlock()
42 if (host != __mach_host_self()) in munlock()
43 __mach_port_deallocate (__mach_task_self (), host); in munlock()
A Dmlock.c31 mach_port_t host; in mlock() local
35 err = __get_privileged_ports (&host, NULL); in mlock()
37 host = __mach_host_self(); in mlock()
42 err = __vm_wire (host, __mach_task_self (), page, len, VM_PROT_READ); in mlock()
43 if (host != __mach_host_self()) in mlock()
44 __mach_port_deallocate (__mach_task_self (), host); in mlock()
A Dmunlockall.c30 mach_port_t host; in munlockall() local
33 err = __get_privileged_ports (&host, NULL); in munlockall()
37 err = __vm_wire_all (host, __mach_task_self (), VM_WIRE_NONE); in munlockall()
38 __mach_port_deallocate (__mach_task_self (), host); in munlockall()
A Dmlockall.c32 mach_port_t host; in mlockall() local
35 err = __get_privileged_ports (&host, NULL); in mlockall()
39 err = __vm_wire_all (host, __mach_task_self (), flags); in mlockall()
40 __mach_port_deallocate (__mach_task_self (), host); in mlockall()
/sysdeps/i386/
A Dconfigure.ac9 *** Please use host i786, i686, i585 or i486.
10 *** For example: /src/glibc/configure --host=i686-pc-linux-gnu ..."])
30 *** Please use host i786, i686, i586, or i486.
A Dconfigure9 *** Please use host i786, i686, i585 or i486.
10 *** For example: /src/glibc/configure --host=i686-pc-linux-gnu ...\"" "$LINENO" 5
47 *** Please use host i786, i686, i586, or i486.
/sysdeps/mach/
A DMakefile40 port host)
A Dconfigure114 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet"…
115 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
/sysdeps/powerpc/
A Dpreconfigure.ac17 AC_MSG_ERROR([Host system type $host is no longer supported.])
A Dpreconfigure17 as_fn_error $? "Host system type $host is no longer supported." "$LINENO" 5
/sysdeps/unix/sysv/linux/
A Dconfigure.ac92 if test $host = $build; then
A Dconfigure134 if test $host = $build; then
/sysdeps/x86/
A DMakefile125 tst-cet-legacy-1a-ARGS = -- $(host-test-program-cmd)

Completed in 13 milliseconds