Searched refs:host (Results 1 – 13 of 13) sorted by relevance
/sysdeps/mach/hurd/ |
A D | munlock.c | 30 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 D | mlock.c | 31 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 D | munlockall.c | 30 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 D | mlockall.c | 32 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 D | configure.ac | 9 *** 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 D | configure | 9 *** 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 D | Makefile | 40 port host)
|
A D | configure | 114 { $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 D | preconfigure.ac | 17 AC_MSG_ERROR([Host system type $host is no longer supported.])
|
A D | preconfigure | 17 as_fn_error $? "Host system type $host is no longer supported." "$LINENO" 5
|
/sysdeps/unix/sysv/linux/ |
A D | configure.ac | 92 if test $host = $build; then
|
A D | configure | 134 if test $host = $build; then
|
/sysdeps/x86/ |
A D | Makefile | 125 tst-cet-legacy-1a-ARGS = -- $(host-test-program-cmd)
|
Completed in 13 milliseconds