Searched refs:names (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp778 const char *names; local
788 names = (const char *) data->getBytesNoCopy();
789 lastName = names + data->getLength();
791 names = string->getCStringNoCopy();
792 lastName = names + string->getLength() + 1;
803 matched = (0 == strncmp( ckey, names, keyLen - 1 ));
805 matched = (keyLen == strlen( names ))
806 && (0 == strncmp( ckey, names, keyLen ));
809 result = names;
811 names
1192 char *names; local
[all...]
H A DIORegistryEntry.cpp815 IORegistryEntry::compareNames( OSObject * names, OSString ** matched ) const argument
822 if( (collection = OSDynamicCast( OSCollection, names))) {
826 string = OSDynamicCast( OSString, names);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dmach_port.c111 mach_port_name_t *names,
119 mach_port_name_t *names,
138 mach_port_name_t *names,
184 names[actual] = name;
194 * by mach_port_type.) The names are returned in
200 * KERN_SUCCESS Arrays of names and types returned.
218 ipc_entry_num_t actual; /* this many names */
220 mach_port_name_t *names; local
225 vm_offset_t addr1; /* allocated memory, for names */
227 vm_map_copy_t memory1; /* copied-in memory, for names */
134 mach_port_names_helper( ipc_port_timestamp_t timestamp, ipc_entry_t entry, mach_port_name_t name, mach_port_name_t *names, mach_port_type_t *types, ipc_entry_num_t *actualp) argument
1002 mach_port_gst_helper( ipc_pset_t pset, ipc_port_t port, ipc_entry_num_t maxnames, mach_port_name_t *names, ipc_entry_num_t *actualp) argument
1075 mach_port_name_t *names; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dzalloc.c1933 zone_name_t *names; local
1963 names_size = *namesCntp * sizeof *names;
1964 names = *namesp;
1966 names_size = round_page(max_zones * sizeof *names);
1971 names = (zone_name_t *) names_addr;
1983 if (names != *namesp)
1991 zn = &names[0];
2039 if (names != *namesp) {
2043 used = max_zones * sizeof *names;
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_bond.c251 static const char * names[] = { "UNSELECTED", "SELECTED", "STANDBY" }; local
254 return (names[s]);

Completed in 64 milliseconds