代码搜索:HP-UX
找到约 476 项符合「HP-UX」的源代码
代码结果 476
www.eeworm.com/read/238485/13882249
sh make-makelib.sh
echo 'main="$1"; shift'
echo 'rm -f "$main"'
echo 'ar cr "$main" ${1+"$@"}'
case "$1" in
sunos-5.*) ;;
unix_sv*) ;;
irix64-*) ;;
irix-*) ;;
dgux-*) ;;
hp-ux-*) ;;
sco*) ;;
*)
echo 'ranlib "$main"'
www.eeworm.com/read/149876/5696590
c hwwatchbus.c
/* This program raises a SIGBUS signal on HP-UX when the
pointer "bogus_p" is dereferenced.
*/
int * bogus_p = (int *)3;
int main()
{
*bogus_p = 0xdeadbeef;
}
www.eeworm.com/read/148694/5712024
c hwwatchbus.c
/* This program raises a SIGBUS signal on HP-UX when the
pointer "bogus_p" is dereferenced.
*/
int * bogus_p = (int *)3;
int main()
{
*bogus_p = 0xdeadbeef;
}
www.eeworm.com/read/117181/6110942
c hwwatchbus.c
/* This program raises a SIGBUS signal on HP-UX when the
pointer "bogus_p" is dereferenced.
*/
int * bogus_p = (int *)3;
int main()
{
*bogus_p = 0xdeadbeef;
}
www.eeworm.com/read/252270/12290265
txt unix系统交换区的管理(转腾讯社区).txt
作者:studyboy
email: studyboy@21cn.com
日期:2001-7-22 20:56:07
交换区(swap)是存在于高速存储设备上的一块区域,是虚拟内存系统重要的组成部分。通过交换区,我们不再局限于有限的物理内存空间,理论上可以无限地扩大虚拟内存系统,从而运行更多的程序,进行更多的业务交易,更充分地发挥硬件资源。交换区采用换入换出技术和存储器间互相交换进程或数据页 ...
www.eeworm.com/read/158872/5592381
c hwwatchbus.c
/* This program raises a SIGBUS signal on HP-UX when the
pointer "bogus_p" is dereferenced.
*/
int * bogus_p = (int *)3;
int main()
{
*bogus_p = 0xdeadbeef;
}
www.eeworm.com/read/152814/5666380
h kernel_hpux.h
/*
* MIB statistics structures
* for HP-UX architecture
*
* While HP-UX does support the "traditional" structures,
* it also provides a cleaner ioctl interface to these
* statistics via the de
www.eeworm.com/read/139206/5807003
h kernel_hpux.h
/*
* MIB statistics structures
* for HP-UX architecture
*
* While HP-UX does support the "traditional" structures,
* it also provides a cleaner ioctl interface to these
* statistics via the de
www.eeworm.com/read/131315/5931941
h hpux.h
/*
* Copyright (c) 1988 University of Utah.
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to B