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

/darwin-on-arm/xnu/SETUP/setsegname/
H A Dsetsegname.c143 segname_t * names = NULL; local
200 names = &sects->segname;
210 names = &sects->segname;
224 strncpy((char *)names, newseg_name, sizeof(*names));
227 names = (typeof(names))(((uintptr_t) names) + len);
/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_misc.c191 * and (c) if we could ask for port names by kobject type. Not
203 mach_port_name_t *names; local
213 * form. Discard 'types' immediately, then copyout 'names'
230 names = (mach_port_name_t *)(uintptr_t)map_names;
233 if (fileport_invoke(task, names[i], action, arg,
238 (vm_address_t)names, ncnt * sizeof (*names));
H A Dzalloc.c2974 mach_zone_name_t *names; local
3003 names_size = round_page(max_zones * sizeof *names);
3008 names = (mach_zone_name_t *) names_addr;
3021 zn = &names[0];
3098 used = max_zones * sizeof *names;
3147 mach_zone_name_t *names; local
3180 names_size = round_page(max_zones * sizeof *names);
3185 names = (mach_zone_name_t *) names_addr;
3198 zn = &names[0];
3259 used = max_zones * sizeof *names;
3297 zone_name_t *names; local
[all...]
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dpipe.c94 char *lookupa(int x, char *names[]);
95 int lookup(char *x, char *names[]);
540 lookupa(int x, char *names[]) argument
544 while (names[i] != NULL) {
546 return (names[i]);
554 lookup(char *x, char *names[]) argument
558 while (names[i] != NULL) {
559 if (strcmp(names[i], x) == 0) {
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODeviceTreeSupport.cpp779 const char *names; local
789 names = (const char *) data->getBytesNoCopy();
790 lastName = names + data->getLength();
792 names = string->getCStringNoCopy();
793 lastName = names + string->getLength() + 1;
804 matched = (0 == strncmp( ckey, names, keyLen - 1 ));
806 matched = (keyLen == strlen( names ))
807 && (0 == strncmp( ckey, names, keyLen ));
810 result = names;
812 names
1231 char *names; local
[all...]
H A DIORegistryEntry.cpp856 IORegistryEntry::compareNames( OSObject * names, OSString ** matched ) const argument
863 if( (collection = OSDynamicCast( OSCollection, names))) {
867 string = OSDynamicCast( OSString, names);
/darwin-on-arm/xnu/bsd/kern/
H A Dmakesyscalls.sh66 echo "usage: $0 input-file [<names|proto|header|table|audit> [<config-file>]]" 1>&2
76 names)
448 # extract argument types and names
/darwin-on-arm/xnu/osfmk/mach/
H A Dmach_host.defs176 out names : zone_name_array_t,
261 out names : mach_zone_name_array_t,
H A Dmach_port.defs80 * Returns the set of port and port set names
87 out names : mach_port_name_array_t;
124 * New sets, ports, and dead names have one user reference.
192 * user ref count for the right. Only dead names
290 * for the port, then the names must agree. In any case,
H A Dtask.defs352 out names : mach_zone_name_array_t,
/darwin-on-arm/xnu/osfmk/ipc/
H A Dmach_port.c111 mach_port_name_t *names,
119 mach_port_name_t *names,
141 mach_port_name_t *names,
194 names[actual] = name;
204 * by mach_port_type.) The names are returned in
210 * KERN_SUCCESS Arrays of names and types returned.
227 ipc_entry_num_t actual; /* this many names */
229 mach_port_name_t *names; local
234 vm_offset_t addr1; /* allocated memory, for names */
236 vm_map_copy_t memory1; /* copied-in memory, for names */
137 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
1083 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
1154 mach_port_name_t *names; local
[all...]
H A Dipc_kmsg.c1555 * contain object pointers instead of port names,
1876 assert(dest_entry != reply_entry); /* names are not equal */
2240 mach_port_name_t *names = &((mach_port_name_t *)data)[count]; local
2242 mach_port_name_t *names = ((mach_port_name_t *)data); local
2245 if (copyinmap(map, addr, names, names_length) != KERN_SUCCESS) {
2259 mach_port_name_t name = names[i];
2891 * contain port names instead of object pointers,
3417 * Handle the port rights and copy out the names
3422 mach_port_name_t *names = (mach_port_name_t *) dsc->address; local
3430 disp, &names[
[all...]
/darwin-on-arm/xnu/libsyscall/mach/
H A Dmach_port.c37 mach_port_name_array_t *names,
44 rv = _kernelrpc_mach_port_names(task, names, namesCnt, types,
35 mach_port_names( ipc_space_t task, mach_port_name_array_t *names, mach_msg_type_number_t *namesCnt, mach_port_type_array_t *types, mach_msg_type_number_t *typesCnt) argument
/darwin-on-arm/xnu/bsd/conf/
H A DMakefile.template344 $(_v)$(MAKESYSCALLS) $< names > /dev/null
/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dtask.h438 mach_zone_name_array_t *names,
1451 mach_msg_ool_descriptor_t names; member in struct:__anon1169
/darwin-on-arm/xnu/bsd/net/
H A Dif_bond.c249 static const char * names[] = { "UNSELECTED", "SELECTED", "STANDBY" }; local
252 return (names[s]);

Completed in 135 milliseconds