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

1234

/xnu-2422.115.4/osfmk/mach/
H A Dhost_special_ports.h61 * Defines codes for access to host-wide special ports.
106 * In the get call, the host parameter can be any host, but will generally
107 * be the local node host port. In the set call, the host must the per-node
108 * host port for the node being affected.
110 #define host_get_host_port(host, port) \
111 (host_get_special_port((host), \
113 #define host_set_host_port(host, port) (KERN_INVALID_ARGUMENT)
115 #define host_get_host_priv_port(host, por
[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;
145 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 Dprocessor_set.defs158 out host : host_t;
/xnu-2422.115.4/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 Dtask_swap.h98 #include <kern/host.h>
128 host_priv_t, /* host */
H A Dtask_swap.c42 #include <kern/host.h>
H A Dkmod.c134 host_t host __unused,
139 host_t host __unused,
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 Dprocessor.c69 #include <kern/host.h>
298 host_t *host,
334 *host = &realhost;
409 *host = &realhost;
417 *host = &realhost;
550 __unused host_t host,
587 host_t *host,
605 *host = &realhost;
618 *host = &realhost;
631 *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
549 processor_set_create( __unused host_t host, __unused processor_set_t *new_set, __unused processor_set_t *new_name) argument
584 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 DMakefile32 host.h \
H A Dextmod_statistics.c31 #include <kern/host.h>
H A Dhost.c60 * host.c
62 * Non-ipc host functions.
83 #include <kern/host.h>
147 host_t host,
153 if (host == HOST_NULL)
164 * Basic information about this host.
282 host_t host,
289 if (host == HOST_NULL)
495 host_t host,
502 if (host
146 host_info( host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_number_t *count) argument
281 host_statistics( host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_number_t *count) argument
494 host_statistics64( host_t host, host_flavor_t flavor, host_info64_t info, mach_msg_type_number_t *count) argument
720 host_page_size( host_t host, vm_size_t *out_page_size) argument
740 host_kernel_version( host_t host, kernel_version_t out_version) argument
817 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
982 host_get_io_master( host_t host, io_master_t *io_masterp) argument
[all...]
/xnu-2422.115.4/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));
/xnu-2422.115.4/libsyscall/mach/
H A Dmach_init.c88 host_page_size(__unused host_t host, vm_size_t *out_page_size) argument
/xnu-2422.115.4/osfmk/chud/
H A Dchud_cpu.c33 #include <kern/host.h>
/xnu-2422.115.4/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));
/xnu-2422.115.4/osfmk/device/
H A Ddevice_init.c73 #include <kern/host.h>

Completed in 119 milliseconds

1234