Searched refs:name (Results 101 - 125 of 334) sorted by relevance

1234567891011>>

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2_compat.c287 print_flags(char const *name, ipfw_insn *cmd, struct _s_x *list)
299 printf(" %s ", name);
601 if (cmdif->name[0] == '\0') {
607 printf(" %s %s*", s, cmdif->name);
609 printf(" %s %s%d", s, cmdif->name,
989 if ((ifcmd->o.len == 0) && (ifcmd->name[0] == '\0')) {
999 strncpy(ifu.fu_via_if_compat.name, ifcmd->name, sizeof(ifu.fu_via_if_compat.name));
1012 if ((ifcmd->o.len == 0) && (ifcmd->name[
[all...]
H A Dkpi_ipfilter.h135 @field name A filter name used for debugging purposes.
142 const char *name; member in struct:ipf_filter
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld.c94 u_long size, const char *name, KXLDDependency *dependencies,
97 u_char *file, u_long size, const char *name);
241 const char * name,
254 kxld_set_logging_callback_data(name, callback_data);
256 kxld_log(kKxldLogLinking, kKxldLogBasic, "Linking kext %s", name);
269 rval = init_kext_objects(context, file, size, name,
345 const char *name, KXLDDependency *dependencies, u_int ndependencies)
354 * export its symbols by name by value. If it's indirect, just export the
404 kext_object = get_object_for_file(context, file, size, name);
424 const char *name)
237 kxld_link_file( KXLDContext * context, u_char * file, u_long size, const char * name, void * callback_data, KXLDDependency * dependencies, u_int ndependencies, u_char ** linked_object_out, kxld_addr_t * kmod_info_kern) argument
344 init_kext_objects(KXLDContext *context, u_char *file, u_long size, const char *name, KXLDDependency *dependencies, u_int ndependencies) argument
423 get_object_for_file(KXLDContext *context, u_char *file, u_long size, const char *name) argument
[all...]
H A Dkxld_kext.c236 interface_sym->name);
241 interface_sym->name);
246 kext_sym->name, kext_sym);
260 interface_sym->alias, interface_sym->name);
265 interface_sym->name, kext_sym);
276 kext_sym->name, kext_sym);
311 rval = kxld_dict_insert(defined_symbols_by_name, sym->name, sym);
348 rval = kxld_dict_insert(vtables, vtable->name, vtable);
568 /* Get the class name from the smc pointer */
573 /* Get the vtable name fro
639 const char *name = NULL; local
[all...]
H A Dkxld_sym.h45 char *name; // The symbol's name member in struct:kxld_sym
46 char *alias; // The indirect symbol's alias name
91 void kxld_sym_init_absolute(KXLDSym *sym, char *name, kxld_addr_t link_addr)
178 boolean_t kxld_sym_name_is_pure_virtual(const char *name)
181 boolean_t kxld_sym_name_is_padslot(const char *name)
/darwin-on-arm/xnu/bsd/dev/i386/
H A Ddis_tables.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
262 #define TNS(name, amode) {TERM, amode, name, 0, 0, 0, 0, 0, 0}
263 #define TNSu(name, amode) {TERM, amode, name, 0, 0, 0, 0, 1, 0}
264 #define TNSx(name, amode) {TERM, amode, name, 0, 0, 1, 0, 0, 0}
265 #define TNSy(name, amode) {TERM, amode, name, 0, 0, 0, 1, 0, 0}
266 #define TNSyp(name, amod
[all...]
/darwin-on-arm/xnu/osfmk/device/
H A Diokit_rpc.c108 extern kern_return_t iokit_mod_send_right( task_t task, mach_port_name_t name, mach_port_delta_t delta );
363 mach_port_name_t name; local
378 MACH_MSG_TYPE_PORT_SEND, TRUE, &name);
380 name = MACH_PORT_NULL;
382 name = MACH_PORT_NULL;
384 name = MACH_PORT_DEAD;
388 return( name );
392 iokit_mod_send_right( task_t task, mach_port_name_t name, mach_port_delta_t delta ) argument
394 return (mach_port_mod_refs( task->itk_space, name, MACH_PORT_RIGHT_SEND, delta ));
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_pcsamples.c68 int pcsamples_control(int *name, u_int namelen, user_addr_t where, size_t *sizep);
230 pcsamples_control(int *name, __unused u_int namelen, user_addr_t where, size_t *sizep) argument
234 int value = name[1];
241 if (name[0] != PCSAMPLE_GETNUMBUF)
268 switch(name[0]) {
382 /* Check for command name or pid */
/darwin-on-arm/xnu/libsyscall/xcodescripts/
H A Dcreate-syscalls.pl156 # System call name that are already prefixed with double-underbar are set as
190 my($name, $args) = /\s(\S+)\s*\(([^)]*)\)/;
191 next if $name =~ /e?nosys/;
201 $type =~ s/\s*\w+$//; # remove the argument name
207 die "$MyName: $name: unknown type '$type'\n" unless defined($b);
212 $Symbols{$name} = {
213 c_sym => $name,
214 syscall => $name,
215 asm_sym => $no_syscall_stub ? "___$name" : "_$name",
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIONVRAM.cpp117 // Construct the partition ID from the signature and name.
159 // Set the name for the Panic Info partition.
190 // Set the name for the free partition.
486 const OSSymbol **name,
492 err = readNVRAMPropertyType1(entry, name, value);
494 err = readNVRAMPropertyType0(entry, name, value);
500 const OSSymbol *name,
506 err = writeNVRAMPropertyType1(entry, name, value);
508 err = writeNVRAMPropertyType0(entry, name, value);
649 // Break if there is no name
485 readNVRAMProperty(IORegistryEntry *entry, const OSSymbol **name, OSData **value) argument
499 writeNVRAMProperty(IORegistryEntry *entry, const OSSymbol *name, OSData *value) argument
1271 UInt8 name[ kMaxNVNameLength ]; member in struct:NVRAMProperty
1309 readNVRAMPropertyType0(IORegistryEntry *entry, const OSSymbol **name, OSData **value) argument
1346 writeNVRAMPropertyType0(IORegistryEntry *entry, const OSSymbol *name, OSData *value) argument
1489 readNVRAMPropertyType1(IORegistryEntry *entry, const OSSymbol **name, OSData **value) argument
1565 const char * name; local
[all...]
H A DIOKitDebug.cpp150 UInt32 value, const char * name )
158 dict->setObject( name, off );
/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_misc.c162 fileport_invoke(task_t task, mach_port_name_t name, argument
170 kr = ipc_object_copyin(task->itk_space, name,
176 *rval = (*action)(name, fg, arg);
212 * mach_port_names returns the 'name' and 'types' in copied-in
H A Dlocks.h226 #define decl_lck_spin_data(class,name) class lck_spin_t name;
276 #define decl_lck_mtx_data(class,name) class lck_mtx_t name;
380 #define decl_lck_rw_data(class,name) class lck_rw_t name;
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dpipes_tests.c65 const char *name; member in struct:__anon1428
71 const char *name; member in struct:__anon1429
116 static suite_t *create_suite(const char *name, int numoftests, argument
123 suite->name = name;
138 logr("[TEST] %s\n", suite->name);
150 logr("[BEGIN] %s\n", unit_test->name);
157 unit_test->name);
306 char *name; local
309 die(vasprintf(&name, forma
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIORegistryEntry.h61 @discussion The IORegistryEntry base class provides functions for describing graphs of connected registry entries, each with a dictionary-based property table. Entries may be connected in different planes, with differing topologies. Access to the registry is protected against multiple threads. Inside the kernel planes are specified with plane objects and are published by the creator - IOService exports the gIOServicePlane plane object for example. Non kernel clients specify planes by their name.
94 @param aKey The property's name as a C-string.
108 @param aKey The property's name as an OSString.
122 @param aKey The property's name as an OSSymbol.
244 @abstract Looks up the plane object by a C-string name.
245 @discussion Planes are usually provided as globals by the creator, eg. gIOServicePlane, gIODeviceTreePlane, or gIOAudioPlane, however they may also be looked up by name with this method.
248 static const IORegistryPlane * getPlane( const char * name );
279 @param aKey The properties name as an OSSymbol.
288 @param aKey The property's name as an OSString.
297 @param aKey The property's name a
[all...]
/darwin-on-arm/xnu/osfmk/arm/
H A Dproc_reg.h22 * 4. The name of the company nor the name of the author may be used to
437 #define ARMREG_READ_INLINE(name, __insnstring) \
438 static inline uint32_t armreg_##name##_read(void) \
445 #define ARMREG_WRITE_INLINE(name, __insnstring) \
446 static inline void armreg_##name##_write(uint32_t __val) \
451 #define ARMREG_READ64_INLINE(name, __insnstring) \
452 static inline uint64_t armreg_##name##_read(void) \
459 #define ARMREG_WRITE64_INLINE(name, __insnstring) \
460 static inline void armreg_##name##_writ
[all...]
/darwin-on-arm/xnu/osfmk/i386/
H A Dmp_desc.c90 #define TRAP(n, name) extern void *name ;
91 #define TRAP_ERR(n, name) extern void *name ;
92 #define TRAP_SPC(n, name) extern void *name ;
93 #define TRAP_IST(n, name) extern void *name ;
95 #define USER_TRAP(n, name) extern void *name ;
[all...]
/darwin-on-arm/xnu/tools/tests/affinity/
H A Dpool.c88 char *name; member in struct:__anon1336
225 DBG("Starting %s %d, stage: %d\n", sp->name, wp->setnum, sp->stagenum);
266 sp->name, wp->setnum, sp->stagenum, sp->work_todo);
286 sp->name, wp->setnum, sp->stagenum, iteration, workp, workp->data);
299 sp->name, wp->setnum, sp->stagenum, iteration);
309 DBG("Ending %s[%d,%d]\n", sp->name, wp->setnum, sp->stagenum);
422 sp->name = "producer";
425 sp->name = "consumer";
H A Dsets.c85 char *name; member in struct:__anon1337
215 DBG("Starting %s set: %d stage: %d\n", sp->name, lp->setnum, sp->stagenum);
252 sp->name, lp->setnum, sp->stagenum, iteration);
261 sp->name, lp->setnum, sp->stagenum, iteration, workp, workp->data);
274 sp->name, lp->setnum, sp->stagenum, iteration);
280 DBG("Ending %s[%d,%d]\n", sp->name, lp->setnum, sp->stagenum);
457 sp->name = "producer";
460 sp->name = "consumer";
/darwin-on-arm/xnu/libkern/c++/
H A DOSMetaClass.cpp377 * The core constructor for a MetaClass (defined with this name always
615 /* Log this error here so we can include the kext name.
638 /* Log this error here so we can include the class name.
643 "kext %s already has a class by that name.",
895 const OSSymbol * name,
904 && (meta = (OSMetaClass *) sAllClassesDict->getObject(name))
930 OSMetaClass::getMetaClassWithName(const OSSymbol * name) argument
934 if (!name) {
940 retMeta = (OSMetaClass *) sAllClassesDict->getObject(name);
950 OSMetaClass::allocClassWithName(const OSSymbol * name) argument
894 applyToInstancesOfClassName( const OSSymbol * name, OSMetaClassInstanceApplierFunction applier, void * context) argument
966 allocClassWithName(const OSString * name) argument
977 allocClassWithName(const char * name) argument
989 checkMetaCastWithName( const OSSymbol * name, const OSMetaClassBase * in) argument
1007 checkMetaCastWithName( const OSString * name, const OSMetaClassBase * in) argument
1021 checkMetaCastWithName( const char * name, const OSMetaClassBase * in) argument
[all...]
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_kmsg.c149 mach_port_name_t name; member in struct:__anon991
184 mach_port_name_t name);
279 const char *name = ipc_type_name64(type_name, TRUE); local
280 if (name) {
281 kprintf("%s", name);
386 const char *name; local
390 name = "PHYSICAL";
393 name = "VIRTUAL";
396 name = "OVERWRITE";
399 name
1639 mach_port_name_t name = dest_name; local
2009 mach_port_name_t name; local
2259 mach_port_name_t name = names[i]; local
2629 mach_msg_type_name_t name; local
2672 mach_msg_type_name_t name; local
2772 mach_msg_type_name_t name; local
2832 mach_msg_type_name_t name; local
3177 mach_port_name_t name; local
4040 mach_port_t name = dsc->name; local
[all...]
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c566 * timeout / untimeout (converted to dtrace_timeout / dtrace_untimeout due to name collision)
648 char name[32]; /* enough for "dof-data-" + digits */ member in struct:__anon27
656 _dtrace_register_anon_DOF(char *name, uchar_t *data, uint_t nelements) argument
664 strlcpy(gPropTable[gRegisteredProps].name, name, sizeof(gPropTable[0].name));
681 const char *name, int **data, uint_t *nelements)
687 if (0 == strncmp(name, gPropTable[i].name,
688 sizeof(gPropTable[i].name))) {
680 ddi_prop_lookup_int_array(dev_t match_dev, dev_info_t *dip, uint_t flags, const char *name, int **data, uint_t *nelements) argument
708 ddi_create_minor_node(dev_info_t *dip, const char *name, int spec_type, minor_t minor_num, const char *node_type, int flag) argument
721 ddi_remove_minor_node(dev_info_t *dip, char *name) argument
745 ddi_getprop(dev_t dev, dev_info_t *dip, int flags, const char *name, int defvalue) argument
891 kmem_cache_create( const char *name, size_t bufsize, size_t align, int (*constructor)(void *, void *, int), void (*destructor)(void *, void *), void (*reclaim)(void *), void *private, vmem_t *vmp, int cflags) argument
939 taskq_create(const char *name, int nthreads, pri_t pri, int minalloc, int maxalloc, uint_t flags) argument
977 vmem_create(const char *name, void *base, size_t size, size_t quantum, void *ignore5, void *ignore6, vmem_t *source, size_t qcache_max, int vmflag) argument
[all...]
/darwin-on-arm/xnu/bsd/netinet6/
H A Desp_core.c44 * 3. Neither the name of the project nor the names of its contributors
224 "needs %d to %d bits\n", algo->name, _KEYBITS(sav->key_enc),
258 algo->name, error));
434 "esp_cbc_mature %s: unsupported algorithm.\n", algo->name));
442 algo->name, sav->key_enc->sadb_key_bits));
453 algo->name));
462 algo->name, keylen));
556 "unsupported ivlen %d\n", algo->name, ivlen));
567 "unsupported blocklen %d\n", algo->name, blocklen));
611 algo->name, ivle
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dsys_domain.h74 char name[MAX_KCTL_NAME]; /* unique nke identifier, provided by DTS */ member in struct:kctl
/darwin-on-arm/xnu/libkern/zlib/
H A Dzutil.h149 # define F_OPEN(name, mode) \
150 fopen((name), (mode), "mbc=60", "ctx=stm", "rfm=fix", "mrs=512")
215 # define F_OPEN(name, mode) fopen((name), (mode))

Completed in 133 milliseconds

1234567891011>>