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

1234

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_space.c102 * Function versions of the IPC space macros.
109 ipc_space_t space)
111 ipc_space_reference_macro(space);
116 ipc_space_t space)
118 ipc_space_release_macro(space);
124 * Creates a new IPC space.
126 * The new space has two references, one for the caller
131 * KERN_SUCCESS Created a space.
140 ipc_space_t space; local
145 space
108 ipc_space_reference( ipc_space_t space) argument
115 ipc_space_release( ipc_space_t space) argument
211 ipc_space_t space; local
235 ipc_space_clean( ipc_space_t space) argument
313 ipc_space_destroy( ipc_space_t space) argument
[all...]
H A Dipc_entry.c96 ipc_space_t space,
103 * in the space's tree. That is, returns TRUE
107 * The space is locked (read or write) and active.
112 ipc_space_t space,
118 assert(space->is_active);
125 ipc_splay_tree_bounds(&space->is_tree, name, &lower, &upper);
138 * The space must be read or write locked throughout.
139 * The space must be active.
144 ipc_space_t space,
150 assert(space
111 ipc_entry_tree_collision( ipc_space_t space, mach_port_name_t name) argument
143 ipc_entry_lookup( ipc_space_t space, mach_port_name_t name) argument
207 ipc_entry_get( ipc_space_t space, mach_port_name_t *namep, ipc_entry_t *entryp) argument
273 ipc_entry_alloc( ipc_space_t space, mach_port_name_t *namep, ipc_entry_t *entryp) argument
314 ipc_entry_alloc_name( ipc_space_t space, mach_port_name_t name, ipc_entry_t *entryp) argument
508 ipc_entry_dealloc( ipc_space_t space, mach_port_name_t name, ipc_entry_t entry) argument
642 ipc_entry_grow_table( ipc_space_t space, ipc_table_elems_t target_size) argument
974 ipc_space_t space = task->itk_space; local
[all...]
H A Dipc_right.h77 /* Find an entry in a space, given the name */
79 ipc_space_t space,
83 /* Find two entries in a space, given two names */
85 ipc_space_t space,
91 /* Translate (space, object) -> (name, entry) */
93 ipc_space_t space,
100 ipc_space_t space,
108 ipc_space_t space,
113 #define ipc_right_dncancel_macro(space, port, name, entry) \
115 ipc_right_dncancel((space), (por
[all...]
H A Dipc_hash.c90 /* Lookup (space, obj) in global hash table */
92 ipc_space_t space,
99 ipc_space_t space,
106 ipc_space_t space,
114 * Converts (space, obj) -> (name, entry).
117 * The space must be locked (read or write) throughout.
122 ipc_space_t space,
129 rv = ipc_hash_local_lookup(space, obj, namep, entryp);
131 assert(!is_fast_space(space) || space
121 ipc_hash_lookup( ipc_space_t space, ipc_object_t obj, mach_port_name_t *namep, ipc_entry_t *entryp) argument
149 ipc_hash_insert( ipc_space_t space, ipc_object_t obj, mach_port_name_t name, ipc_entry_t entry) argument
177 ipc_hash_delete( ipc_space_t space, ipc_object_t obj, mach_port_name_t name, ipc_entry_t entry) argument
237 ipc_hash_global_lookup( ipc_space_t space, ipc_object_t obj, mach_port_name_t *namep, ipc_tree_entry_t *entryp) argument
291 ipc_hash_global_insert( ipc_space_t space, ipc_object_t obj, __assert_only mach_port_name_t name, ipc_tree_entry_t entry) argument
329 ipc_hash_global_delete( ipc_space_t space, ipc_object_t obj, __assert_only mach_port_name_t name, ipc_tree_entry_t entry) argument
410 ipc_hash_local_lookup( ipc_space_t space, ipc_object_t obj, mach_port_name_t *namep, ipc_entry_t *entryp) argument
460 ipc_hash_local_insert( ipc_space_t space, ipc_object_t obj, mach_port_index_t index, __assert_only ipc_entry_t entry) argument
504 ipc_hash_local_delete( ipc_space_t space, ipc_object_t obj, mach_port_index_t index, __assert_only ipc_entry_t entry) argument
[all...]
H A Dmach_port.c192 * Retrieves a list of the rights present in the space,
196 * are an accurate snapshot of the space.
201 * KERN_INVALID_TASK The space is null.
202 * KERN_INVALID_TASK The space is dead.
208 ipc_space_t space,
233 if (space == IS_NULL)
242 is_read_lock(space);
243 if (!space->is_active) {
244 is_read_unlock(space);
252 /* upper bound on number of names in the space */
207 mach_port_names( ipc_space_t space, mach_port_name_t **namesp, mach_msg_type_number_t *namesCnt, mach_port_type_t **typesp, mach_msg_type_number_t *typesCnt) argument
411 mach_port_type( ipc_space_t space, mach_port_name_t name, mach_port_type_t *typep) argument
461 mach_port_rename( ipc_space_t space, mach_port_name_t oname, mach_port_name_t nname) argument
514 mach_port_allocate_name( ipc_space_t space, mach_port_right_t right, mach_port_name_t name) argument
551 mach_port_allocate( ipc_space_t space, mach_port_right_t right, mach_port_name_t *namep) argument
584 mach_port_allocate_qos( ipc_space_t space, mach_port_right_t right, mach_port_qos_t *qosp, mach_port_name_t *namep) argument
619 mach_port_allocate_full( ipc_space_t space, mach_port_right_t right, mach_port_t proto, mach_port_qos_t *qosp, mach_port_name_t *namep) argument
718 mach_port_destroy( ipc_space_t space, mach_port_name_t name) argument
760 mach_port_deallocate( ipc_space_t space, mach_port_name_t name) argument
800 mach_port_get_refs( ipc_space_t space, mach_port_name_t name, mach_port_right_t right, mach_port_urefs_t *urefsp) argument
883 mach_port_mod_refs( ipc_space_t space, mach_port_name_t name, mach_port_right_t right, mach_port_delta_t delta) argument
930 mach_port_set_mscount( ipc_space_t space, mach_port_name_t name, mach_port_mscount_t mscount) argument
970 mach_port_set_seqno( ipc_space_t space, mach_port_name_t name, mach_port_seqno_t seqno) argument
1048 mach_port_get_set_status( ipc_space_t space, mach_port_name_t name, mach_port_name_t **members, mach_msg_type_number_t *membersCnt) argument
1206 mach_port_move_member( ipc_space_t space, mach_port_name_t member, mach_port_name_t after) argument
1313 mach_port_request_notification( ipc_space_t space, mach_port_name_t name, mach_msg_id_t id, mach_port_mscount_t sync, ipc_port_t notify, ipc_port_t *previousp) argument
1437 mach_port_insert_right( ipc_space_t space, mach_port_name_t name, ipc_port_t poly, mach_msg_type_name_t polyPoly) argument
1474 mach_port_extract_right( ipc_space_t space, mach_port_name_t name, mach_msg_type_name_t msgt_name, ipc_port_t *poly, mach_msg_type_name_t *polyPoly) argument
1507 mach_port_get_attributes( ipc_space_t space, mach_port_name_t name, int flavor, mach_port_info_t info, mach_msg_type_number_t *count) argument
1615 mach_port_set_attributes( ipc_space_t space, mach_port_name_t name, int flavor, mach_port_info_t info, mach_msg_type_number_t count) argument
1695 mach_port_insert_member( ipc_space_t space, mach_port_name_t name, mach_port_name_t psname) argument
1745 mach_port_extract_member( ipc_space_t space, mach_port_name_t name, mach_port_name_t psname) argument
1782 task_set_port_space( ipc_space_t space, int table_entries) argument
1800 mach_get_label( ipc_space_t space, mach_port_name_t name, mach_port_name_t *outlabel) argument
1845 mach_get_label( __unused ipc_space_t space, __unused mach_port_name_t name, __unused mach_port_name_t *outlabel) argument
1859 mach_get_label_text( ipc_space_t space, mach_port_name_t name, labelstr_t policies, labelstr_t outlabel) argument
1899 mach_get_label_text( __unused ipc_space_t space, __unused mach_port_name_t name, __unused labelstr_t policies, __unused labelstr_t outlabel) argument
1912 mach_set_port_label( ipc_space_t space, mach_port_name_t name, labelstr_t labelstr) argument
[all...]
H A Dipc_hash.h78 /* Lookup (space, obj) in the appropriate reverse hash table */
80 ipc_space_t space,
87 ipc_space_t space,
94 ipc_space_t space,
107 ipc_space_t space,
112 /* Lookup (space, obj) in local hash table */
114 ipc_space_t space,
121 ipc_space_t space,
H A Dipc_object.c135 * Look up an object in a space.
141 * KERN_INVALID_TASK The space is dead.
148 ipc_space_t space,
157 kr = ipc_right_lookup_read(space, name, &entry);
160 /* space is read-locked and active */
163 is_read_unlock(space);
171 is_read_unlock(space);
180 * Look up two objects in a space.
186 * KERN_INVALID_TASK The space is dead.
193 ipc_space_t space,
147 ipc_object_translate( ipc_space_t space, mach_port_name_t name, mach_port_right_t right, ipc_object_t *objectp) argument
192 ipc_object_translate_two( ipc_space_t space, mach_port_name_t name1, mach_port_right_t right1, ipc_object_t *objectp1, mach_port_name_t name2, mach_port_right_t right2, ipc_object_t *objectp2) argument
249 ipc_object_alloc_dead( ipc_space_t space, mach_port_name_t *namep) argument
284 ipc_object_alloc_dead_name( ipc_space_t space, mach_port_name_t name) argument
323 ipc_object_alloc( ipc_space_t space, ipc_object_type_t otype, mach_port_type_t type, mach_port_urefs_t urefs, mach_port_name_t *namep, ipc_object_t *objectp) argument
394 ipc_object_alloc_name( ipc_space_t space, ipc_object_type_t otype, mach_port_type_t type, mach_port_urefs_t urefs, mach_port_name_t name, ipc_object_t *objectp) argument
500 ipc_object_copyin( ipc_space_t space, mach_port_name_t name, mach_msg_type_name_t msgt_name, ipc_object_t *objectp) argument
701 ipc_object_copyout( ipc_space_t space, ipc_object_t object, mach_msg_type_name_t msgt_name, boolean_t overflow, mach_port_name_t *namep) argument
790 ipc_object_copyout_name( ipc_space_t space, ipc_object_t object, mach_msg_type_name_t msgt_name, boolean_t overflow, mach_port_name_t name) argument
867 ipc_object_copyout_dest( ipc_space_t space, ipc_object_t object, mach_msg_type_name_t msgt_name, mach_port_name_t *namep) argument
965 ipc_object_rename( ipc_space_t space, mach_port_name_t oname, mach_port_name_t nname) argument
[all...]
H A Dipc_right.c94 * Finds an entry in a space, given the name.
96 * Nothing locked. If successful, the space is write-locked.
99 * KERN_INVALID_TASK The space is dead.
100 * KERN_INVALID_NAME Name doesn't exist in space.
105 ipc_space_t space,
111 assert(space != IS_NULL);
113 is_write_lock(space);
115 if (!space->is_active) {
116 is_write_unlock(space);
120 if ((entry = ipc_entry_lookup(space, nam
104 ipc_right_lookup_write( ipc_space_t space, mach_port_name_t name, ipc_entry_t *entryp) argument
143 ipc_right_lookup_two_write( ipc_space_t space, mach_port_name_t name1, ipc_entry_t *entryp1, mach_port_name_t name2, ipc_entry_t *entryp2) argument
188 ipc_right_reverse( ipc_space_t space, ipc_object_t object, mach_port_name_t *namep, ipc_entry_t *entryp) argument
268 ipc_right_dnrequest( ipc_space_t space, mach_port_name_t name, boolean_t immediate, ipc_port_t notify, ipc_port_t *previousp) argument
398 ipc_right_dncancel( __unused ipc_space_t space, ipc_port_t port, mach_port_name_t name, ipc_entry_t entry) argument
426 ipc_right_inuse( ipc_space_t space, __unused mach_port_name_t name, ipc_entry_t entry) argument
451 ipc_right_check( ipc_space_t space, ipc_port_t port, mach_port_name_t name, ipc_entry_t entry) argument
527 ipc_right_clean( ipc_space_t space, mach_port_name_t name, ipc_entry_t entry) argument
644 ipc_right_destroy( ipc_space_t space, mach_port_name_t name, ipc_entry_t entry) argument
775 ipc_right_dealloc( ipc_space_t space, mach_port_name_t name, ipc_entry_t entry) argument
957 ipc_right_delta( ipc_space_t space, mach_port_name_t name, ipc_entry_t entry, mach_port_right_t right, mach_port_delta_t delta) argument
1283 ipc_right_info( ipc_space_t space, mach_port_name_t name, ipc_entry_t entry, mach_port_type_t *typep, mach_port_urefs_t *urefsp) argument
1326 ipc_right_copyin_check( __assert_only ipc_space_t space, __unused mach_port_name_t name, ipc_entry_t entry, mach_msg_type_name_t msgt_name) argument
1478 ipc_right_copyin( ipc_space_t space, mach_port_name_t name, ipc_entry_t entry, mach_msg_type_name_t msgt_name, boolean_t deadok, ipc_object_t *objectp, ipc_port_t *sorightp) argument
1858 ipc_right_copyin_undo( ipc_space_t space, mach_port_name_t name, ipc_entry_t entry, mach_msg_type_name_t msgt_name, ipc_object_t object, ipc_port_t soright) argument
1943 ipc_right_copyin_two( ipc_space_t space, mach_port_name_t name, ipc_entry_t entry, ipc_object_t *objectp, ipc_port_t *sorightp) argument
2054 ipc_right_copyout( ipc_space_t space, mach_port_name_t name, ipc_entry_t entry, mach_msg_type_name_t msgt_name, boolean_t overflow, ipc_object_t object) argument
2239 ipc_right_rename( ipc_space_t space, mach_port_name_t oname, ipc_entry_t oentry, mach_port_name_t nname, ipc_entry_t nentry) argument
[all...]
H A Dmach_debug.c98 * KERN_INVALID_TASK The space is null.
99 * KERN_INVALID_TASK The space is dead.
107 __unused ipc_space_t space,
116 ipc_space_t space,
124 if (space == IS_NULL)
127 kr = ipc_port_translate_receive(space, name, &port);
205 * Returns information about an IPC space.
210 * KERN_INVALID_TASK The space is null.
211 * KERN_INVALID_TASK The space is dead.
218 __unused ipc_space_t space,
106 mach_port_get_srights( __unused ipc_space_t space, __unused mach_port_name_t name, __unused mach_port_rights_t *srightsp) argument
115 mach_port_get_srights( ipc_space_t space, mach_port_name_t name, mach_port_rights_t *srightsp) argument
217 mach_port_space_info( __unused ipc_space_t space, __unused ipc_info_space_t *infop, __unused ipc_info_name_array_t *tablep, __unused mach_msg_type_number_t *tableCntp, __unused ipc_info_tree_name_array_t *treep, __unused mach_msg_type_number_t *treeCntp) argument
229 mach_port_space_info( ipc_space_t space, ipc_info_space_t *infop, ipc_info_name_array_t *tablep, mach_msg_type_number_t *tableCntp, ipc_info_tree_name_array_t *treep, mach_msg_type_number_t *treeCntp) argument
431 mach_port_dnrequest_info( __unused ipc_space_t space, __unused mach_port_name_t name, __unused unsigned int *totalp, __unused unsigned int *usedp) argument
441 mach_port_dnrequest_info( ipc_space_t space, mach_port_name_t name, unsigned int *totalp, unsigned int *usedp) argument
502 mach_port_kernel_object( __unused ipc_space_t space, __unused mach_port_name_t name, __unused unsigned int *typep, __unused vm_offset_t *addrp) argument
512 mach_port_kernel_object( ipc_space_t space, mach_port_name_t name, unsigned int *typep, vm_offset_t *addrp) argument
[all...]
H A Dipc_entry.h89 * This hash table converts (space, object) -> name.
163 /* Search for entry in a space by name */
165 ipc_space_t space,
168 /* Allocate an entry in a space */
170 ipc_space_t space,
174 /* Allocate an entry in a space, growing the space if necessary */
176 ipc_space_t space,
180 /* Allocate/find an entry in a space with a specific name */
182 ipc_space_t space,
[all...]
H A Dipc_object.h236 /* Look up an object in a space */
238 ipc_space_t space,
243 /* Look up two objects in a space, locking them in the order described */
245 ipc_space_t space,
256 ipc_space_t space,
261 ipc_space_t space,
266 ipc_space_t space,
275 ipc_space_t space,
286 /* Copyin a capability from a space */
288 ipc_space_t space,
[all...]
H A Dipc_labelh.c65 * Create a new label handle in the task described by the specified space.
70 labelh_new_user(ipc_space_t space, struct label *inl, mach_port_name_t *namep) argument
77 if (space == IS_NULL || space->is_task == NULL)
88 kr = ipc_port_alloc(space, namep, &port);
96 is_write_lock(space);
97 entry = ipc_entry_lookup(space, *namep);
100 is_write_unlock(space);
118 mac_label_new(ipc_space_t space, mach_port_name_t *namep, labelstr_t labelstr) argument
127 kr = labelh_new_user(space,
237 mac_label_new(__unused ipc_space_t space, __unused mach_port_name_t *namep, __unused labelstr_t labelstr) argument
[all...]
H A Dipc_port.h97 * 2) in a space (ip_receiver_name != 0, ip_receiver points
98 * to the space but doesn't hold a ref for it)
103 * If the port is active, and ip_receiver points to some space,
104 * then ip_receiver_name != 0, and that space holds receive rights.
279 #define ipc_port_translate_receive(space, name, portp) \
280 ipc_object_translate((space), (name), \
284 #define ipc_port_translate_send(space, name, portp) \
285 ipc_object_translate((space), (name), \
350 ipc_space_t space,
355 ipc_space_t space,
[all...]
H A Dmach_msg.c146 ipc_space_t space);
171 * MACH_SEND_INVALID_DEST The space is dead.
180 * This space has already forced a message to this port.
191 ipc_space_t space = current_space(); local
216 * reserve for the trailer the largest space (MAX_TRAILER_SIZE)
231 mr = ipc_kmsg_copyin(kmsg, space, map, notify);
233 mr = ipc_kmsg_copyin(kmsg, space, map, MACH_PORT_NULL);
242 mr |= ipc_kmsg_copyout_pseudo(kmsg, space, map, MACH_MSG_BODY_NULL);
276 ipc_space_t space = current_space(); local
296 * space
423 ipc_space_t space = current_space(); local
670 ipc_space_t space = self->task->itk_space; local
1836 ipc_space_t space = current_space(); local
1869 ipc_space_t space = current_space(); local
1942 msg_receive_error( ipc_kmsg_t kmsg, mach_vm_address_t msg_addr, mach_msg_option_t option, mach_port_seqno_t seqno, ipc_space_t space) argument
[all...]
H A Dipc_kmsg.h309 ipc_space_t space,
315 ipc_space_t space,
326 ipc_space_t space,
331 ipc_space_t space,
339 ipc_space_t space,
347 ipc_space_t space,
355 ipc_space_t space,
359 /* Compute size of message as copied out to the specified space/map */
367 ipc_space_t space);
372 ipc_space_t space);
[all...]
H A Dipc_pset.h102 ipc_space_t space,
108 ipc_space_t space,
H A Dipc_kmsg.c191 ipc_space_t space,
226 * The expansion space is left in front of the header,
764 * I reserve for the trailer the largest space (MAX_TRAILER_SIZE)
866 * I reserve for the trailer the largest space (MAX_TRAILER_SIZE)
1042 * message header and the space are left untouched.
1064 * MACH_SEND_INVALID_DEST The space is dead.
1077 ipc_space_t space,
1101 is_write_lock(space);
1102 if (!space->is_active)
1114 entry = ipc_entry_lookup(space, dest_nam
1075 ipc_kmsg_copyin_header( mach_msg_header_t *msg, ipc_space_t space, mach_port_name_t notify) argument
1474 ipc_kmsg_copyin_body( ipc_kmsg_t kmsg, ipc_space_t space, vm_map_t map) argument
1927 ipc_kmsg_copyin( ipc_kmsg_t kmsg, ipc_space_t space, vm_map_t map, mach_port_name_t notify) argument
2124 ipc_kmsg_copyout_header( mach_msg_header_t *msg, ipc_space_t space, mach_port_name_t notify) argument
2454 ipc_kmsg_copyout_object( ipc_space_t space, ipc_object_t object, mach_msg_type_name_t msgt_name, mach_port_name_t *namep) argument
2506 ipc_kmsg_copyout_body( ipc_kmsg_t kmsg, ipc_space_t space, vm_map_t map, mach_msg_body_t *slist) argument
2911 ipc_kmsg_copyout( ipc_kmsg_t kmsg, ipc_space_t space, vm_map_t map, mach_port_name_t notify, mach_msg_body_t *slist) argument
2957 ipc_kmsg_copyout_pseudo( ipc_kmsg_t kmsg, ipc_space_t space, vm_map_t map, mach_msg_body_t *slist) argument
2997 ipc_kmsg_copyout_dest( ipc_kmsg_t kmsg, ipc_space_t space) argument
3210 ipc_kmsg_copyout_to_kernel( ipc_kmsg_t kmsg, ipc_space_t space) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsecurity.c67 ipc_space_t space,
73 if (space == IS_NULL || space->is_task == NULL)
76 lh = space->is_task->label;
82 kr = ipc_object_copyout(space, (ipc_object_t) lh->lh_port,
96 ipc_space_t space __unused,
106 ipc_space_t space,
111 if (space == IS_NULL || space->is_task == NULL)
114 tasklabel_lock(space
66 mach_get_task_label( ipc_space_t space, mach_port_name_t *outlabel) argument
105 mach_get_task_label_text( ipc_space_t space, labelstr_t policies, labelstr_t outl) argument
162 mac_check_service( __unused ipc_space_t space, labelstr_t subj, labelstr_t obj, labelstr_t serv, labelstr_t perm) argument
193 mac_check_service( __unused ipc_space_t space, __unused labelstr_t subj, __unused labelstr_t obj, __unused labelstr_t serv, __unused labelstr_t perm) argument
206 mac_port_check_service_obj( ipc_space_t space, labelstr_t subj, mach_port_name_t obj, labelstr_t serv, labelstr_t perm) argument
265 mac_port_check_service_obj( __unused ipc_space_t space, __unused labelstr_t subj, __unused mach_port_name_t obj, __unused labelstr_t serv, __unused labelstr_t perm) argument
278 mac_port_check_access( ipc_space_t space, mach_port_name_t sub, mach_port_name_t obj, labelstr_t serv, labelstr_t perm) argument
335 mac_port_check_access( __unused ipc_space_t space, __unused mach_port_name_t sub, __unused mach_port_name_t obj, __unused labelstr_t serv, __unused labelstr_t perm) argument
348 mac_request_label( ipc_space_t space, mach_port_name_t sub, mach_port_name_t obj, labelstr_t serv, mach_port_name_t *outlabel) argument
415 mac_request_label( __unused ipc_space_t space, __unused mach_port_name_t sub, __unused mach_port_name_t obj, __unused labelstr_t serv, __unused mach_port_name_t *outlabel) argument
[all...]
H A Dipc_clock.c185 ipc_space_t space; local
190 space = current_space();
191 if (ipc_port_translate_send(space, clock_name, &port) != KERN_SUCCESS)
/macosx-10.5.8/AppleMacRiscPCI-3.4/
H A DAppleMacRiscPCI.cpp130 ioAddrCell.physHi.s.space = kIOPCIIOSpace;
281 IOPCIAddressSpace space; local
283 space.bits = 0;
284 space.s.busNum = secondaryBus;
285 space.s.deviceNum = kPCIBridgeSelfDevice;
287 return( space );
290 inline bool AppleMacRiscPCI::setConfigSpace( IOPCIAddressSpace space, argument
295 if( space.es.registerNumExtended)
299 if( space.s.busNum == secondaryBus) {
301 if( space
325 configRead32( IOPCIAddressSpace space, UInt8 offset ) argument
348 configWrite32( IOPCIAddressSpace space, UInt8 offset, UInt32 data ) argument
371 configRead16( IOPCIAddressSpace space, UInt8 offset ) argument
394 configWrite16( IOPCIAddressSpace space, UInt8 offset, UInt16 data ) argument
417 configRead8( IOPCIAddressSpace space, UInt8 offset ) argument
440 configWrite8( IOPCIAddressSpace space, UInt8 offset, UInt8 data ) argument
581 IOPCIAddressSpace space; local
590 setConfigSpace( IOPCIAddressSpace space, UInt8 offset ) argument
617 configRead32( IOPCIAddressSpace space, UInt8 offset ) argument
637 configWrite32( IOPCIAddressSpace space, UInt8 offset, UInt32 data ) argument
658 configRead16( IOPCIAddressSpace space, UInt8 offset ) argument
679 configWrite16( IOPCIAddressSpace space, UInt8 offset, UInt16 data ) argument
700 configRead8( IOPCIAddressSpace space, UInt8 offset ) argument
720 configWrite8( IOPCIAddressSpace space, UInt8 offset, UInt8 data ) argument
848 IOPCIAddressSpace space; local
857 configCycleAtomic( IOPCIAddressSpace space) argument
865 setConfigSpace( IOPCIAddressSpace space, UInt8 offset ) argument
905 configRead32( IOPCIAddressSpace space, UInt8 offset ) argument
929 configWrite32( IOPCIAddressSpace space, UInt8 offset, UInt32 data ) argument
955 configRead16( IOPCIAddressSpace space, UInt8 offset ) argument
979 configWrite16( IOPCIAddressSpace space, UInt8 offset, UInt16 data ) argument
1005 configRead8( IOPCIAddressSpace space, UInt8 offset ) argument
1029 configWrite8( IOPCIAddressSpace space, UInt8 offset, UInt8 data ) argument
1093 IOPCIAddressSpace space = getBridgeSpace(); local
1176 IOPCIAddressSpace space; local
1458 configSetClearMask( IOPCIAddressSpace space, UInt8 offset, UInt32 data, UInt32 mask ) argument
[all...]
H A DAppleMacRiscPCI.h76 inline bool setConfigSpace( IOPCIAddressSpace space, UInt8 offset );
88 virtual UInt32 configRead32( IOPCIAddressSpace space, UInt8 offset );
89 virtual void configWrite32( IOPCIAddressSpace space,
91 virtual UInt16 configRead16( IOPCIAddressSpace space, UInt8 offset );
92 virtual void configWrite16( IOPCIAddressSpace space,
94 virtual UInt8 configRead8( IOPCIAddressSpace space, UInt8 offset );
95 virtual void configWrite8( IOPCIAddressSpace space,
130 inline volatile UInt8 * setConfigSpace( IOPCIAddressSpace space, UInt8 offset );
140 virtual UInt32 configRead32( IOPCIAddressSpace space, UInt8 offset );
141 virtual void configWrite32( IOPCIAddressSpace space,
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmalloc.h244 #define MALLOC(space, cast, size, type, flags) \
245 (space) = (cast)_MALLOC(size, type, flags)
250 #define MALLOC_ZONE(space, cast, size, type, flags) \
251 (space) = (cast)_MALLOC_ZONE(size, type, flags)
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pci/
H A DIOPCIDevice.h45 unsigned int space:2; member in struct:IOPCIAddressSpace::__anon495
55 unsigned int space:2;
84 IOPCIAddressSpace space; member in class:IOPCIDevice
98 /* Config space accessors */
100 virtual UInt32 configRead32( IOPCIAddressSpace space, UInt8 offset );
101 virtual void configWrite32( IOPCIAddressSpace space,
103 virtual UInt16 configRead16( IOPCIAddressSpace space, UInt8 offset );
104 virtual void configWrite16( IOPCIAddressSpace space,
106 virtual UInt8 configRead8( IOPCIAddressSpace space, UInt8 offset );
107 virtual void configWrite8( IOPCIAddressSpace space,
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_run.h74 task_t space);
H A Ddb_print.c118 ipc_space_t space);
440 ipc_space_t space; local
445 space = task->itk_space;
449 task_id, task, space, task->map,
450 space->is_active? "":"!", count);
610 ipc_space_t space,
617 if (task->itk_space == space) {
746 boolean_t is_pset, __unused ipc_space_t space)
795 ipc_space_t space; local
798 space
609 db_task_from_space( ipc_space_t space, int *task_id) argument
745 db_print_one_entry(ipc_entry_t entry, int index, mach_port_name_t name, boolean_t is_pset, __unused ipc_space_t space) argument
829 register ipc_space_t space; local
[all...]

Completed in 81 milliseconds

1234