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

1234567891011>>

/macosx-10.10/objc4-646/runtime/
H A Dobjc-sel-table.s10 .space PAGE_MAX_SIZE-16
12 /* space for selopt, smax/capacity=262144, blen/mask=65535+1 */
13 .space 65536
14 .space 262144 /* checkbytes */
15 .space 262144*4 /* offsets */
18 /* space for clsopt, smax/capacity=32768, blen/mask=4095+1 */
19 .space PAGE_MAX_SIZE
20 .space 32768 /* checkbytes */
21 .space 32768*12 /* offsets to name and class and header_info */
22 .space PAGE_MAX_SIZ
[all...]
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/text-relocs/
H A Dspace.s3 _junk: .space 1024*1024
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dipc_space.c96 * Function versions of the IPC space inline reference.
101 ipc_space_t space)
103 is_reference(space);
108 ipc_space_t space)
110 is_release(space);
116 * Creates a new IPC space.
118 * The new space has two references, one for the caller
123 * KERN_SUCCESS Created a space.
132 ipc_space_t space; local
137 space
100 ipc_space_reference( ipc_space_t space) argument
107 ipc_space_release( ipc_space_t space) argument
197 ipc_space_t space; local
224 ipc_space_clean( ipc_space_t space) argument
286 ipc_space_terminate( ipc_space_t space) argument
[all...]
H A Dipc_entry.c88 * The space must be read or write locked throughout.
89 * The space must be active.
94 ipc_space_t space,
100 assert(is_active(space));
103 if (index < space->is_table_size) {
104 entry = &space->is_table[index];
124 * The space is write-locked and active throughout.
133 ipc_space_t space,
141 assert(is_active(space));
143 table = &space
93 ipc_entry_lookup( ipc_space_t space, mach_port_name_t name) argument
132 ipc_entries_hold( ipc_space_t space, uint32_t entries_needed) argument
169 ipc_entry_claim( ipc_space_t space, mach_port_name_t *namep, ipc_entry_t *entryp) argument
226 ipc_entry_get( ipc_space_t space, mach_port_name_t *namep, ipc_entry_t *entryp) argument
255 ipc_entry_alloc( ipc_space_t space, mach_port_name_t *namep, ipc_entry_t *entryp) argument
297 ipc_entry_alloc_name( ipc_space_t space, mach_port_name_t name, ipc_entry_t *entryp) argument
410 ipc_entry_dealloc( ipc_space_t space, mach_port_name_t name, ipc_entry_t entry) argument
461 ipc_entry_modified( ipc_space_t space, mach_port_name_t name, __assert_only ipc_entry_t entry) argument
515 ipc_entry_grow_table( ipc_space_t space, ipc_table_elems_t target_size) argument
[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,
109 ipc_space_t space,
114 #define ipc_right_request_cancel_macro(space, port, name, entry) \
116 ipc_right_request_cancel((space), (por
[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);
144 * Returns information about an IPC space.
149 * KERN_INVALID_TASK The space is null.
150 * KERN_INVALID_TASK The space is dead.
157 __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
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
307 mach_port_space_basic_info( __unused ipc_space_t space, __unused ipc_info_space_basic_t *infop) argument
315 mach_port_space_basic_info( ipc_space_t space, ipc_info_space_basic_t *infop) argument
360 mach_port_dnrequest_info( __unused ipc_space_t space, __unused mach_port_name_t name, __unused unsigned int *totalp, __unused unsigned int *usedp) argument
370 mach_port_dnrequest_info( ipc_space_t space, mach_port_name_t name, unsigned int *totalp, unsigned int *usedp) argument
434 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
444 mach_port_kobject( ipc_space_t space, mach_port_name_t name, natural_t *typep, mach_vm_address_t *addrp) argument
511 mach_port_kernel_object( __unused ipc_space_t space, __unused mach_port_name_t name, __unused unsigned int *typep, __unused unsigned int *addrp) argument
521 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.h86 * This hash table converts (space, object) -> name.
137 /* Search for entry in a space by name */
139 ipc_space_t space,
142 /* Hold a number of entries in a locked space */
144 ipc_space_t space,
147 /* claim and initialize a held entry in a locked space */
149 ipc_space_t space,
153 /* Allocate an entry in a space */
155 ipc_space_t space,
159 /* Allocate an entry in a space, growin
[all...]
H A Dipc_right.c102 * Finds an entry in a space, given the name.
104 * Nothing locked. If successful, the space is write-locked.
107 * KERN_INVALID_TASK The space is dead.
108 * KERN_INVALID_NAME Name doesn't exist in space.
113 ipc_space_t space,
119 assert(space != IS_NULL);
121 is_write_lock(space);
123 if (!is_active(space)) {
124 is_write_unlock(space);
128 if ((entry = ipc_entry_lookup(space, nam
112 ipc_right_lookup_write( ipc_space_t space, mach_port_name_t name, ipc_entry_t *entryp) argument
151 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
196 ipc_right_reverse( ipc_space_t space, ipc_object_t object, mach_port_name_t *namep, ipc_entry_t *entryp) argument
270 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
445 ipc_right_request_cancel( __unused ipc_space_t space, ipc_port_t port, mach_port_name_t name, ipc_entry_t entry) argument
476 ipc_right_inuse( ipc_space_t space, __unused mach_port_name_t name, ipc_entry_t entry) argument
503 ipc_right_check( ipc_space_t space, ipc_port_t port, mach_port_name_t name, ipc_entry_t entry) argument
588 ipc_right_terminate( ipc_space_t space, mach_port_name_t name, ipc_entry_t entry) argument
714 ipc_right_destroy( ipc_space_t space, mach_port_name_t name, ipc_entry_t entry, boolean_t check_guard, uint64_t guard) argument
877 ipc_right_dealloc( ipc_space_t space, mach_port_name_t name, ipc_entry_t entry) argument
1066 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
1444 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
1621 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
1685 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
1777 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
2118 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
2203 ipc_right_copyin_two_move_sends( 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
2297 ipc_right_copyin_two( ipc_space_t space, mach_port_name_t name, ipc_entry_t entry, mach_msg_type_name_t msgt_one, mach_msg_type_name_t msgt_two, ipc_object_t *objectp, ipc_port_t *sorightp, ipc_port_t *releasep) argument
2488 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
2648 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_object.c130 * Look up an object in a space.
136 * KERN_INVALID_TASK The space is dead.
143 ipc_space_t space,
152 kr = ipc_right_lookup_read(space, name, &entry);
155 /* space is read-locked and active */
158 is_read_unlock(space);
166 is_read_unlock(space);
175 * Look up two objects in a space.
181 * KERN_INVALID_TASK The space is dead.
188 ipc_space_t space,
142 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
387 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
494 ipc_object_copyin( ipc_space_t space, mach_port_name_t name, mach_msg_type_name_t msgt_name, ipc_object_t *objectp) argument
762 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
852 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
971 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
1069 ipc_object_rename( ipc_space_t space, mach_port_name_t oname, mach_port_name_t nname) argument
[all...]
H A Dmach_port.c214 * Retrieves a list of the rights present in the space,
218 * are an accurate snapshot of the space.
223 * KERN_INVALID_TASK The space is null.
224 * KERN_INVALID_TASK The space is dead.
230 ipc_space_t space,
254 if (space == IS_NULL)
263 is_read_lock(space);
264 if (!is_active(space)) {
265 is_read_unlock(space);
273 /* upper bound on number of names in the space */
229 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
444 mach_port_type( ipc_space_t space, mach_port_name_t name, mach_port_type_t *typep) argument
501 mach_port_rename( __unused ipc_space_t space, __unused mach_port_name_t oname, __unused mach_port_name_t nname) argument
546 mach_port_allocate_name( ipc_space_t space, mach_port_right_t right, mach_port_name_t name) argument
583 mach_port_allocate( ipc_space_t space, mach_port_right_t right, mach_port_name_t *namep) argument
616 mach_port_allocate_qos( ipc_space_t space, mach_port_right_t right, mach_port_qos_t *qosp, mach_port_name_t *namep) argument
651 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
750 mach_port_destroy( ipc_space_t space, mach_port_name_t name) argument
791 mach_port_deallocate( ipc_space_t space, mach_port_name_t name) argument
831 mach_port_get_refs( ipc_space_t space, mach_port_name_t name, mach_port_right_t right, mach_port_urefs_t *urefsp) argument
915 mach_port_mod_refs( ipc_space_t space, mach_port_name_t name, mach_port_right_t right, mach_port_delta_t delta) argument
986 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
1051 mach_port_set_mscount( ipc_space_t space, mach_port_name_t name, mach_port_mscount_t mscount) argument
1091 mach_port_set_seqno( ipc_space_t space, mach_port_name_t name, mach_port_seqno_t seqno) argument
1131 mach_port_get_context( ipc_space_t space, mach_port_name_t name, mach_vm_address_t *context) argument
1177 mach_port_set_context( ipc_space_t space, mach_port_name_t name, mach_vm_address_t context) argument
1228 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
1358 mach_port_move_member( ipc_space_t space, mach_port_name_t member, mach_port_name_t after) argument
1486 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
1622 mach_port_insert_right( ipc_space_t space, mach_port_name_t name, ipc_port_t poly, mach_msg_type_name_t polyPoly) argument
1659 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
1742 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
1851 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
2013 mach_port_insert_member( ipc_space_t space, mach_port_name_t name, mach_port_name_t psname) argument
2071 mach_port_extract_member( ipc_space_t space, mach_port_name_t name, mach_port_name_t psname) argument
2113 task_set_port_space( ipc_space_t space, int table_entries) argument
2297 mach_port_construct( ipc_space_t space, mach_port_options_t *options, uint64_t context, mach_port_name_t *name) argument
2389 mach_port_destruct( ipc_space_t space, mach_port_name_t name, mach_port_delta_t srdelta, uint64_t guard) argument
2430 mach_port_guard( ipc_space_t space, mach_port_name_t name, uint64_t guard, boolean_t strict) argument
2474 mach_port_unguard( ipc_space_t space, mach_port_name_t name, uint64_t guard) argument
[all...]
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/branch-islands/
H A Dspace.s13 .space 15*1024*1024 + 2
23 .space 2*1024*1024
38 .space 12*1024*1024
40 .space 12*1024*1024
42 .space 12*1024*1024
48 .space 3*1024*1024
50 .space 3*1024*1024
52 .space 3*1024*1024
58 .space 24*1024*1024
60 .space 2
[all...]
H A DMakefile34 main : main.c space.s extra.c
35 ${CC} ${CCFLAGS} -I${TESTROOT}/include -o main main.c space.s extra.c
/macosx-10.10/dtrace-147/libdwarf/
H A Dpro_encode_nm.h45 char *space, int splen);
48 char *space, int splen);
H A Dpro_alloc.c44 this is to be in so it can allocate the new space
59 dwarf_p_dealloc(void *space, Dwarf_Unsigned typ) argument
61 free(space);
H A Dpro_encode_nm.c54 ** space to write leb number is provided by caller, with caller
60 char *space, int splen)
63 char *end = space + splen;
65 a = space;
80 *nbytes = a - space;
85 ** space to write leb number is provided by caller, with caller
92 char *space, int splen)
97 char *end = space + splen;
99 str = space;
121 *nbytes = str - space;
59 _dwarf_pro_encode_leb128_nm(Dwarf_Unsigned val, int *nbytes, char *space, int splen) argument
91 _dwarf_pro_encode_signed_leb128_nm(Dwarf_Signed value, int *nbytes, char *space, int splen) argument
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DFlexibleSpaceNavigationItem.css26 .navigation-bar .item.flexible-space,
27 .toolbar .item.flexible-space {
H A DEventListenerSectionGroup.css27 white-space: nowrap;
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dcopy-1.s6 .space 160
/macosx-10.10/emacs-93/emacs/src/
H A Dcxux-crt0.s39 _data_start: .space 4
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dpuzzle.tcl16 # if the button is next to the empty space, it moves the button into th
17 # empty space.
21 if {(($ypos($num) >= ($ypos(space) - .01))
22 && ($ypos($num) <= ($ypos(space) + .01))
23 && ($xpos($num) >= ($xpos(space) - .26))
24 && ($xpos($num) <= ($xpos(space) + .26)))
25 || (($xpos($num) >= ($xpos(space) - .01))
26 && ($xpos($num) <= ($xpos(space) + .01))
27 && ($ypos($num) >= ($ypos(space) - .26))
28 && ($ypos($num) <= ($ypos(space)
[all...]
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dpuzzle.tcl14 # if the button is next to the empty space, it moves the button into th
15 # empty space.
19 if {(($ypos($num) >= ($ypos(space) - .01))
20 && ($ypos($num) <= ($ypos(space) + .01))
21 && ($xpos($num) >= ($xpos(space) - .26))
22 && ($xpos($num) <= ($xpos(space) + .26)))
23 || (($xpos($num) >= ($xpos(space) - .01))
24 && ($xpos($num) <= ($xpos(space) + .01))
25 && ($ypos($num) >= ($ypos(space) - .26))
26 && ($ypos($num) <= ($ypos(space)
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/network/cocoa/
H A DProtectionSpaceCocoa.mm39 ProtectionSpace::ProtectionSpace(CFURLProtectionSpaceRef space)
40 : ProtectionSpace(adoptNS([[NSURLProtectionSpace alloc] _initWithCFURLProtectionSpace:space]).get())
45 static ProtectionSpaceServerType type(NSURLProtectionSpace *space)
47 if ([space isProxy]) {
48 NSString *proxyType = space.proxyType;
62 NSString *protocol = space.protocol;
76 static ProtectionSpaceAuthenticationScheme scheme(NSURLProtectionSpace *space)
78 NSString *method = space.authenticationMethod;
102 ProtectionSpace::ProtectionSpace(NSURLProtectionSpace *space)
103 : ProtectionSpace(space
[all...]
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFWSBP2PseudoAddressSpace.cpp135 IOFWSBP2PseudoAddressSpace * space = NULL; local
138 space = new IOFWSBP2PseudoAddressSpace;
140 if( space != NULL )
142 if( !space->initAll( control, addr, len, reader, writer, refcon ) )
144 space->release();
145 space = NULL;
149 if( space != NULL )
154 space->release();
155 space = NULL;
159 if( space !
[all...]
/macosx-10.10/diskdev_cmds-576/fuser.tproj/
H A Dfuser.pl48 my $space = "";
77 print $space, $1;
78 $space = q( );
/macosx-10.10/swig-12/Lib/chicken/
H A Dstd_string.i70 C_word *space = C_alloc (C_SIZEOF_STRING (size));
71 $result = C_string (&space, size, (char *) $1.c_str());
76 C_word *space = C_alloc (C_SIZEOF_STRING (size));
77 $result = C_string (&space, size, (char *) $1->c_str());
97 C_word *space = C_alloc (C_SIZEOF_STRING (size));
98 $result = C_string (&space, size, (char *) $1.c_str());

Completed in 191 milliseconds

1234567891011>>