Searched refs:host (Results 26 - 50 of 82) sorted by relevance

1234

/xnu-2422.115.4/osfmk/kern/
H A Dipc_host.h65 /* Initialize IPC host services */
112 /* Convert from a port to a host */
116 /* Convert from a port to a host privilege port */
120 /* Convert from a port to a host paging port */
124 /* Convert from a host to a port */
126 host_t host);
152 /* Convert from a port to a host security port */
H A Dhost_notify.c81 host_t host,
87 if (host == HOST_NULL)
80 host_request_notification( host_t host, host_flavor_t notify_type, ipc_port_t port) argument
H A Dipc_clock.c38 #include <kern/host.h>
H A Dclock_oldops.c43 #include <kern/host.h>
248 host_t host,
252 if (host == HOST_NULL || clock_id < 0 || clock_id >= clock_count) {
247 host_get_clock_service( host_t host, clock_id_t clock_id, clock_t *clock) argument
H A Dmachine.c81 #include <kern/host.h>
H A Dexception.c84 #include <kern/host.h>
346 * How about at the host level?
414 * This is a special case of the host exception handler
423 hostp = host_priv_self(); /* Get the host privileged ports */
H A Dpriority.c69 #include <kern/host.h>
/xnu-2422.115.4/osfmk/vm/
H A Dmemory_object.h122 host_t host,
H A Dvm_debug.c83 #include <kern/host.h>
637 * KERN_INVALID_HOST The host is null.
643 __DEBUG_ONLY host_t host,
656 if (host == HOST_NULL)
642 host_virtual_physical_table_info( __DEBUG_ONLY host_t host, __DEBUG_ONLY hash_info_bucket_array_t *infop, __DEBUG_ONLY mach_msg_type_number_t *countp) argument
H A Ddevice_vm.c40 #include <kern/host.h>
H A Dvm32_user.c81 #include <kern/host.h>
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dcommpage_tests.c293 host_name_port_t host; local
303 host = mach_host_self();
304 ret = host_processors(host,
315 &host,
/xnu-2422.115.4/bsd/kern/
H A Dnetboot.c120 * "<IP>:<host>:<mount>[:<image_path>]"
121 * into the given ip address, host, mount point, and optionally, image_path.
129 parse_booter_path(char * path, struct in_addr * iaddr_p, char const * * host, argument
146 /* host */
153 *host = start;
206 * into the given ip address, host, mount point, and optionally, image_path.
216 parse_netboot_path(char * path, struct in_addr * iaddr_p, char const * * host, argument
253 *host = inet_ntop(AF_INET, iaddr_p, tmp, sizeof(tmp));
258 parse_image_path(char * path, struct in_addr * iaddr_p, char const * * host, argument
262 return (parse_booter_path(path, iaddr_p, host, mount_di
579 host_route_delete(struct in_addr host, unsigned int ifscope) argument
[all...]
H A Dkern_shutdown.c63 #include <kern/host.h> /* for host_priv_self() */
/xnu-2422.115.4/tools/tests/libMicro/
H A Dconnection.c60 static struct hostent *host; variable in typeref:struct:hostent
155 if ((host = gethostbyname("localhost")) == NULL) {
165 host->h_addr_list[0], sizeof (struct in_addr));
H A Dpipe.c339 struct hostent *host; local
353 if ((host = gethostbyname("localhost")) == NULL) {
363 host->h_addr_list[0], sizeof (struct in_addr));
H A Dlibmicro.h248 int tcp_connect(char *host, int prog, int rdwr);
/xnu-2422.115.4/osfmk/conf/
H A DMakefile.template30 host.o \
/xnu-2422.115.4/osfmk/chud/i386/
H A Dchud_cpu_i386.c32 #include <kern/host.h>
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_mac.c57 #include <kern/host.h>
H A Daudit_worker.c69 #include <kern/host.h>
H A Daudit_bsd.c36 #include <kern/host.h>
/xnu-2422.115.4/osfmk/UserNotification/
H A DKUNCUserNotifications.c36 #include <kern/host.h>
414 * User interface for setting the host UserNotification Daemon port.
/xnu-2422.115.4/osfmk/default_pager/
H A Ddefault_pager.c65 #include <kern/host.h>
/xnu-2422.115.4/osfmk/ipc/
H A Dmach_debug.c76 #include <kern/host.h>

Completed in 173 milliseconds

1234