Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../.././../../../../usr/include/vm/seg_kmem_impl.h
Real path: /usr/include/vm/seg_kmem_impl.h
Zurück
/* * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. */ #ifndef _VM_SEG_KMEM_IMPL_H #define _VM_SEG_KMEM_IMPL_H #include <vm/seg_kmem.h> #ifdef __cplusplus extern "C" { #endif /* * Private implementation definitions for seg_kmem */ #if defined(_KERNEL) extern void *segkmem_do_kpm_alloc(const size_t, const size_t, size_t *, vm_flags_t); extern void segkmem_do_kpm_free(void *, size_t); extern boolean_t segkmem_get_dumpphase(pfn_t, dump_dataphase_t *); #endif /* _KERNEL */ #ifdef __cplusplus } #endif #endif /* _VM_SEG_KMEM_IMPL_H */