<?xml version='1.0' encoding='iso-8859-1' standalone='no'?> <doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.4.7"> <compounddef id="kern__sig_8c" kind="file"> <compoundname>kern_sig.c</compoundname> <includes refid="types_8h" local="no">ubixos/types.h</includes> <includes refid="sysproto_8h" local="no">sys/sysproto.h</includes> <includes refid="thread_8h" local="no">sys/thread.h</includes> <includes refid="kern__sig_8h" local="no">sys/kern_sig.h</includes> <includes refid="kprintf_8h" local="no">lib/kprintf.h</includes> <includes refid="endtask_8h" local="no">ubixos/endtask.h</includes> <includes refid="kmalloc_8h" local="no">lib/kmalloc.h</includes> <includes refid="assert_8h" local="no">assert.h</includes> <incdepgraph> <node id="5330"> <label>sys/thread.h</label> <link refid="thread_8h"/> <childnode refid="5326" relation="include"> </childnode> </node> <node id="5334"> <label>ubixos/sched.h</label> <link refid="sched_8h"/> <childnode refid="5326" relation="include"> </childnode> <childnode refid="5335" relation="include"> </childnode> <childnode refid="5336" relation="include"> </childnode> <childnode refid="5339" relation="include"> </childnode> <childnode refid="5330" relation="include"> </childnode> </node> <node id="5333"> <label>ubixos/endtask.h</label> <link refid="endtask_8h"/> <childnode refid="5326" relation="include"> </childnode> <childnode refid="5334" relation="include"> </childnode> </node> <node id="5325"> <label>src/sys/kernel/kern_sig.c</label> <link refid="kern_sig.c"/> <childnode refid="5326" relation="include"> </childnode> <childnode refid="5328" relation="include"> </childnode> <childnode refid="5330" relation="include"> </childnode> <childnode refid="5331" relation="include"> </childnode> <childnode refid="5332" relation="include"> </childnode> <childnode refid="5333" relation="include"> </childnode> <childnode refid="5340" relation="include"> </childnode> <childnode refid="5341" relation="include"> </childnode> </node> <node id="5326"> <label>ubixos/types.h</label> <link refid="types_8h"/> <childnode refid="5327" relation="include"> </childnode> </node> <node id="5327"> <label>sys/_types.h</label> <link refid="__types_8h"/> </node> <node id="5336"> <label>vfs/file.h</label> <link refid="file_8h"/> <childnode refid="5326" relation="include"> </childnode> <childnode refid="5337" relation="include"> </childnode> <childnode refid="5338" relation="include"> </childnode> </node> <node id="5339"> <label>sys/tss.h</label> <link refid="tss_8h"/> <childnode refid="5326" relation="include"> </childnode> </node> <node id="5340"> <label>lib/kmalloc.h</label> <link refid="kmalloc_8h"/> <childnode refid="5326" relation="include"> </childnode> </node> <node id="5338"> <label>vfs/mount.h</label> <link refid="mount_8h"/> <childnode refid="5326" relation="include"> </childnode> </node> <node id="5332"> <label>lib/kprintf.h</label> <link refid="kprintf_8h"/> <childnode refid="5326" relation="include"> </childnode> </node> <node id="5341"> <label>assert.h</label> <link refid="assert_8h"/> </node> <node id="5337"> <label>ubixfs/dirCache.h</label> <link refid="dirCache_8h"/> <childnode refid="5326" relation="include"> </childnode> </node> <node id="5331"> <label>sys/kern_sig.h</label> <link refid="kern__sig_8h"/> <childnode refid="5330" relation="include"> </childnode> <childnode refid="5328" relation="include"> </childnode> </node> <node id="5328"> <label>sys/sysproto.h</label> <link refid="sysproto_8h"/> <childnode refid="5329" relation="include"> </childnode> <childnode refid="5330" relation="include"> </childnode> </node> <node id="5329"> <label>sys/signal.h</label> <link refid="signal_8h"/> <childnode refid="5326" relation="include"> </childnode> </node> <node id="5335"> <label>ubixos/tty.h</label> <link refid="tty_8h"/> <childnode refid="5326" relation="include"> </childnode> </node> </incdepgraph> <sectiondef kind="func"> <memberdef kind="function" id="kern__sig_8c_13a7c8456872bfc0bc1f9da6129c41edc" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual"> <type>int</type> <definition>int sigaction</definition> <argsstring>(struct thread *td, register struct sigaction_args *uap)</argsstring> <name>sigaction</name> <param> <type>struct <ref refid="structthread" kindref="compound">thread</ref> *</type> <declname>td</declname> </param> <param> <type>register struct <ref refid="structsigaction__args" kindref="compound">sigaction_args</ref> *</type> <declname>uap</declname> </param> <briefdescription> </briefdescription> <detaileddescription> </detaileddescription> <inbodydescription> </inbodydescription> <location file="/usr/home/reddawg/source/ubix2/src/sys/kernel/kern_sig.c" line="39" bodyfile="/usr/home/reddawg/source/ubix2/src/sys/kernel/kern_sig.c" bodystart="39" bodyend="41"/> </memberdef> <memberdef kind="function" id="kern__sig_8c_115a90557397332d36aa8c587fede80ee" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual"> <type>int</type> <definition>int sigprocmask</definition> <argsstring>(register struct thread *td, struct sigprocmask_args *uap)</argsstring> <name>sigprocmask</name> <param> <type>register struct <ref refid="structthread" kindref="compound">thread</ref> *</type> <declname>td</declname> </param> <param> <type>struct <ref refid="structsigprocmask__args" kindref="compound">sigprocmask_args</ref> *</type> <declname>uap</declname> </param> <briefdescription> </briefdescription> <detaileddescription> </detaileddescription> <inbodydescription> </inbodydescription> <location file="/usr/home/reddawg/source/ubix2/src/sys/kernel/kern_sig.c" line="43" bodyfile="/usr/home/reddawg/source/ubix2/src/sys/kernel/kern_sig.c" bodystart="43" bodyend="45"/> </memberdef> </sectiondef> <briefdescription> </briefdescription> <detaileddescription> </detaileddescription> <programlisting> <codeline lineno="1"><highlight class="comment">/*****************************************************************************************</highlight></codeline> <codeline lineno="2"><highlight class="comment"><sp/>Copyright<sp/>(c)<sp/>2002-2004<sp/>The<sp/>UbixOS<sp/>Project</highlight></codeline> <codeline lineno="3"><highlight class="comment"><sp/>All<sp/>rights<sp/>reserved.</highlight></codeline> <codeline lineno="4"><highlight class="comment"></highlight></codeline> <codeline lineno="5"><highlight class="comment"><sp/>Redistribution<sp/>and<sp/>use<sp/>in<sp/>source<sp/>and<sp/>binary<sp/>forms,<sp/>with<sp/>or<sp/>without<sp/>modification,<sp/>are</highlight></codeline> <codeline lineno="6"><highlight class="comment"><sp/>permitted<sp/>provided<sp/>that<sp/>the<sp/>following<sp/>conditions<sp/>are<sp/>met:</highlight></codeline> <codeline lineno="7"><highlight class="comment"></highlight></codeline> <codeline lineno="8"><highlight class="comment"><sp/>Redistributions<sp/>of<sp/>source<sp/>code<sp/>must<sp/>retain<sp/>the<sp/>above<sp/>copyright<sp/>notice,<sp/>this<sp/>list<sp/>of</highlight></codeline> <codeline lineno="9"><highlight class="comment"><sp/>conditions,<sp/>the<sp/>following<sp/>disclaimer<sp/>and<sp/>the<sp/>list<sp/>of<sp/>authors.<sp/><sp/>Redistributions<sp/>in<sp/>binary</highlight></codeline> <codeline lineno="10"><highlight class="comment"><sp/>form<sp/>must<sp/>reproduce<sp/>the<sp/>above<sp/>copyright<sp/>notice,<sp/>this<sp/>list<sp/>of<sp/>conditions,<sp/>the<sp/>following</highlight></codeline> <codeline lineno="11"><highlight class="comment"><sp/>disclaimer<sp/>and<sp/>the<sp/>list<sp/>of<sp/>authors<sp/>in<sp/>the<sp/>documentation<sp/>and/or<sp/>other<sp/>materials<sp/>provided</highlight></codeline> <codeline lineno="12"><highlight class="comment"><sp/>with<sp/>the<sp/>distribution.<sp/>Neither<sp/>the<sp/>name<sp/>of<sp/>the<sp/>UbixOS<sp/>Project<sp/>nor<sp/>the<sp/>names<sp/>of<sp/>its</highlight></codeline> <codeline lineno="13"><highlight class="comment"><sp/>contributors<sp/>may<sp/>be<sp/>used<sp/>to<sp/>endorse<sp/>or<sp/>promote<sp/>products<sp/>derived<sp/>from<sp/>this<sp/>software</highlight></codeline> <codeline lineno="14"><highlight class="comment"><sp/>without<sp/>specific<sp/>prior<sp/>written<sp/>permission.</highlight></codeline> <codeline lineno="15"><highlight class="comment"></highlight></codeline> <codeline lineno="16"><highlight class="comment"><sp/>THIS<sp/>SOFTWARE<sp/>IS<sp/>PROVIDED<sp/>BY<sp/>THE<sp/>COPYRIGHT<sp/>HOLDERS<sp/>AND<sp/>CONTRIBUTORS<sp/>"AS<sp/>IS"<sp/>AND<sp/>ANY</highlight></codeline> <codeline lineno="17"><highlight class="comment"><sp/>EXPRESS<sp/>OR<sp/>IMPLIED<sp/>WARRANTIES,<sp/>INCLUDING,<sp/>BUT<sp/>NOT<sp/>LIMITED<sp/>TO,<sp/>THE<sp/>IMPLIED<sp/>WARRANTIES<sp/>OF</highlight></codeline> <codeline lineno="18"><highlight class="comment"><sp/>MERCHANTABILITY<sp/>AND<sp/>FITNESS<sp/>FOR<sp/>A<sp/>PARTICULAR<sp/>PURPOSE<sp/>ARE<sp/>DISCLAIMED.<sp/>IN<sp/>NO<sp/>EVENT<sp/>SHALL</highlight></codeline> <codeline lineno="19"><highlight class="comment"><sp/>THE<sp/>COPYRIGHT<sp/>OWNER<sp/>OR<sp/>CONTRIBUTORS<sp/>BE<sp/>LIABLE<sp/>FOR<sp/>ANY<sp/>DIRECT,<sp/>INDIRECT,<sp/>INCIDENTAL,</highlight></codeline> <codeline lineno="20"><highlight class="comment"><sp/>SPECIAL,<sp/>EXEMPLARY,<sp/>OR<sp/>CONSEQUENTIAL<sp/>DAMAGES<sp/>(INCLUDING,<sp/>BUT<sp/>NOT<sp/>LIMITED<sp/>TO,<sp/>PROCUREMENT</highlight></codeline> <codeline lineno="21"><highlight class="comment"><sp/>OF<sp/>SUBSTITUTE<sp/>GOODS<sp/>OR<sp/>SERVICES;<sp/>LOSS<sp/>OF<sp/>USE,<sp/>DATA,<sp/>OR<sp/>PROFITS;<sp/>OR<sp/>BUSINESS<sp/>INTERRUPTION)</highlight></codeline> <codeline lineno="22"><highlight class="comment"><sp/>HOWEVER<sp/>CAUSED<sp/>AND<sp/>ON<sp/>ANY<sp/>THEORY<sp/>OF<sp/>LIABILITY,<sp/>WHETHER<sp/>IN<sp/>CONTRACT,<sp/>STRICT<sp/>LIABILITY,<sp/>OR</highlight></codeline> <codeline lineno="23"><highlight class="comment"><sp/>TORT<sp/>(INCLUDING<sp/>NEGLIGENCE<sp/>OR<sp/>OTHERWISE)<sp/>ARISING<sp/>IN<sp/>ANY<sp/>WAY<sp/>OUT<sp/>OF<sp/>THE<sp/>USE<sp/>OF<sp/>THIS</highlight></codeline> <codeline lineno="24"><highlight class="comment"><sp/>SOFTWARE,<sp/>EVEN<sp/>IF<sp/>ADVISED<sp/>OF<sp/>THE<sp/>POSSIBILITY<sp/>OF<sp/>SUCH<sp/>DAMAGE.</highlight></codeline> <codeline lineno="25"><highlight class="comment"></highlight></codeline> <codeline lineno="26"><highlight class="comment"><sp/>$Id: kern__sig_8c.xml 88 2016-01-12 00:11:29Z reddawg $</highlight></codeline> <codeline lineno="27"><highlight class="comment"></highlight></codeline> <codeline lineno="28"><highlight class="comment">*****************************************************************************************/</highlight><highlight class="normal"></highlight></codeline> <codeline lineno="29"><highlight class="normal"></highlight></codeline> <codeline lineno="30"><highlight class="normal"></highlight><highlight class="preprocessor">#include<sp/><<ref refid="types_8h" kindref="compound">ubixos/types.h</ref>></highlight><highlight class="normal"></highlight></codeline> <codeline lineno="31"><highlight class="normal"></highlight><highlight class="preprocessor">#include<sp/><<ref refid="sysproto_8h" kindref="compound">sys/sysproto.h</ref>></highlight><highlight class="normal"></highlight></codeline> <codeline lineno="32"><highlight class="normal"></highlight><highlight class="preprocessor">#include<sp/><<ref refid="thread_8h" kindref="compound">sys/thread.h</ref>></highlight><highlight class="normal"></highlight></codeline> <codeline lineno="33"><highlight class="normal"></highlight><highlight class="preprocessor">#include<sp/><<ref refid="kern__sig_8h" kindref="compound">sys/kern_sig.h</ref>></highlight><highlight class="normal"></highlight></codeline> <codeline lineno="34"><highlight class="normal"></highlight><highlight class="preprocessor">#include<sp/><<ref refid="kprintf_8h" kindref="compound">lib/kprintf.h</ref>></highlight><highlight class="normal"></highlight></codeline> <codeline lineno="35"><highlight class="normal"></highlight><highlight class="preprocessor">#include<sp/><<ref refid="endtask_8h" kindref="compound">ubixos/endtask.h</ref>></highlight><highlight class="normal"></highlight></codeline> <codeline lineno="36"><highlight class="normal"></highlight><highlight class="preprocessor">#include<sp/><<ref refid="kmalloc_8h" kindref="compound">lib/kmalloc.h</ref>></highlight><highlight class="normal"></highlight></codeline> <codeline lineno="37"><highlight class="normal"></highlight><highlight class="preprocessor">#include<sp/><<ref refid="assert_8h" kindref="compound">assert.h</ref>></highlight><highlight class="normal"></highlight></codeline> <codeline lineno="38"><highlight class="normal"></highlight></codeline> <codeline lineno="39" refid="kern__sig_8c_13a7c8456872bfc0bc1f9da6129c41edc" refkind="member"><highlight class="normal"></highlight><highlight class="keywordtype">int</highlight><highlight class="normal"><sp/><ref refid="kern__sig_8h_12f6214f82cae71464614ca35fd87d025" kindref="member">sigaction</ref>(</highlight><highlight class="keyword">struct</highlight><highlight class="normal"><sp/><ref refid="structthread" kindref="compound">thread</ref><sp/>*td,</highlight><highlight class="keyword">register</highlight><highlight class="normal"><sp/></highlight><highlight class="keyword">struct</highlight><highlight class="normal"><sp/><ref refid="structsigaction__args" kindref="compound">sigaction_args</ref><sp/>*uap)<sp/>{</highlight></codeline> <codeline lineno="40"><highlight class="normal"><sp/><sp/></highlight><highlight class="keywordflow">return</highlight><highlight class="normal">(0x0);</highlight></codeline> <codeline lineno="41"><highlight class="normal"><sp/><sp/>}</highlight></codeline> <codeline lineno="42"><highlight class="normal"></highlight></codeline> <codeline lineno="43" refid="kern__sig_8c_115a90557397332d36aa8c587fede80ee" refkind="member"><highlight class="normal"></highlight><highlight class="keywordtype">int</highlight><highlight class="normal"><sp/><ref refid="kern__sig_8h_13b8f0f2657a625d4b957926406774026" kindref="member">sigprocmask</ref>(</highlight><highlight class="keyword">register</highlight><highlight class="normal"><sp/></highlight><highlight class="keyword">struct</highlight><highlight class="normal"><sp/><ref refid="structthread" kindref="compound">thread</ref><sp/>*td,<sp/></highlight><highlight class="keyword">struct</highlight><highlight class="normal"><sp/><ref refid="structsigprocmask__args" kindref="compound">sigprocmask_args</ref><sp/>*uap)<sp/>{</highlight></codeline> <codeline lineno="44"><highlight class="normal"><sp/><sp/></highlight><highlight class="keywordflow">return</highlight><highlight class="normal"><sp/>(0x0);</highlight></codeline> <codeline lineno="45"><highlight class="normal"><sp/><sp/>}</highlight></codeline> <codeline lineno="46"><highlight class="normal"></highlight></codeline> <codeline lineno="47"><highlight class="normal"></highlight></codeline> <codeline lineno="48"><highlight class="normal"></highlight></codeline> <codeline lineno="49"><highlight class="normal"></highlight><highlight class="comment">/***</highlight></codeline> <codeline lineno="50"><highlight class="comment"><sp/>END</highlight></codeline> <codeline lineno="51"><highlight class="comment"><sp/>***/</highlight><highlight class="normal"></highlight></codeline> <codeline lineno="52"><highlight class="normal"></highlight></codeline> </programlisting> <location file="/usr/home/reddawg/source/ubix2/src/sys/kernel/kern_sig.c"/> </compounddef> </doxygen>