Searched refs:table (Results 26 - 31 of 31) sorted by relevance

12

/darwin-on-arm/xnu/iokit/IOKit/pci/
H A DIOPCIDevice.h93 virtual bool matchPropertyTable( OSDictionary * table,
/darwin-on-arm/xnu/bsd/conf/
H A DMakefile.template340 $(_v)$(MAKESYSCALLS) $< table > /dev/null
/darwin-on-arm/xnu/osfmk/i386/
H A Dcpuid.c104 * Intel cache descriptor table:
856 static struct table { struct
947 cpuid_get_names(struct table *map, uint64_t bits, char *buf, unsigned buf_len)
/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c2708 * Look up a code for a specified speed in a conversion table;
2715 ttspeedtab(int speed, struct speedtab *table) argument
2717 for ( ; table->sp_speed != -1; table++)
2718 if (table->sp_speed == speed)
2719 return (table->sp_code);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODeviceTreeSupport.cpp772 const IORegistryEntry * table, const OSSymbol * propName )
785 if( 0 == (prop = table->getProperty( propName )))
771 CompareKey( OSString * key, const IORegistryEntry * table, const OSSymbol * propName ) argument
/darwin-on-arm/xnu/bsd/net/
H A Droute.c103 * Routing entries fall under two locking domains: the global routing table
128 * - Routing table lock (rnh_lock).
218 int rttrash = 0; /* routes not in table but not freed */
316 * track of scoped route entries in the routing table. The fact that
728 rtable_init(void **table) argument
733 dom->dom_rtattach(&table[dom->dom_family],
756 rn_init(); /* initialize all zeroes, all ones, mask table */
965 * If the count gets low enough, take it out of the routing table
1037 * to decide if the routing table entry should be purged immediately
1056 * the rtentry must have been removed from the routing table
[all...]

Completed in 43 milliseconds

12