Searched defs:space (Results 1 - 25 of 40) sorted by relevance

12

/xnu-2422.115.4/osfmk/kern/
H A Dipc_clock.c185 ipc_space_t space; local
H A Dsecurity.c66 mach_get_task_label( ipc_space_t space, mach_port_name_t *outlabel) argument
103 mach_get_task_label_text( ipc_space_t space, labelstr_t policies, labelstr_t outl) argument
160 mac_check_service( __unused ipc_space_t space, labelstr_t subj, labelstr_t obj, labelstr_t serv, labelstr_t perm) argument
191 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
204 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 Daffinity.c491 affinity_set_find(affinity_space_t space, uint32_t tag) argument
H A Dipc_mig.c467 ipc_space_t space = current_space(); local
H A Dipc_tt.c121 ipc_space_t space; local
1310 ipc_space_t space; local
1586 space_deallocate( ipc_space_t space) argument
[all...]
/xnu-2422.115.4/osfmk/ipc/
H A Dipc_hash.c107 ipc_hash_lookup( ipc_space_t space, ipc_object_t obj, mach_port_name_t *namep, ipc_entry_t *entryp) argument
126 ipc_hash_insert( ipc_space_t space, ipc_object_t obj, mach_port_name_t name, ipc_entry_t entry) argument
147 ipc_hash_delete( ipc_space_t space, ipc_object_t obj, mach_port_name_t name, ipc_entry_t entry) argument
[all...]
H A Dipc_labelh.c70 labelh_new_user(ipc_space_t space, struct label *inl, mach_port_name_t *namep) argument
122 mac_label_new(ipc_space_t space, mach_port_name_ argument
242 mac_label_new(__unused ipc_space_t space, __unused mach_port_name_t *namep, __unused labelstr_t labelstr) argument
[all...]
H A Dipc_space.c132 ipc_space_t space; local
100 ipc_space_reference( ipc_space_t space) argument
107 ipc_space_release( ipc_space_t space) argument
196 ipc_space_t space; local
223 ipc_space_clean( ipc_space_t space) argument
285 ipc_space_terminate( ipc_space_t space) argument
[all...]
H A Dipc_pset.c96 ipc_pset_alloc( ipc_space_t space, mach_port_name_t *namep, ipc_pset_t *psetp) argument
136 ipc_pset_alloc_name( ipc_space_t space, mach_port_name_t name, ipc_pset_t *psetp) argument
H A Dmach_debug.c106 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
156 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
168 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, __unused ipc_info_tree_name_array_t *treep, __unused mach_msg_type_number_t *treeCntp) argument
310 mach_port_dnrequest_info( __unused ipc_space_t space, __unused mach_port_name_t name, __unused unsigned int *totalp, __unused unsigned int *usedp) argument
320 mach_port_dnrequest_info( ipc_space_t space, mach_port_name_t name, unsigned int *totalp, unsigned int *usedp) argument
384 mach_port_kobject( __unused ipc_space_t space, __unused mach_port_name_t name, __unused natural_t *typep, __unused mach_vm_address_t *addrp) argument
394 mach_port_kobject( ipc_space_t space, mach_port_name_t name, natural_t *typep, mach_vm_address_t *addrp) argument
461 mach_port_kernel_object( __unused ipc_space_t space, __unused mach_port_name_t name, __unused unsigned int *typep, __unused unsigned int *addrp) argument
471 mach_port_kernel_object( ipc_space_t space, mach_port_name_t name, unsigned int *typep, unsigned int *addrp) argument
[all...]
H A Dipc_entry.c93 ipc_entry_lookup( ipc_space_t space, mach_port_name_t name) argument
131 ipc_entry_get( ipc_space_t space, mach_port_name_t *namep, ipc_entry_t *entryp) argument
198 ipc_entry_alloc( ipc_space_t space, mach_port_name_t *namep, ipc_entry_t *entryp) argument
240 ipc_entry_alloc_name( ipc_space_t space, mach_port_name_t name, ipc_entry_t *entryp) argument
352 ipc_entry_dealloc( ipc_space_t space, mach_port_name_t name, ipc_entry_t entry) argument
402 ipc_entry_modified( ipc_space_t space, mach_port_name_t name, __assert_only ipc_entry_t entry) argument
456 ipc_entry_grow_table( ipc_space_t space, ipc_table_elems_t target_size) argument
[all...]
H A Dipc_object.c142 ipc_object_translate( ipc_space_t space, mach_port_name_t name, mach_port_right_t right, ipc_object_t *objectp) argument
187 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
244 ipc_object_alloc_dead( ipc_space_t space, mach_port_name_t *namep) argument
279 ipc_object_alloc_dead_name( ipc_space_t space, mach_port_name_t name) argument
319 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
390 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
497 ipc_object_copyin( ipc_space_t space, mach_port_name_t name, mach_msg_type_name_t msgt_name, ipc_object_t *objectp) argument
765 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
855 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
974 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
1072 ipc_object_rename( ipc_space_t space, mach_port_name_t oname, mach_port_name_t nname) argument
[all...]
H A Dmach_msg.c189 ipc_space_t space = current_space(); local
283 ipc_space_t space = current_space(); local
433 ipc_space_t space = current_space(); local
498 ipc_space_t space = current_space(); local
525 ipc_space_t space = current_space(); local
599 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_right.c111 ipc_right_lookup_write( ipc_space_t space, mach_port_name_t name, ipc_entry_t *entryp) argument
150 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
195 ipc_right_reverse( ipc_space_t space, ipc_object_t object, mach_port_name_t *namep, ipc_entry_t *entryp) argument
269 ipc_right_request_alloc( ipc_space_t space, mach_port_name_t name, boolean_t immediate, boolean_t send_possible, ipc_port_t notify, ipc_port_t *previousp) argument
444 ipc_right_request_cancel( __unused ipc_space_t space, ipc_port_t port, mach_port_name_t name, ipc_entry_t entry) argument
475 ipc_right_inuse( ipc_space_t space, __unused mach_port_name_t name, ipc_entry_t entry) argument
502 ipc_right_check( ipc_space_t space, ipc_port_t port, mach_port_name_t name, ipc_entry_t entry) argument
587 ipc_right_terminate( ipc_space_t space, mach_port_name_t name, ipc_entry_t entry) argument
713 ipc_right_destroy( ipc_space_t space, mach_port_name_t name, ipc_entry_t entry, boolean_t check_guard, uint64_t guard) argument
876 ipc_right_dealloc( ipc_space_t space, mach_port_name_t name, ipc_entry_t entry) argument
1065 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
1443 ipc_right_destruct( ipc_space_t space, mach_port_name_t name, ipc_entry_t entry, mach_port_delta_t srdelta, uint64_t guard) argument
1620 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
1684 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
1836 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, ipc_port_t *releasep, int *assertcntp, queue_t links) argument
2244 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
2329 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, ipc_port_t *releasep) argument
2446 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
2651 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 Dipc_mqueue.c1254 ipc_mqueue_copyin( ipc_space_t space, mach_port_name_t name, ipc_mqueue_t *mqueuep, ipc_object_t *objectp) argument
[all...]
H A Dipc_port.c587 ipc_port_init( ipc_port_t port, ipc_space_t space, mach_port_name_t name) argument
639 ipc_port_alloc( ipc_space_t space, mach_port_name_t *namep, ipc_port_t *portp) argument
698 ipc_port_alloc_name( ipc_space_t space, mach_port_name_t name, ipc_port_t *portp) argument
1200 ipc_space_t space = base->ip_receiver; local
1316 ipc_space_t space = base->ip_receiver; local
1364 ipc_port_lookup_notify( ipc_space_t space, mach_port_name_t name) argument
1484 ipc_port_copyout_send( ipc_port_t sright, ipc_space_t space) argument
1667 ipc_port_alloc_special( ipc_space_t space) argument
1717 ipc_port_dealloc_special( ipc_port_t port, __assert_only ipc_space_t space) argument
[all...]
H A Dmach_port.c228 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
443 mach_port_type( ipc_space_t space, mach_port_name_t name, mach_port_type_t *typep) argument
500 mach_port_rename( __unused ipc_space_t space, __unused mach_port_name_t oname, __unused mach_port_name_t nname) argument
545 mach_port_allocate_name( ipc_space_t space, mach_port_right_t right, mach_port_name_t name) argument
582 mach_port_allocate( ipc_space_t space, mach_port_right_t right, mach_port_name_t *namep) argument
615 mach_port_allocate_qos( ipc_space_t space, mach_port_right_t right, mach_port_qos_t *qosp, mach_port_name_t *namep) argument
650 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
749 mach_port_destroy( ipc_space_t space, mach_port_name_t name) argument
790 mach_port_deallocate( ipc_space_t space, mach_port_name_t name) argument
830 mach_port_get_refs( ipc_space_t space, mach_port_name_t name, mach_port_right_t right, mach_port_urefs_t *urefsp) argument
914 mach_port_mod_refs( ipc_space_t space, mach_port_name_t name, mach_port_right_t right, mach_port_delta_t delta) argument
985 mach_port_peek( ipc_space_t space, mach_port_name_t name, mach_msg_trailer_type_t trailer_type, mach_port_seqno_t *seqnop, mach_msg_size_t *msg_sizep, mach_msg_id_t *msg_idp, mach_msg_trailer_info_t trailer_infop, mach_msg_type_number_t *trailer_sizep) argument
1050 mach_port_set_mscount( ipc_space_t space, mach_port_name_t name, mach_port_mscount_t mscount) argument
1090 mach_port_set_seqno( ipc_space_t space, mach_port_name_t name, mach_port_seqno_t seqno) argument
1130 mach_port_get_context( ipc_space_t space, mach_port_name_t name, mach_vm_address_t *context) argument
1176 mach_port_set_context( ipc_space_t space, mach_port_name_t name, mach_vm_address_t context) argument
1227 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
1357 mach_port_move_member( ipc_space_t space, mach_port_name_t member, mach_port_name_t after) argument
1485 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
1621 mach_port_insert_right( ipc_space_t space, mach_port_name_t name, ipc_port_t poly, mach_msg_type_name_t polyPoly) argument
1658 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
1731 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
1840 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
1982 mach_port_insert_member( ipc_space_t space, mach_port_name_t name, mach_port_name_t psname) argument
2040 mach_port_extract_member( ipc_space_t space, mach_port_name_t name, mach_port_name_t psname) argument
2082 task_set_port_space( ipc_space_t space, int table_entries) argument
2266 mach_port_construct( ipc_space_t space, mach_port_options_t *options, uint64_t context, mach_port_name_t *name) argument
2352 mach_port_destruct( ipc_space_t space, mach_port_name_t name, mach_port_delta_t srdelta, uint64_t guard) argument
2393 mach_port_guard( ipc_space_t space, mach_port_name_t name, uint64_t guard, boolean_t strict) argument
2437 mach_port_unguard( ipc_space_t space, mach_port_name_t name, uint64_t guard) argument
2467 mach_get_label( ipc_space_t space, mach_port_name_t name, mach_port_name_t *outlabel) argument
2513 mach_get_label( __unused ipc_space_t space, __unused mach_port_name_t name, __unused mach_port_name_t *outlabel) argument
2527 mach_get_label_text( ipc_space_t space, mach_port_name_t name, labelstr_t policies, labelstr_t outlabel) argument
2569 mach_get_label_text( __unused ipc_space_t space, __unused mach_port_name_t name, __unused labelstr_t policies, __unused labelstr_t outlabel) argument
2582 mach_set_port_label( ipc_space_t space, mach_port_name_t name, labelstr_t labelstr) argument
[all...]
/xnu-2422.115.4/osfmk/device/
H A Diokit_rpc.c184 iokit_lookup_connect_ref(io_object_t connectRef, ipc_space_t space) argument
/xnu-2422.115.4/bsd/kern/
H A Dkern_control.c556 ctl_getenqueuespace(kern_ctl_ref kctlref, u_int32_t unit, size_t *space) argument
H A Dsys_pipe.c869 int space; local
[all...]
H A Duipc_socket2.c866 int space local
997 int space = asa->sa_len; local
1113 int space = 0; local
2146 int space = imin((int)(sb->sb_hiwat - sb->sb_cc), local
2161 int space = 0, error; local
[all...]
/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfsdefs.h263 DEVFS_INCR_STRINGSPACE(int space) argument
269 DEVFS_DECR_STRINGSPACE(int space) argument
/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_usrreq.c1117 mptcp_uiotombuf(struct uio *uio, int how, int space, uint32_t align, argument
1216 int32_t space; local
[all...]
/xnu-2422.115.4/osfmk/vm/
H A Dbsd_vm.c342 ipc_space_t space; local
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_attrlist.c204 ssize_t fit, space; local
[all...]

Completed in 112 milliseconds

12