Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 45) sorted by relevance

12

/xnu-11215/bsd/netinet/
H A Dnetinet.modulemap2 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 Dnetinet_private.modulemap1 module DarwinPrivate.netinet [system] {
2 module in {
9 module in_stat {
14 module tcp {
/xnu-11215/bsd/net/
H A Dnet.modulemap2 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 Dnet_private.modulemap1 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 Dnetinet6.modulemap1 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 Dkern_debug.modulemap1 // 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 Dkcdata.modulemap2 // 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 Dkern_private.modulemap1 module DarwinPrivate.kern [system] {
2 module cs_blobs {
/xnu-11215/bsd/skywalk/
H A Dmodule.modulemap1 module skywalk [system] {
4 module * {
H A DMakefile39 module.modulemap
/xnu-11215/osfmk/mach_debug/
H A Dmach_debug.modulemap1 module Darwin.Mach.debug [system] {
5 module * { export * }
/xnu-11215/libkern/firehose/
H A Dmodule.modulemap1 module firehose [system] {
5 module * { export * }
H A DMakefile33 module.modulemap
/xnu-11215/osfmk/bank/
H A Dbank.modulemap1 module Darwin.bank [system] {
2 module bank_types {
/xnu-11215/libkdd/kdd.framework/
H A Dmodule.modulemap1 framework module kdd {
3 module kdd_kdd {
/xnu-11215/
H A DREADME.md404 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 DREADME5 # module and the libkmod module as well.
24 # by the c_start module in the kmod library.
/xnu-11215/doc/lifecycle/
H A Dstartup.md8 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 Duuid.modulemap1 module Darwin.uuid [system] {
/xnu-11215/libkern/libkern/
H A Dmkext.h209 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 Ddevice.modulemap1 module Darwin.device [system] {
/xnu-11215/bsd/kern/
H A Dkern_trustcache.c577 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 Dsdt_impl.h55 struct module { struct
/xnu-11215/bsd/dev/dtrace/scripts/
H A Dsched.d25 #pragma D depends_on module mach_kernel
H A Dsocket.d25 #pragma D depends_on module mach_kernel

12