Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../.././../usr/include/vm/seg_rsvd.h
Real path: /usr/include/vm/seg_rsvd.h
Zurück
/* * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. */ #ifndef _VM_SEG_RSVD_H #define _VM_SEG_RSVD_H #ifdef __cplusplus extern "C" { #endif #ifndef _ASM #include <sys/types.h> #include <sys/t_lock.h> #include <sys/lgrp.h> #include <vm/as.h> extern void segrsvd_purge(struct as *); extern int segrsvd_dup(struct as *, struct as *); extern void segrsvd_rereserve(struct as *, caddr_t, size_t); extern int segrsvd_reserve(struct as *, caddr_t, size_t); extern void segrsvd_unreserve(struct as *, caddr_t, size_t); extern int segrsvd_cond_unmap(struct as *, caddr_t, size_t); #endif /* _KERNEL */ #ifdef __cplusplus } #endif #endif /* _VM_SEG_RSVD_H */