Searched refs:compatible (Results 1 – 11 of 11) sorted by relevance
| /xnu-12377.1.9/pexpert/arm/ |
| H A D | pe_serial.c | 800 const char *const compatible; member 804 { .compatible = "uart-1,samsung", .setup = apple_uart_setup }, 807 { .compatible = "aapl,dock-channels", .setup = dockchannel_setup }, 810 { .compatible = "arm,pl011", .setup = pl011_uart_setup }, 924 const char *compatible; in serial_init() local 926 …if (SecureDTGetProperty(serial_device_node, "compatible", (const void **)&compatible, &compatible_… in serial_init() 934 if (strcmp(compatible, driver_setup_functions[i].compatible) == 0) { in serial_init() 940 panic("Unable to find serial device driver for '%s'", compatible); in serial_init()
|
| /xnu-12377.1.9/bsd/skywalk/lib/ |
| H A D | net_filter_event.c | 127 net_filter_event_mark(enum net_filter_event_subsystems subsystem, bool compatible) in net_filter_event_mark() argument 132 if (!compatible) { in net_filter_event_mark()
|
| H A D | net_filter_event.h | 46 net_filter_event_mark(enum net_filter_event_subsystems subsystem, bool compatible);
|
| /xnu-12377.1.9/doc/building/ |
| H A D | bound_checks.md | 139 ABI-compatible with plain C: if they were defined to nothing instead, and a use 150 compatible with -fbounds-safety (such as -Wself-assign). This allows files that 151 are compatible with -fbounds-safety to continue to build without it, while
|
| /xnu-12377.1.9/libkdd/ |
| H A D | README.md | 45 re-compile to be compatible. The case of `rusage` struct versions could be introduced without break…
|
| /xnu-12377.1.9/osfmk/mach/ |
| H A D | mach_host.defs | 257 * Data returned is compatible with various caller and kernel
|
| H A D | thread_act.defs | 138 * Backward compatible old-style thread routines.
|
| /xnu-12377.1.9/libsyscall/mach/ |
| H A D | err_server.sub | 156 "(server/sunrpc) rpc versions not compatible",
|
| /xnu-12377.1.9/doc/debugging/ |
| H A D | debugging.md | 7 XNU’s debugging macros are compatible with Python 3.9+. Please be careful about pulling
|
| /xnu-12377.1.9/tools/lldbmacros/ |
| H A D | README.md | 162 … map a 'command_name' to a function. Optionally you can provide getopt compatible option string fo…
|
| /xnu-12377.1.9/makedefs/ |
| H A D | MakeInc.def | 807 # When making non-compatible changes to the XNU runtime, it can be useful to build
|