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

123

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dhost_special_ports.h61 * Defines codes for access to host-wide special ports.
102 * In the get call, the host parameter can be any host, but will generally
103 * be the local node host port. In the set call, the host must the per-node
104 * host port for the node being affected.
106 #define host_get_host_port(host, port) \
107 (host_get_special_port((host), \
109 #define host_set_host_port(host, port) (KERN_INVALID_ARGUMENT)
111 #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_types.h121 typedef struct host *host_t;
122 typedef struct host *host_priv_t;
123 typedef struct host *host_security_t;
140 struct host ;
/macosx-10.5.8/xnu-1228.15.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) mutex_lock(&(host)->lock)
90 #define host_unlock(host) mutex_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>
108 * Allocate and set up the two host ports.
156 * Give the caller send rights for his own host port.
297 host_t host,
300 if (host == HOST_NULL)
311 * Convert from a port to a host.
312 * Doesn't consume the port ref; the host produced may be null.
321 host_t host = HOST_NULL; local
329 host
296 processor_set_default( host_t host, processor_set_t *pset) argument
349 host_t host = HOST_NULL; local
469 convert_host_to_port( host_t host) argument
565 host_t host = HOST_NULL; local
[all...]
H A Dhost.c60 * host.c
62 * Non-ipc host functions.
82 #include <kern/host.h>
142 host_t host,
148 if (host == HOST_NULL)
159 * Basic information about this host.
261 host_t host,
267 if (host == HOST_NULL)
408 * Get host statistics that require privilege.
423 host_t host,
141 host_info( host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_number_t *count) argument
260 host_statistics( host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_number_t *count) argument
422 host_page_size( host_t host, vm_size_t *out_page_size) argument
441 host_kernel_version( host_t host, kernel_version_t out_version) argument
518 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
677 host_get_io_master( host_t host, io_master_t *io_masterp) argument
[all...]
H A Dprocessor.c69 #include <kern/host.h>
251 host_t *host,
287 *host = &realhost;
309 *host = &realhost;
317 *host = &realhost;
450 __unused host_t host,
484 host_t *host,
502 *host = &realhost;
515 *host = &realhost;
528 *host
248 processor_info( register processor_t processor, processor_flavor_t flavor, host_t *host, processor_info_t info, mach_msg_type_number_t *count) argument
449 processor_set_create( __unused host_t host, __unused processor_set_t *new_set, __unused processor_set_t *new_name) argument
481 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 DMakefile25 host.h \
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.c80 host_t host,
86 if (host == HOST_NULL)
79 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 Dmach_clock.c74 #include <kern/host.h>
/macosx-10.5.8/xnu-1228.15.4/libsyscall/mach/
H A Dmach_init_ports.c76 host_t host; local
88 host = mach_host_self();
89 kr = host_get_clock_service(host, SYSTEM_CLOCK, &clock_port);
97 mach_port_deallocate(mach_task_self(), host); local
H A Dmach_init.c89 host_page_size(__unused host_t host, vm_size_t *out_page_size) argument
121 host_t host; local
129 host = host_self_trap();
157 (void)host_page_size(host, &vm_page_size);
173 mach_port_deallocate(mach_task_self_, host);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_ext_symtab.c71 #include <kern/host.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/device/
H A Ddevice_init.c73 #include <kern/host.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/
H A Dchud_cpu.c33 #include <kern/host.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dmemory_object.h122 host_t host,
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DPseudoKernel.c45 #include <kern/host.h>
227 * Parameters: host .
234 enable_bluebox(host_t host, unsigned _taskID, unsigned _TWI_TableStart, argument
250 if ( host == HOST_NULL ) return KERN_INVALID_HOST;
320 kern_return_t disable_bluebox( host_t host ) { /* User call to terminate bluebox */
326 if (host == HOST_NULL) return KERN_INVALID_HOST;
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dnetboot.c155 * "<IP>:<host>:<mount>[:<image_path>]"
156 * into the given ip address, host, mount point, and optionally, image_path.
164 parse_booter_path(char * path, struct in_addr * iaddr_p, char const * * host, argument
181 /* host */
188 *host = start;
241 * into the given ip address, host, mount point, and optionally, image_path.
251 parse_netboot_path(char * path, struct in_addr * iaddr_p, char const * * host, argument
288 *host = inet_ntop(AF_INET, iaddr_p, tmp, sizeof(tmp));
293 parse_image_path(char * path, struct in_addr * iaddr_p, char const * * host, argument
297 return (parse_booter_path(path, iaddr_p, host, mount_di
585 host_route_delete(struct in_addr host) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dmach_debug.c76 #include <kern/host.h>
148 * KERN_INVALID_HOST The host is null.
155 __unused host_t host,
164 host_t host,
175 if (host == HOST_NULL)
154 host_ipc_hash_info( __unused host_t host, __unused hash_info_bucket_array_t *infop, __unused mach_msg_type_number_t *countp) argument
163 host_ipc_hash_info( host_t host, hash_info_bucket_array_t *infop, mach_msg_type_number_t *countp) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/i386/
H A Dchud_cpu_i386.c32 #include <kern/host.h>

Completed in 107 milliseconds

123