1de572d98SGarrett D'Amore# 2de572d98SGarrett D'Amore# This file and its contents are supplied under the terms of the 3de572d98SGarrett D'Amore# Common Development and Distribution License ("CDDL"), version 1.0. 4de572d98SGarrett D'Amore# You may only use this file in accordance with the terms of version 5de572d98SGarrett D'Amore# 1.0 of the CDDL. 6de572d98SGarrett D'Amore# 7de572d98SGarrett D'Amore# A full copy of the text of the CDDL should have accompanied this 8de572d98SGarrett D'Amore# source. A copy of the CDDL is also available via the Internet at 9de572d98SGarrett D'Amore# http://www.illumos.org/license/CDDL. 10de572d98SGarrett D'Amore# 11de572d98SGarrett D'Amore 12de572d98SGarrett D'Amore# 13de572d98SGarrett D'Amore# Copyright 2015 Garrett D'Amore <garrett@damore.org> 14*bc0e9132SGordon Ross# Copyright 2015 Nexenta Systems, Inc. All rights reserved. 15de572d98SGarrett D'Amore# 16de572d98SGarrett D'Amore 17de572d98SGarrett D'Amore# 18de572d98SGarrett D'Amore# Definitions found in ucontext.h 19de572d98SGarrett D'Amore# 20de572d98SGarrett D'Amore 21de572d98SGarrett D'Amore# 22de572d98SGarrett D'Amore# Types. 23de572d98SGarrett D'Amore# 24*bc0e9132SGordon Rosstype | sigset_t | ucontext.h | -POSIX+ SUS+ 25*bc0e9132SGordon Rosstype | stack_t | ucontext.h | -POSIX+ SUS+ 26*bc0e9132SGordon Rosstype | mcontext_t | ucontext.h | -POSIX+ SUS+ 27*bc0e9132SGordon Rosstype | ucontext_t | ucontext.h | -POSIX+ SUS+ 28de572d98SGarrett D'Amore 29de572d98SGarrett D'Amore# 30de572d98SGarrett D'Amore# Values. 31de572d98SGarrett D'Amore# 32*bc0e9132SGordon Rossvalue | REG_SP | int | ucontext.h | -POSIX+ -SUS+ 33*bc0e9132SGordon Rossvalue | GETCONTEXT | int | ucontext.h | -POSIX+ -SUS+ 34de572d98SGarrett D'Amore 35de572d98SGarrett D'Amore# 36de572d98SGarrett D'Amore# Functions 37de572d98SGarrett D'Amore# 38