Home
last modified time | relevance | path

Searched refs:UNUSED_SYMBOL (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Ddecmpfs.c32 #define UNUSED_SYMBOL(x) asm(".global _" #x "\n.set _" #x ", 0\n"); macro
34 UNUSED_SYMBOL(register_decmpfs_decompressor)
35 UNUSED_SYMBOL(unregister_decmpfs_decompressor)
36 UNUSED_SYMBOL(decmpfs_init)
37 UNUSED_SYMBOL(decmpfs_read_compressed)
38 UNUSED_SYMBOL(decmpfs_cnode_cmp_type)
39 UNUSED_SYMBOL(decmpfs_cnode_get_vnode_state)
40 UNUSED_SYMBOL(decmpfs_cnode_get_vnode_cached_size)
41 UNUSED_SYMBOL(decmpfs_cnode_get_vnode_cached_nchildren)
42 UNUSED_SYMBOL(decmpfs_cnode_get_vnode_cached_total_size)
[all …]