Searched refs:member (Results 1 - 12 of 12) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dprocessor_data.h79 #define PROCESSOR_DATA(processor, member) \
80 (processor)->processor_data.member
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A D_types.h139 #define offsetof(type, member) ((size_t)(&((type *)0)->member))
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dcpu_data.h195 #define CPU_DATA_GET(member,type) \
199 : "i" (offsetof(cpu_data_t,member))); \
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSOrderedSet.h98 @abstract A member function for initializing an instance of OSOrderedSet.
109 @abstract A member function to release and deallocate any resources used by the instance of OSOrderedSet.
115 @abstract A member function to return the number of objects within the collection.
121 @abstract A member function to return the storage capacity of the collection.
127 @abstract A member function to get the size by which the collection will grow.
133 @abstract A member function to set the size by which the collection will grow.
141 @abstract A member function to expand the size of the collection.
149 @abstract A member function to remove and release all items in the set.
155 @abstract A member function to place an OSMetaClassBase derived object into the set. The object will be automatically sorted in the set.
162 @abstract A member functio
[all...]
H A DOSSet.h105 @abstract A member function to initialize an instance of OSSet with a given capacity.
112 @abstract A member function to initialize an instance of OSSet with a given capacity and populate the collection with the objects provided.
123 @abstract A member function to initialize a new instance of OSSet and populate it with the contents of the OSArray object provided.
132 @abstract A member function to initialize a new instance of OSSet and populate it with the contents of the OSSet object provided.
142 @abstract A member function to release all resources created or used by the OSArray instance.
148 @abstract A member function which returns the number of objects current in the collection.
154 @abstract A member function which returns the storage capacity of the collection.
160 @abstract A member function which returns the growth factor of the collection.
166 @abstract A member function which sets the growth factor of the collection.
173 @abstract A member functio
[all...]
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSSet.cpp238 return anObject && member(anObject);
241 bool OSSet::member(const OSMetaClassBase *anObject) const function in class:OSSet
H A DOSOrderedSet.cpp244 return anObject && member(anObject);
247 bool OSOrderedSet::member(const OSMetaClassBase *anObject) const function in class:OSOrderedSet
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h155 member function to be used. Note the arg1 - arg3 parameters are passed straight pass through to the action callout.
159 member function's parameter list.
547 @discussion This method determines if the entry is attached in a plane to any other entry. It can also be used to determine if the entry is a member of any plane.
772 const IORegistryEntry * member,
/macosx-10.5.8/xnu-1228.15.4/iokit/Tests/
H A DTestCollections.cpp329 // Also check member test of set.
345 count += set1->member(cache[i]);
375 count2 += set1->member(str);
431 count += set1->member(sym);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dmach_port.c490 * and its make-send count is 0. It is not a member of
1035 * Returns the space's name for each receive right member.
1187 * If after is MACH_PORT_NULL, removes member
1189 * member to after, removing it from any set
1208 mach_port_name_t member,
1219 if (!MACH_PORT_VALID(member))
1225 kr = ipc_right_lookup_read(space, member, &entry);
1680 * The port cannot already be a member of the set.
1691 * KERN_ALREADY_IN_SET name was already a member of pset.
1729 * Remove a port from one portset that it is a member o
1206 mach_port_move_member( ipc_space_t space, mach_port_name_t member, mach_port_name_t after) argument
[all...]
H A Dmach_msg.c115 #define offsetof(type, member) ((size_t)(&((type *)0)->member))
261 * MACH_RCV_IN_SET Receive right is a member of a set.
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp1261 const IORegistryEntry * member,
1268 if (probeObject == (OSObject *) member) {
1260 arrayMember( OSArray * set, const IORegistryEntry * member, unsigned int * index ) const argument

Completed in 60 milliseconds