Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/include/pygobject-3.0/../uadi.h
Real path: /usr/include/uadi.h
Zurück
/* * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. */ /* * The public interfaces for UADI (umem adi), which enables Application * Data Integrity in the user memory allocator. These functions are * no-ops if the machine does not support ADI or UADI is disabled. */ #ifndef _SYS_UADI_H #define _SYS_UADI_H #include <adi.h> #include <sys/types.h> #ifdef __cplusplus extern "C" { #endif extern boolean_t Uadi_enabled; extern uint32_t Uadi_pmcdper; boolean_t uadi_enabled(void); void uadi_correct_mem_version(void *, size_t); #if defined(__sparcv9) && !defined(UMEM_STANDALONE) void uadi_init(void); #endif /* __sparcv9 && !UMEM_STANDALONE */ #ifdef __cplusplus } #endif #endif /* _SYS_UADI_H */