Searched defs:monitor (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | mon.c | 51 * (global) monitor init, cleanup for prof(1)iling 60 * monitor() (explicitly or via mcrt[01]'s _start) and, via mcount()'s 92 * + histogram + // by monitor()-caller, even if small; 96 * The first time monitor() is called, it sets up the chain 100 * When a user (or _start from mcrt[01]) calls monitor(), they 114 * When monitor() is called to close up shop, it writes out 121 * NOTE - no block passed to monitor() may be freed, until 126 #pragma weak _monitor = monitor 156 * Only monitor/mcount/mcount_newent/mnewblock() should change these!! 187 * WORD *buffer; ptr to space for monitor dat 193 monitor(int (*alowpc)(void), int (*ahighpc)(void), WORD *buffer, function [all...] |
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | args.c | 810 int monitor, fd, pv[3]; local 824 if(monitor = (sh_isstate(SH_MONITOR)!=0)) 838 if(monitor)
|
H A D | subshell.c | 86 char monitor; member in struct:subshell 549 sp->monitor = (sh_isstate(SH_MONITOR)!=0); 608 if(sp->monitor)
|
Completed in 159 milliseconds