| /xnu-11215/bsd/netinet/ |
| H A D | netinet.modulemap | 2 module in { 16 module tcp { 28 module bootp { 34 module icmp6 { 50 module igmp { 61 module in_pcb { 72 module in_var { 78 module ip { 83 module ip6 { 121 module tcpip { [all …]
|
| H A D | netinet_private.modulemap | 1 module DarwinPrivate.netinet [system] { 2 module in { 9 module in_stat { 14 module tcp {
|
| /xnu-11215/bsd/net/ |
| H A D | net.modulemap | 2 module dl { 7 module if { 12 module types { 24 module bpf { 29 module dlil { 41 module if_arp { 46 module if_llc { 56 module if_mib { 67 module if_var { 83 module ndrv { [all …]
|
| H A D | net_private.modulemap | 1 module DarwinPrivate.net [system] { 2 module if_ipsec { 7 module if { 13 module if_media { 19 module if_mib { 26 module if_var { 31 module if_vlan_var { 36 module necp { 41 module network_agent { 46 module route {
|
| /xnu-11215/bsd/netinet6/ |
| H A D | netinet6.modulemap | 1 module Darwin.netinet6 [system] { 7 module ah { 12 module esp { 17 module in6_var { 22 module ipcomp { 28 module ipsec { 34 module raw_ip6 { 40 module scope6_var {
|
| /xnu-11215/osfmk/kern/ |
| H A D | kern_debug.modulemap | 1 // It would've been nice to define this module in kern_private.modulemap, 3 // multiple submodules from the same module map, but top level modules 6 // kern/debug.h gets its own top level module because it includes 7 // <kern/kcdata.h>, which gets its own top level module outside of the 8 // Darwin module to support building libkdd (one of our alias projects). 14 // picking up <kern/kcdata.h> via a module, or it will run into all kinds 17 // uses the Darwin module, and so <kern/kcdata.h> needs its own top level 18 // module that sits on top of Darwin. libkdd uses the DarwinPrivate module 21 module kern_debug [system] {
|
| H A D | kcdata.modulemap | 2 // kern/kcdata.h gets its own top level module outside of the Darwin module 8 // to avoid accidentally also picking up <kern/kcdata.h> via a module, or it 11 // <kern/kcdata.h> is?) libkdd uses the Darwin module, and so <kern/kcdata.h> 12 // needs its own top level module that sits on top of Darwin. 14 module kcdata [system] {
|
| H A D | kern_private.modulemap | 1 module DarwinPrivate.kern [system] { 2 module cs_blobs {
|
| /xnu-11215/bsd/skywalk/ |
| H A D | module.modulemap | 1 module skywalk [system] { 4 module * {
|
| H A D | Makefile | 39 module.modulemap
|
| /xnu-11215/osfmk/mach_debug/ |
| H A D | mach_debug.modulemap | 1 module Darwin.Mach.debug [system] { 5 module * { export * }
|
| /xnu-11215/libkern/firehose/ |
| H A D | module.modulemap | 1 module firehose [system] { 5 module * { export * }
|
| H A D | Makefile | 33 module.modulemap
|
| /xnu-11215/osfmk/bank/ |
| H A D | bank.modulemap | 1 module Darwin.bank [system] { 2 module bank_types {
|
| /xnu-11215/libkdd/kdd.framework/ |
| H A D | module.modulemap | 1 framework module kdd { 3 module kdd_kdd {
|
| /xnu-11215/ |
| H A D | README.md | 404 within the xnu/bsd module. 406 within the xnu/osfmk module. 437 can be represented by a standalone module. Where this is the case, set 439 file there. `module.modulemap` is used even for private modules in 446 module map files that are sourced from `usr/include/module.modulemap` and 447 `usr/local/include/module.modulemap`. The naming convention for the `xnu` 448 module map files are as follows. 450 a. Ideally the module map file covers an entire directory. A module map 453 b. Some headers are special and require their own module. In that case, 454 the module map file would be named after the module it defines. [all …]
|
| /xnu-11215/libkern/kmod/ |
| H A D | README | 5 # module and the libkmod module as well. 24 # by the c_start module in the kmod library.
|
| /xnu-11215/doc/lifecycle/ |
| H A D | startup.md | 8 XNU Startup sequence is driven by the `<kern/startup.h>` module. 17 The subsystem module will basically run hooks in that order: 94 - Rank 1: Initializes the module (`lck_mod_init`), 110 - Rank 1: calls the module initializer (`PE_init_kprintf`). 204 - Rank 1: calls the module initializer (`cs_init`). 215 - Rank 1: Calls the module initializer (`oslog_init`).
|
| /xnu-11215/bsd/uuid/ |
| H A D | uuid.modulemap | 1 module Darwin.uuid [system] {
|
| /xnu-11215/libkern/libkern/ |
| H A D | mkext.h | 209 mkext_file module; // 16 bytes member 231 #define MKEXT1_GET_KEXT_EXEC(hdr, i) (MKEXT1_ENTRY_CAST(&(MKEXT1_GET_KEXT((hdr), (i))->module)
|
| /xnu-11215/osfmk/device/ |
| H A D | device.modulemap | 1 module Darwin.device [system] {
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_trustcache.c | 577 uint8_t *module = (uint8_t*)kalloc_data(module_size, Z_WAITOK); in xnu_load_legacy_trust_cache() local 578 assert(module != NULL); in xnu_load_legacy_trust_cache() 581 memcpy(module, module_data, module_size); in xnu_load_legacy_trust_cache() 590 (const uintptr_t)module, module_size); in xnu_load_legacy_trust_cache() 607 kfree_data(module, module_size); in xnu_load_legacy_trust_cache() 608 module = NULL; in xnu_load_legacy_trust_cache()
|
| /xnu-11215/bsd/sys/ |
| H A D | sdt_impl.h | 55 struct module { struct
|
| /xnu-11215/bsd/dev/dtrace/scripts/ |
| H A D | sched.d | 25 #pragma D depends_on module mach_kernel
|
| H A D | socket.d | 25 #pragma D depends_on module mach_kernel
|