Searched refs:host (Results 1 - 25 of 84) sorted by relevance

1234

/darwin-on-arm/xnu/osfmk/mach/
H A Dhost_special_ports.h61 * Defines codes for access to host-wide special ports.
105 * In the get call, the host parameter can be any host, but will generally
106 * be the local node host port. In the set call, the host must the per-node
107 * host port for the node being affected.
109 #define host_get_host_port(host, port) \
110 (host_get_special_port((host), \
112 #define host_set_host_port(host, port) (KERN_INVALID_ARGUMENT)
114 #define host_get_host_priv_port(host, por
[all...]
H A Dnorma_special_ports.h69 #define norma_get_host_port(host, node, port) \
70 (host_get_special_port((host), (node), \
73 #define norma_get_host_priv_port(host, node, port) \
74 (host_get_special_port((host), (node), \
77 #define norma_get_io_master_port(host, node, port) \
78 (host_get_special_port((host), (node), \
81 #define norma_get_dynamic_pager_port(host, port) \
82 (host_get_special_port((host), 0, \
85 #define norma_get_audit_control_port(host, node, port) \
86 (host_get_special_port((host), (nod
[all...]
H A Dmach_host.defs63 * Mach host operations support. Includes processor allocation and
87 * References to host objects are returned by:
92 * Return information about this host.
95 host : host_t;
103 host : host_t;
107 * Get host page size
116 host : host_t;
125 host :host_t;
134 * Get processor info for all the processors on this host.
138 host
[all...]
H A Dhost_security.defs63 * Mach host security operations support.
86 host : host_t;
99 host : host_t);
H A Dprocessor.defs97 out host : host_t;
H A Dmach_types.h121 typedef struct host *host_t;
122 typedef struct host *host_priv_t;
123 typedef struct host *host_security_t;
140 struct host ;
H A Dhost_priv.defs88 * Reboot this host.
97 * Return privileged statistics from this host.
168 * Get list of processors on this host.
227 * Set an exception handler for a host on one or more exception types.
228 * These handlers are invoked for all threads on the host if there are
241 * Lookup some of the old exception handlers for a host
253 * Set an exception handler for a host on one or more exception types.
289 * List all processor sets on host.
316 host : host_priv_t;
325 host
[all...]
H A Dmach_norma.defs103 * Removed norma_get_{host,host_priv,device}_port;
172 host : host_t;
H A Dprocessor_set.defs158 out host : host_t;
/darwin-on-arm/xnu/osfmk/kern/
H A Dhost.h58 * kern/host.h
60 * Definitions for host data structures.
79 struct host { struct
85 typedef struct host host_data_t;
89 #define host_lock(host) lck_mtx_lock(&(host)->lock)
90 #define host_unlock(host) lck_mtx_unlock(&(host)->lock)
H A Dnorma_protos.h61 ipc_port_t host,
H A Dtask_swap.h98 #include <kern/host.h>
128 host_priv_t, /* host */
H A Dtask_swap.c42 #include <kern/host.h>
H A Dipc_host.c62 * Routines to implement host ports.
68 #include <kern/host.h>
103 * Allocate and set up the two host ports.
151 * Give the caller send rights for his own host port.
247 host_t host,
250 if (host == HOST_NULL)
261 * Convert from a port to a host.
262 * Doesn't consume the port ref; the host produced may be null.
271 host_t host = HOST_NULL; local
279 host
246 processor_set_default( host_t host, processor_set_t *pset) argument
299 host_t host = HOST_NULL; local
419 convert_host_to_port( host_t host) argument
506 host_t host = HOST_NULL; local
[all...]
H A Dhost.c60 * host.c
62 * Non-ipc host functions.
82 #include <kern/host.h>
144 host_t host,
150 if (host == HOST_NULL)
161 * Basic information about this host.
268 host_t host,
275 if (host == HOST_NULL)
469 host_t host,
476 if (host
143 host_info( host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_number_t *count) argument
267 host_statistics( host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_number_t *count) argument
468 host_statistics64( host_t host, host_flavor_t flavor, host_info64_t info, mach_msg_type_number_t *count) argument
658 host_page_size( host_t host, vm_size_t *out_page_size) argument
677 host_kernel_version( host_t host, kernel_version_t out_version) argument
754 host_processor_info( host_t host, processor_flavor_t flavor, natural_t *out_pcount, processor_info_array_t *out_array, mach_msg_type_number_t *out_array_count) argument
913 host_get_io_master( host_t host, io_master_t *io_masterp) argument
[all...]
H A Dprocessor.c69 #include <kern/host.h>
298 host_t *host,
334 *host = &realhost;
379 *host = &realhost;
387 *host = &realhost;
520 __unused host_t host,
557 host_t *host,
575 *host = &realhost;
588 *host = &realhost;
601 *host
295 processor_info( register processor_t processor, processor_flavor_t flavor, host_t *host, processor_info_t info, mach_msg_type_number_t *count) argument
519 processor_set_create( __unused host_t host, __unused processor_set_t *new_set, __unused processor_set_t *new_name) argument
554 processor_set_info( processor_set_t pset, int flavor, host_t *host, processor_set_info_t info, mach_msg_type_number_t *count) argument
[all...]
H A Dkmod.c142 host_t host __unused,
147 host_t host __unused,
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dgetsockname.c68 struct hostent *host; local
82 if ((host = gethostbyname("localhost")) == NULL) {
92 (void) memcpy(&adds.sin_addr.s_addr, host->h_addr_list[0],
H A Dlisten.c71 struct hostent *host; local
85 if ((host = gethostbyname("localhost")) == NULL) {
95 (void) memcpy(&adds.sin_addr.s_addr, host->h_addr_list[0],
H A Dgetpeername.c71 struct hostent *host; local
87 if ((host = gethostbyname("localhost")) == NULL) {
97 (void) memcpy(&adds.sin_addr.s_addr, host->h_addr_list[0],
H A Dbind.c102 struct hostent *host; local
123 if ((host = gethostbyname("localhost")) == NULL)
131 host->h_addr_list[0], sizeof (struct in_addr));
H A Dclose_tcp.c86 struct hostent *host; local
121 if ((host = gethostbyname("localhost")) == NULL) {
131 host->h_addr_list[0], sizeof (struct in_addr));
/darwin-on-arm/xnu/osfmk/chud/
H A Dchud_cpu.c33 #include <kern/host.h>
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_select_tcp.c90 int tcp_connect(char *host, int prog, int rdwr);
321 * Connect to the TCP socket advertised as "prog" on "host" and
329 tcp_connect(char *host, int prog, int rdwr) argument
374 if (!h || host != save_host || prog != save_prog) {
375 save_host = host; /* XXX - counting on them not
379 if (!(h = gethostbyname(host))) {
380 perror(host);
407 return (tcp_connect(host, prog, rdwr));
/darwin-on-arm/xnu/libsyscall/mach/
H A Dmach_init.c83 host_page_size(__unused host_t host, vm_size_t *out_page_size) argument

Completed in 65 milliseconds

1234